mirror of
https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra.git
synced 2024-04-21 10:21:41 +00:00
wording refinement by @jdlph
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -665,19 +665,18 @@ Ashley Fernandes から本記事のフォーマットを美しくするプロフ
|
||||
\item
|
||||
Gilbert Strang(2020),\emph{Linear Algebra for Everyone}, Wellesley Cambridge Press.,\\
|
||||
『世界標準MIT教科書 ストラング:教養としての線形代数』(近代科学社)2023年,\\
|
||||
\href{http://math.mit.edu/everyone}{http://math.mit.edu/everyone/}\\
|
||||
\href{https://www.kindaikagaku.co.jp/book_list/detail/9784764906457},\\
|
||||
\url{http://math.mit.edu/everyone},\\
|
||||
\url{https://www.kindaikagaku.co.jp/book_list/detail/9784764906457}
|
||||
\item
|
||||
Gilbert Strang(2016), \emph{Introduction to Linear Algebra},Wellesley Cambridge Press, 6th ed.,\\
|
||||
『世界標準MIT教科書 ストラング:線形代数イントロダクション』(近代科学社),\\
|
||||
\href{http://math.mit.edu/linearalgebra}{http://math.mit.edu/linearalgebra}
|
||||
『世界標準MIT教科書 ストラング:線形代数イントロダクション(日本語は第4版)』(近代科学社),\\
|
||||
\url{http://math.mit.edu/linearalgebra}
|
||||
\item Kenji Hiranabe(2021), \emph{Map of Eigenvalues}, Slidedeck,\\
|
||||
\url{https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra/blob/main/MapofEigenvalues.pdf}\\
|
||||
\begin{figure}[H]
|
||||
\includegraphics[keepaspectratio, width=\linewidth]{MapofEigenvalues-j.eps}
|
||||
\caption{固有値の地図}
|
||||
\end{figure}
|
||||
|
||||
\item Kenji Hiranabe(2020), \emph{Matrix World}, Slidedeck,\\
|
||||
\url{https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra/blob/main/MatrixWorld.pdf}\\
|
||||
\begin{figure}[H]
|
||||
@@ -688,10 +687,10 @@ Ashley Fernandes から本記事のフォーマットを美しくするプロフ
|
||||
\item Gilbert Strang, artwork by Kenji Hiranabe, \emph{The Four Subspaces and the solutions to $A\bm{x}=\bm{b}$}\\
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[keepaspectratio]{TheFourSubspaces.eps}
|
||||
\includegraphics[scale=0.6]{TheFourSubspaces.eps}
|
||||
\caption{4つの部分空間と$A\bm{x}=\bm{b}$ の解}
|
||||
\end{figure}
|
||||
\item Kenji Hiranabe, \emph{ストラング先生から学んだ線形代数}, Qiita(blog),\\
|
||||
\href{https://qiita.com/kenjihiranabe/items/bfa9cd68bb355afc56b7}{https://qiita.com/kenjihiranabe/items/bfa9cd68bb355afc56b7}\\
|
||||
\url{https://qiita.com/kenjihiranabe/items/bfa9cd68bb355afc56b7}
|
||||
\end{enumerate}
|
||||
\end{document}
|
||||
\end{document}
|
||||
Binary file not shown.
@@ -43,12 +43,12 @@ with the kindest help of Gilbert Strang
|
||||
\begin{abstract}
|
||||
I try to intuitively visualize some important concepts introduced
|
||||
in ``Linear Algebra for Everyone",\footnote{``Linear Algebra for Everyone":
|
||||
\url{http://math.mit.edu/everyone/} with Japanese translation started by Kindai Kagaku.}\linebreak
|
||||
\url{http://math.mit.edu/everyone/} with Japanese translation from Kindai Kagaku.}
|
||||
which include Column-Row ($\bm{CR}$), Gaussian Elimination ($\bm{LU}$),
|
||||
Gram-Schmidt Orthogonalization ($\bm{QR}$), Eigenvalues and Diagonalization ($\bm{Q \Lambda Q\transp}$),
|
||||
and Singular Value Decomposition ($\bm{U \Sigma V\transp}$).
|
||||
This paper aims at promoting the understanding of vector/matrix calculations
|
||||
and algorithms from the\linebreak perspective of matrix factorization.
|
||||
and algorithms from the perspective of matrix factorization.
|
||||
All the artworks including the article itself are maintained under the GitHub repository \url{https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra/}.
|
||||
\end{abstract}
|
||||
|
||||
@@ -115,7 +115,7 @@ in gray circles.
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[scale=0.8]{VectorTimesVector.eps}
|
||||
\includegraphics[scale=0.6]{VectorTimesVector.eps}
|
||||
\caption{Vector times Vector - (v1), (v2)}
|
||||
\end{figure}
|
||||
|
||||
@@ -134,7 +134,7 @@ as well as a linear combination (Mv2) of the column vectors of $A$.
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[scale=0.8]{MatrixTimesVector.eps}
|
||||
\includegraphics[scale=0.6]{MatrixTimesVector.eps}
|
||||
\caption{Matrix times Vector - (Mv1), (Mv2)}
|
||||
\end{figure}
|
||||
|
||||
@@ -149,7 +149,7 @@ Also, (vM1) and (vM2) show the same pattern for a row vector times a matrix.
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[scale=0.8]{VectorTimesMatrix.eps}
|
||||
\includegraphics[scale=0.6]{VectorTimesMatrix.eps}
|
||||
\caption{Vector times Matrix - (vM1), (vM2)}
|
||||
\end{figure}
|
||||
|
||||
@@ -170,7 +170,7 @@ $\mathbf{N}(A\transp)$ + $\mathbf{C}(A)$ in $\mathbb{R}^m$
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=8cm]{4-Subspaces.eps}
|
||||
\includegraphics[scale=0.8]{4-Subspaces.eps}
|
||||
\caption{The Four Subspaces}
|
||||
\end{figure}
|
||||
|
||||
@@ -189,7 +189,7 @@ See $A=CR$ (Sec 6.1) for the rank $r$.
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[scale=0.8]{MatrixTimesMatrix.eps}
|
||||
\includegraphics[scale=0.6]{MatrixTimesMatrix.eps}
|
||||
\caption{Matrix times Matrix - (MM1), (MM2), (MM3), (MM4)}
|
||||
\end{figure}
|
||||
|
||||
@@ -200,7 +200,7 @@ the upcoming factorizations in a more intuitive way.
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[scale=0.8]{Pattern12.eps}
|
||||
\includegraphics[scale=0.6]{Pattern12.eps}
|
||||
\caption{Pattern 1, 2 - (P1), (P1)}
|
||||
\end{figure}
|
||||
|
||||
@@ -210,7 +210,7 @@ whereas Pattern 2 is a row operation (multiplying a matrix from left).
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[scale=0.8]{Pattern11-22.eps}
|
||||
\includegraphics[scale=0.6]{Pattern11-22.eps}
|
||||
\caption{Pattern 1$^\prime$, 2$^\prime$ - (P1$^\prime$), (P2$^\prime$)}
|
||||
\end{figure}
|
||||
|
||||
@@ -220,7 +220,7 @@ Both are variants of (P1) and (P2).
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[scale=0.85]{Pattern3.eps}
|
||||
\includegraphics[scale=0.6]{Pattern3.eps}
|
||||
\caption{Pattern 3 - (P3)}
|
||||
\end{figure}
|
||||
|
||||
@@ -680,18 +680,18 @@ To conclude this paper, I'd like to thank Prof. Gilbert Strang for
|
||||
publishing ``Linear Algebra for Everyone". It presents a new pathway to these beautiful landscapes in Linear Algebra.
|
||||
Everyone can reach a fundamental understanding of its underlying ideas
|
||||
in a practical manner that introduces us to contemporary and also
|
||||
traditional data science and machine learning. An important part of the matrix world.
|
||||
traditional data science and machine learning.
|
||||
|
||||
\section*{References and Related Works}
|
||||
\begin{enumerate}
|
||||
\item
|
||||
Gilbert Strang(2020),\emph{Linear Algebra for Everyone}, Wellesley Cambridge Press.,\\
|
||||
\href{http://math.mit.edu/everyone}{http://math.mit.edu/everyone}
|
||||
\url{http://math.mit.edu/everyone}
|
||||
\item
|
||||
Gilbert Strang(2016), \emph{Introduction to Linear Algebra},Wellesley Cambridge Press, 5th ed.,\\
|
||||
\href{http://math.mit.edu/linearalgebra}{http://math.mit.edu/linearalgebra}
|
||||
Gilbert Strang(2016), \emph{Introduction to Linear Algebra},Wellesley Cambridge Press, 6th ed.,\\
|
||||
\url{http://math.mit.edu/linearalgebra}
|
||||
\item Kenji Hiranabe(2021), \emph{Map of Eigenvalues}, Slidedeck,\\
|
||||
\url{https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra/blob/main/MapofEigenvalues.pdf}\\
|
||||
\url{https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra/blob/main/MapofEigenvalues.pdf}
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[keepaspectratio, width=\linewidth]{MapofEigenvalues.eps}
|
||||
@@ -707,10 +707,9 @@ traditional data science and machine learning. An important part of the matrix w
|
||||
\item Gilbert Strang, artwork by Kenji Hiranabe, \emph{The Four Subspaces and the solutions to $A\bm{x}=\bm{b}$}\\
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[keepaspectratio]{TheFourSubspaces.eps}
|
||||
\includegraphics[scale=0.6]{TheFourSubspaces.eps}
|
||||
\caption{The Four Subspaces and the solutions to $A\bm{x}=\bm{b}$}
|
||||
\end{figure}
|
||||
|
||||
\end{enumerate}
|
||||
|
||||
\end{document}
|
||||
+27
-27
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: SNNOUY+CambriaMath
|
||||
%!FontType1-1.0: SNNOUY+CambriaMath 1.0000.6.9000
|
||||
%RBIBeginFontSubset: TUBSPS+CambriaMath
|
||||
%!FontType1-1.0: TUBSPS+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /SNNOUY+CambriaMath def
|
||||
/FontName /TUBSPS+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid10 put
|
||||
@@ -937,12 +937,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/SNNOUY+CambriaMath cguidfix
|
||||
/F1.1/SNNOUY+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: FRNWIV+CambriaMath
|
||||
%!FontType1-1.0: FRNWIV+CambriaMath 1.0000.6.9000
|
||||
/TUBSPS+CambriaMath cguidfix
|
||||
/F1.1/TUBSPS+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: PRYROQ+CambriaMath
|
||||
%!FontType1-1.0: PRYROQ+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /FRNWIV+CambriaMath def
|
||||
/FontName /PRYROQ+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid49 put
|
||||
@@ -991,12 +991,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/FRNWIV+CambriaMath cguidfix
|
||||
/F2.1/FRNWIV+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: HQGTGZ+YuGothic-Regular
|
||||
%!FontType1-1.0: HQGTGZ+YuGothic-Regular 1.0000.1.8500
|
||||
/PRYROQ+CambriaMath cguidfix
|
||||
/F2.1/PRYROQ+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: JHSDBB+YuGothic-Regular
|
||||
%!FontType1-1.0: JHSDBB+YuGothic-Regular 1.0000.1.8500
|
||||
14 dict begin
|
||||
/FontName /HQGTGZ+YuGothic-Regular def
|
||||
/FontName /JHSDBB+YuGothic-Regular def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid7 put
|
||||
@@ -1077,12 +1077,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/HQGTGZ+YuGothic-Regular cguidfix
|
||||
/F3.1/HQGTGZ+YuGothic-Regular renmfont
|
||||
%RBIBeginFontSubset: JIBBNJ+YuGothic-Regular
|
||||
%!FontType1-1.0: JIBBNJ+YuGothic-Regular 1.0000.1.8500
|
||||
/JHSDBB+YuGothic-Regular cguidfix
|
||||
/F3.1/JHSDBB+YuGothic-Regular renmfont
|
||||
%RBIBeginFontSubset: UOGZHY+YuGothic-Regular
|
||||
%!FontType1-1.0: UOGZHY+YuGothic-Regular 1.0000.1.8500
|
||||
14 dict begin
|
||||
/FontName /JIBBNJ+YuGothic-Regular def
|
||||
/FontName /UOGZHY+YuGothic-Regular def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -1131,12 +1131,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/JIBBNJ+YuGothic-Regular cguidfix
|
||||
/F4.1/JIBBNJ+YuGothic-Regular renmfont
|
||||
%RBIBeginFontSubset: IWTBGB+Meiryo
|
||||
%!FontType1-1.0: IWTBGB+Meiryo 1.0000.6.3000
|
||||
/UOGZHY+YuGothic-Regular cguidfix
|
||||
/F4.1/UOGZHY+YuGothic-Regular renmfont
|
||||
%RBIBeginFontSubset: KDVGYS+Meiryo
|
||||
%!FontType1-1.0: KDVGYS+Meiryo 1.0000.6.3000
|
||||
14 dict begin
|
||||
/FontName /IWTBGB+Meiryo def
|
||||
/FontName /KDVGYS+Meiryo def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid3 put
|
||||
@@ -1186,8 +1186,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/IWTBGB+Meiryo cguidfix
|
||||
/F5.1/IWTBGB+Meiryo renmfont
|
||||
/KDVGYS+Meiryo cguidfix
|
||||
/F5.1/KDVGYS+Meiryo renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
|
||||
+88
-88
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: BUUUUC+CambriaMath
|
||||
%!FontType1-1.0: BUUUUC+CambriaMath 1.0000.6.9000
|
||||
%RBIBeginFontSubset: XDHHNR+CambriaMath
|
||||
%!FontType1-1.0: XDHHNR+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /BUUUUC+CambriaMath def
|
||||
/FontName /XDHHNR+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid3 put
|
||||
@@ -919,12 +919,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/BUUUUC+CambriaMath cguidfix
|
||||
/F1.1/BUUUUC+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: HSRYAK+CambriaMath
|
||||
%!FontType1-1.0: HSRYAK+CambriaMath 1.0000.6.9000
|
||||
/XDHHNR+CambriaMath cguidfix
|
||||
/F1.1/XDHHNR+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: WSDONK+CambriaMath
|
||||
%!FontType1-1.0: WSDONK+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /HSRYAK+CambriaMath def
|
||||
/FontName /WSDONK+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid7 put
|
||||
@@ -1056,12 +1056,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/HSRYAK+CambriaMath cguidfix
|
||||
/F2.1/HSRYAK+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: GQYJAN+CambriaMath
|
||||
%!FontType1-1.0: GQYJAN+CambriaMath 1.0000.6.9000
|
||||
/WSDONK+CambriaMath cguidfix
|
||||
/F2.1/WSDONK+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: PPRNVS+CambriaMath
|
||||
%!FontType1-1.0: PPRNVS+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /GQYJAN+CambriaMath def
|
||||
/FontName /PPRNVS+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid37 put
|
||||
@@ -1104,12 +1104,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/GQYJAN+CambriaMath cguidfix
|
||||
/F3.1/GQYJAN+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: RFALHE+CambriaMath
|
||||
%!FontType1-1.0: RFALHE+CambriaMath 1.0000.6.9000
|
||||
/PPRNVS+CambriaMath cguidfix
|
||||
/F3.1/PPRNVS+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: KFCMSA+CambriaMath
|
||||
%!FontType1-1.0: KFCMSA+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /RFALHE+CambriaMath def
|
||||
/FontName /KFCMSA+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid1 put
|
||||
@@ -1150,8 +1150,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/RFALHE+CambriaMath cguidfix
|
||||
/F4.1/RFALHE+CambriaMath renmfont
|
||||
/KFCMSA+CambriaMath cguidfix
|
||||
/F4.1/KFCMSA+CambriaMath renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1322,52 +1322,52 @@ f
|
||||
6350 w
|
||||
8 M
|
||||
0.00006693 0 0 -0.00006693 367.06631 425.30121 cm
|
||||
92219 719897 m
|
||||
41287.852 719897 0 716456.38 0 712212.19 c
|
||||
92219.781 719897 m
|
||||
41288.199 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.852 0 92219 0 c
|
||||
0 3440.5691 41288.199 0 92219.781 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 400.46671 425.30109 cm
|
||||
92219 719897 m
|
||||
41287.852 719897 0 716456.38 0 712212.19 c
|
||||
92219.781 719897 m
|
||||
41288.199 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.852 0 92219 0 c
|
||||
0 3440.5691 41288.199 0 92219.781 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 406.9028 426.39279 cm
|
||||
92219 538569 m
|
||||
41287.852 538569 0 535128.5 0 530884.5 c
|
||||
92218.406 538569 m
|
||||
41287.59 538569 0 535128.5 0 530884.5 c
|
||||
0 7684.5029 l
|
||||
0 3440.469 41287.852 0 92219 0 c
|
||||
0 3440.469 41287.59 0 92218.406 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 441.7399 426.3927 cm
|
||||
92219 538569 m
|
||||
41287.852 538569 0 535128.5 0 530884.5 c
|
||||
92218.406 538569 m
|
||||
41287.59 538569 0 535128.5 0 530884.5 c
|
||||
0 7684.5029 l
|
||||
0 3440.469 41287.852 0 92219 0 c
|
||||
0 3440.469 41287.59 0 92218.406 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 367.06631 364.72891 cm
|
||||
92219 719897 m
|
||||
41287.852 719897 0 716456.38 0 712212.19 c
|
||||
92219.781 719897 m
|
||||
41288.199 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.852 0 92219 0 c
|
||||
0 3440.5691 41288.199 0 92219.781 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 414.8027 364.72879 cm
|
||||
92219 719897 m
|
||||
41287.852 719897 0 716456.38 0 712212.19 c
|
||||
92219.781 719897 m
|
||||
41288.199 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.852 0 92219 0 c
|
||||
0 3440.5691 41288.199 0 92219.781 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 424.94009 364.89841 cm
|
||||
92219 719897 m
|
||||
41287.852 719897 0 716456.38 0 712212.19 c
|
||||
92219.781 719897 m
|
||||
41288.199 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.852 0 92219 0 c
|
||||
0 3440.5691 41288.199 0 92219.781 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 473.55069 364.89828 cm
|
||||
92219 719897 m
|
||||
41287.852 719897 0 716456.38 0 712212.19 c
|
||||
92219.781 719897 m
|
||||
41288.199 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.852 0 92219 0 c
|
||||
0 3440.5691 41288.199 0 92219.781 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1380,16 +1380,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 424.94 305.76859 cm
|
||||
92219 719897 m
|
||||
41287.852 719897 0 716456.38 0 712212.19 c
|
||||
92219.781 719897 m
|
||||
41288.199 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.852 0 92219 0 c
|
||||
0 3440.5691 41288.199 0 92219.781 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 472.67651 305.7684 cm
|
||||
92219 719897 m
|
||||
41287.852 719897 0 716456.38 0 712212.19 c
|
||||
92219.781 719897 m
|
||||
41288.199 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.852 0 92219 0 c
|
||||
0 3440.5691 41288.199 0 92219.781 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1430,16 +1430,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 367.06631 303.67801 cm
|
||||
92219 719897 m
|
||||
41287.852 719897 0 716456.38 0 712212.19 c
|
||||
92219.781 719897 m
|
||||
41288.199 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.852 0 92219 0 c
|
||||
0 3440.5691 41288.199 0 92219.781 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 413.84329 303.67789 cm
|
||||
92219 719897 m
|
||||
41287.852 719897 0 716456.38 0 712212.19 c
|
||||
92219.781 719897 m
|
||||
41288.199 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.852 0 92219 0 c
|
||||
0 3440.5691 41288.199 0 92219.781 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1452,16 +1452,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 421.78369 245.59081 cm
|
||||
92218.211 719896 m
|
||||
41287.5 719896 0 716455.38 0 712211.31 c
|
||||
92219 719896 m
|
||||
41287.852 719896 0 716455.38 0 712211.31 c
|
||||
0 7684.7168 l
|
||||
0 3440.5649 41287.5 0 92218.211 0 c
|
||||
0 3440.5649 41287.852 0 92219 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 469.51999 245.59061 cm
|
||||
92218.211 719896 m
|
||||
41287.5 719896 0 716455.38 0 712211.31 c
|
||||
92219 719896 m
|
||||
41287.852 719896 0 716455.38 0 712211.31 c
|
||||
0 7684.7168 l
|
||||
0 3440.5649 41287.5 0 92218.211 0 c
|
||||
0 3440.5649 41287.852 0 92219 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1481,28 +1481,28 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 367.06631 245.38071 cm
|
||||
92218.211 719896 m
|
||||
41287.5 719896 0 716455.38 0 712211.31 c
|
||||
92219 719896 m
|
||||
41287.852 719896 0 716455.38 0 712211.31 c
|
||||
0 7684.7168 l
|
||||
0 3440.5649 41287.5 0 92218.211 0 c
|
||||
0 3440.5649 41287.852 0 92219 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 413.84329 245.3806 cm
|
||||
92218.211 719896 m
|
||||
41287.5 719896 0 716455.38 0 712211.31 c
|
||||
92219 719896 m
|
||||
41287.852 719896 0 716455.38 0 712211.31 c
|
||||
0 7684.7168 l
|
||||
0 3440.5649 41287.5 0 92218.211 0 c
|
||||
0 3440.5649 41287.852 0 92219 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 476.45349 245.9875 cm
|
||||
92218.211 719896 m
|
||||
41287.5 719896 0 716455.38 0 712211.31 c
|
||||
92219 719896 m
|
||||
41287.852 719896 0 716455.38 0 712211.31 c
|
||||
0 7684.7168 l
|
||||
0 3440.5649 41287.5 0 92218.211 0 c
|
||||
0 3440.5649 41287.852 0 92219 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 525.36243 245.9874 cm
|
||||
92218.211 719896 m
|
||||
41287.5 719896 0 716455.38 0 712211.31 c
|
||||
92219 719896 m
|
||||
41287.852 719896 0 716455.38 0 712211.31 c
|
||||
0 7684.7168 l
|
||||
0 3440.5649 41287.5 0 92218.211 0 c
|
||||
0 3440.5649 41287.852 0 92219 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1522,16 +1522,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 367.02341 186.8035 cm
|
||||
92219 719897 m
|
||||
41287.852 719897 0 716456.38 0 712212.19 c
|
||||
92219.781 719897 m
|
||||
41288.199 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.852 0 92219 0 c
|
||||
0 3440.5691 41288.199 0 92219.781 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 413.80029 186.80341 cm
|
||||
92219 719897 m
|
||||
41287.852 719897 0 716456.38 0 712212.19 c
|
||||
92219.781 719897 m
|
||||
41288.199 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.852 0 92219 0 c
|
||||
0 3440.5691 41288.199 0 92219.781 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 462.92419 187.4102 cm
|
||||
92219 498600 m
|
||||
@@ -5687,16 +5687,16 @@ Q
|
||||
q
|
||||
13 68 816 459 rc
|
||||
0.00006693 0 0 -0.00006693 423.21841 187.5937 cm
|
||||
92218 719897 m
|
||||
41287.398 719897 0 716456.38 0 712212.19 c
|
||||
92218.789 719897 m
|
||||
41287.762 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.398 0 92218 0 c
|
||||
0 3440.5691 41287.762 0 92218.789 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 455.74631 187.5936 cm
|
||||
92218 719897 m
|
||||
41287.398 719897 0 716456.38 0 712212.19 c
|
||||
92218.789 719897 m
|
||||
41287.762 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.398 0 92218 0 c
|
||||
0 3440.5691 41287.762 0 92218.789 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 555.6991 -156.28 cm
|
||||
/F2.1[ 45.83334 0 0 45.83334 0 0]sf
|
||||
|
||||
+14
-14
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -994,28 +994,28 @@ f
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 277.5192 458.776 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 308.4454 458.77591 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 314.40479 459.78671 cm
|
||||
85388 498676 m
|
||||
38229.512 498676 0 495490.41 0 491560.69 c
|
||||
85387.453 498676 m
|
||||
38229.27 498676 0 495490.41 0 491560.69 c
|
||||
0 7115.2949 l
|
||||
0 3185.626 38229.512 0 85388 0 c
|
||||
0 3185.626 38229.27 0 85387.453 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 346.66141 459.78659 cm
|
||||
85388 498676 m
|
||||
38229.512 498676 0 495490.41 0 491560.69 c
|
||||
85387.453 498676 m
|
||||
38229.27 498676 0 495490.41 0 491560.69 c
|
||||
0 7115.2949 l
|
||||
0 3185.626 38229.512 0 85388 0 c
|
||||
0 3185.626 38229.27 0 85387.453 0 c
|
||||
S
|
||||
Q
|
||||
q
|
||||
|
||||
+14
-14
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -2043,28 +2043,28 @@ Q
|
||||
q
|
||||
13 68 816 459 rc
|
||||
0.00006693 0 0 -0.00006693 367.06631 364.72891 cm
|
||||
92219 719897 m
|
||||
41287.852 719897 0 716456.38 0 712212.19 c
|
||||
92219.781 719897 m
|
||||
41288.199 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.852 0 92219 0 c
|
||||
0 3440.5691 41288.199 0 92219.781 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 414.8027 364.72879 cm
|
||||
92219 719897 m
|
||||
41287.852 719897 0 716456.38 0 712212.19 c
|
||||
92219.781 719897 m
|
||||
41288.199 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.852 0 92219 0 c
|
||||
0 3440.5691 41288.199 0 92219.781 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 424.94009 364.89841 cm
|
||||
92219 719897 m
|
||||
41287.852 719897 0 716456.38 0 712212.19 c
|
||||
92219.781 719897 m
|
||||
41288.199 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.852 0 92219 0 c
|
||||
0 3440.5691 41288.199 0 92219.781 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 473.55069 364.89828 cm
|
||||
92219 719897 m
|
||||
41287.852 719897 0 716456.38 0 712212.19 c
|
||||
92219.781 719897 m
|
||||
41288.199 719897 0 716456.38 0 712212.19 c
|
||||
0 7684.7271 l
|
||||
0 3440.5691 41287.852 0 92219 0 c
|
||||
0 3440.5691 41288.199 0 92219.781 0 c
|
||||
S
|
||||
ep
|
||||
end
|
||||
|
||||
+20
-20
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -1002,16 +1002,16 @@ f*
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 328.18329 299.37701 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 372.3837 299.3768 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1031,28 +1031,28 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 277.5192 299.1825 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 320.83121 299.1824 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 378.8035 299.74429 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 424.0896 299.7442 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
Q
|
||||
q
|
||||
|
||||
+14
-14
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -1002,16 +1002,16 @@ f*
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 331.10599 354.4584 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 375.3063 354.45831 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1052,16 +1052,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 277.5192 353.6561 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 320.83121 353.65601 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
Q
|
||||
q
|
||||
|
||||
+14
-14
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -1009,16 +1009,16 @@ f*
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 277.4794 246.8179 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 320.79141 246.81779 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 366.2764 247.37959 cm
|
||||
85388 461666 m
|
||||
@@ -1990,16 +1990,16 @@ Q
|
||||
q
|
||||
13 68 816 459 rc
|
||||
0.00006693 0 0 -0.00006693 328.37851 247.54961 cm
|
||||
85387 666571 m
|
||||
38229.059 666571 0 663385.31 0 659455.5 c
|
||||
85387.727 666571 m
|
||||
38229.391 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.059 0 85387 0 c
|
||||
0 3185.7109 38229.391 0 85387.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 359.63019 247.54939 cm
|
||||
85387 666571 m
|
||||
38229.059 666571 0 663385.31 0 659455.5 c
|
||||
85387.727 666571 m
|
||||
38229.391 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.059 0 85387 0 c
|
||||
0 3185.7109 38229.391 0 85387.727 0 c
|
||||
S
|
||||
ep
|
||||
end
|
||||
|
||||
+34
-34
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: VIHCNU+CambriaMath
|
||||
%!FontType1-1.0: VIHCNU+CambriaMath 1.0000.6.9000
|
||||
%RBIBeginFontSubset: FOUUGF+CambriaMath
|
||||
%!FontType1-1.0: FOUUGF+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /VIHCNU+CambriaMath def
|
||||
/FontName /FOUUGF+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -898,12 +898,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/VIHCNU+CambriaMath cguidfix
|
||||
/F1.1/VIHCNU+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: JEZLXC+Calibri
|
||||
%!FontType1-1.0: JEZLXC+Calibri 1.0000.6.2000
|
||||
/FOUUGF+CambriaMath cguidfix
|
||||
/F1.1/FOUUGF+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: KIHNHQ+Calibri
|
||||
%!FontType1-1.0: KIHNHQ+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /JEZLXC+Calibri def
|
||||
/FontName /KIHNHQ+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid7 put
|
||||
@@ -975,12 +975,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/JEZLXC+Calibri cguidfix
|
||||
/F2.1/JEZLXC+Calibri renmfont
|
||||
%RBIBeginFontSubset: TVXRFU+Calibri
|
||||
%!FontType1-1.0: TVXRFU+Calibri 1.0000.6.2000
|
||||
/KIHNHQ+Calibri cguidfix
|
||||
/F2.1/KIHNHQ+Calibri renmfont
|
||||
%RBIBeginFontSubset: SPTFVQ+Calibri
|
||||
%!FontType1-1.0: SPTFVQ+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /TVXRFU+Calibri def
|
||||
/FontName /SPTFVQ+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -1038,12 +1038,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/TVXRFU+Calibri cguidfix
|
||||
/F3.1/TVXRFU+Calibri renmfont
|
||||
%RBIBeginFontSubset: BPLZGU+CambriaMath
|
||||
%!FontType1-1.0: BPLZGU+CambriaMath 1.0000.6.9000
|
||||
/SPTFVQ+Calibri cguidfix
|
||||
/F3.1/SPTFVQ+Calibri renmfont
|
||||
%RBIBeginFontSubset: PMMLJK+CambriaMath
|
||||
%!FontType1-1.0: PMMLJK+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /BPLZGU+CambriaMath def
|
||||
/FontName /PMMLJK+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -1088,8 +1088,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/BPLZGU+CambriaMath cguidfix
|
||||
/F4.1/BPLZGU+CambriaMath renmfont
|
||||
/PMMLJK+CambriaMath cguidfix
|
||||
/F4.1/PMMLJK+CambriaMath renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1232,16 +1232,16 @@ f
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 183.0244 408.89081 cm
|
||||
102465.5 494051 m
|
||||
45875.352 494051 0 490228.19 0 485512.59 c
|
||||
102466 494051 m
|
||||
45875.59 494051 0 490228.19 0 485512.59 c
|
||||
0 8538.3721 l
|
||||
0 3822.76 45875.352 0 102465.5 0 c
|
||||
0 3822.76 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 234.75591 408.89059 cm
|
||||
88935.461 494051 m
|
||||
39817.762 494051 0 490733.09 0 486640.19 c
|
||||
88936 494051 m
|
||||
39818 494051 0 490733.09 0 486640.19 c
|
||||
0 7410.7651 l
|
||||
0 3317.9121 39817.762 0 88935.461 0 c
|
||||
0 3317.9121 39818 0 88936 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 245.3739 -175 cm
|
||||
/F1.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
@@ -1252,16 +1252,16 @@ S
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 265.20059 408.89081 cm
|
||||
102465.5 494051 m
|
||||
45875.352 494051 0 490228.19 0 485512.59 c
|
||||
102466 494051 m
|
||||
45875.59 494051 0 490228.19 0 485512.59 c
|
||||
0 8538.3721 l
|
||||
0 3822.76 45875.352 0 102465.5 0 c
|
||||
0 3822.76 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 301.56079 408.89059 cm
|
||||
88935.461 494051 m
|
||||
39817.762 494051 0 490733.09 0 486640.19 c
|
||||
88936 494051 m
|
||||
39818 494051 0 490733.09 0 486640.19 c
|
||||
0 7410.7651 l
|
||||
0 3317.9121 39817.762 0 88935.461 0 c
|
||||
0 3317.9121 39818 0 88936 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 272.71799 -180.03999 cm
|
||||
0 2370 m
|
||||
|
||||
+28
-28
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: RCYSVY+Calibri
|
||||
%!FontType1-1.0: RCYSVY+Calibri 1.0000.6.2000
|
||||
%RBIBeginFontSubset: NTJGCQ+Calibri
|
||||
%!FontType1-1.0: NTJGCQ+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /RCYSVY+Calibri def
|
||||
/FontName /NTJGCQ+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -913,12 +913,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/RCYSVY+Calibri cguidfix
|
||||
/F1.1/RCYSVY+Calibri renmfont
|
||||
%RBIBeginFontSubset: JEZLXC+Calibri
|
||||
%!FontType1-1.0: JEZLXC+Calibri 1.0000.6.2000
|
||||
/NTJGCQ+Calibri cguidfix
|
||||
/F1.1/NTJGCQ+Calibri renmfont
|
||||
%RBIBeginFontSubset: KIHNHQ+Calibri
|
||||
%!FontType1-1.0: KIHNHQ+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /JEZLXC+Calibri def
|
||||
/FontName /KIHNHQ+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid5 put
|
||||
@@ -990,12 +990,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/JEZLXC+Calibri cguidfix
|
||||
/F2.1/JEZLXC+Calibri renmfont
|
||||
%RBIBeginFontSubset: VIHCNU+CambriaMath
|
||||
%!FontType1-1.0: VIHCNU+CambriaMath 1.0000.6.9000
|
||||
/KIHNHQ+Calibri cguidfix
|
||||
/F2.1/KIHNHQ+Calibri renmfont
|
||||
%RBIBeginFontSubset: FOUUGF+CambriaMath
|
||||
%!FontType1-1.0: FOUUGF+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /VIHCNU+CambriaMath def
|
||||
/FontName /FOUUGF+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -1038,12 +1038,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/VIHCNU+CambriaMath cguidfix
|
||||
/F3.1/VIHCNU+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: BPLZGU+CambriaMath
|
||||
%!FontType1-1.0: BPLZGU+CambriaMath 1.0000.6.9000
|
||||
/FOUUGF+CambriaMath cguidfix
|
||||
/F3.1/FOUUGF+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: PMMLJK+CambriaMath
|
||||
%!FontType1-1.0: PMMLJK+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /BPLZGU+CambriaMath def
|
||||
/FontName /PMMLJK+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -1088,8 +1088,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/BPLZGU+CambriaMath cguidfix
|
||||
/F4.1/BPLZGU+CambriaMath renmfont
|
||||
/PMMLJK+CambriaMath cguidfix
|
||||
/F4.1/PMMLJK+CambriaMath renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1250,10 +1250,10 @@ S
|
||||
(!"#$%)[ 31.430004 23.438336 13.696668 31.430004 0.000000 ] xS
|
||||
6350 w
|
||||
0.00006693 0 0 -0.00006693 324.63821 221.29491 cm
|
||||
102465.5 494051 m
|
||||
45875.352 494051 0 490228.19 0 485512.59 c
|
||||
102466 494051 m
|
||||
45875.59 494051 0 490228.19 0 485512.59 c
|
||||
0 8538.3721 l
|
||||
0 3822.76 45875.352 0 102465.5 0 c
|
||||
0 3822.76 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 384.11649 -361.72 cm
|
||||
/F3.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
@@ -1390,10 +1390,10 @@ S
|
||||
0 2640.355 31684.811 0 70770 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 195.6803 222.5397 cm
|
||||
102465.5 494051 m
|
||||
45875.352 494051 0 490228.19 0 485512.59 c
|
||||
102466 494051 m
|
||||
45875.59 494051 0 490228.19 0 485512.59 c
|
||||
0 8538.3721 l
|
||||
0 3822.76 45875.352 0 102465.5 0 c
|
||||
0 3822.76 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 250.44659 223.405 cm
|
||||
88937.547 501292 m
|
||||
|
||||
+89
-89
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,20 +852,20 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: BWAYLM+Calibri
|
||||
%!FontType1-1.0: BWAYLM+Calibri 1.0000.6.2000
|
||||
%RBIBeginFontSubset: RIQNFR+Calibri
|
||||
%!FontType1-1.0: RIQNFR+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /BWAYLM+Calibri def
|
||||
/FontName /RIQNFR+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid31 put
|
||||
dup 34 /gid32 put
|
||||
dup 35 /gid30 put
|
||||
dup 36 /gid24 put
|
||||
dup 37 /gid22 put
|
||||
dup 38 /gid14 put
|
||||
dup 39 /gid18 put
|
||||
dup 40 /gid12 put
|
||||
dup 33 /gid7 put
|
||||
dup 34 /gid8 put
|
||||
dup 35 /gid6 put
|
||||
dup 36 /gid5 put
|
||||
dup 37 /gid4 put
|
||||
dup 38 /gid2 put
|
||||
dup 39 /gid3 put
|
||||
dup 40 /gid1 put
|
||||
readonly def
|
||||
42/FontType resourcestatus{pop pop false}{true}ifelse
|
||||
%APLsfntBegin
|
||||
@@ -895,14 +895,14 @@ readonly def
|
||||
00>] def
|
||||
/CharStrings 9 dict dup begin
|
||||
/.notdef 0 def
|
||||
/gid12 1 def
|
||||
/gid14 2 def
|
||||
/gid18 3 def
|
||||
/gid22 4 def
|
||||
/gid24 5 def
|
||||
/gid30 6 def
|
||||
/gid31 7 def
|
||||
/gid32 8 def
|
||||
/gid1 1 def
|
||||
/gid2 2 def
|
||||
/gid3 3 def
|
||||
/gid4 4 def
|
||||
/gid5 5 def
|
||||
/gid6 6 def
|
||||
/gid7 7 def
|
||||
/gid8 8 def
|
||||
end readonly def
|
||||
currentdict dup/FontName get exch definefont pop end
|
||||
%APLsfntEnd
|
||||
@@ -914,10 +914,10 @@ currentdict dup/FontName get exch definefont pop end
|
||||
/UniqueID 4105981 def
|
||||
currentdict end
|
||||
currentfile eexec
|
||||
54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA55675454E59AEC12A68086DDD95476477C46AE143377694529C58844212FC811560E27EEE2CF00BCB28A34314447AEE989C9D5F058EB91AA64CFFCFD907A0DD23543824A0EFF185E41F8AEC11AAD685C58955DA2865CC791A72D793F40A8B0E132024E097DF702070871DC0DFB7F1AF8888DBCA95D8BABD91E1D8DED17FBEE357538F8BC3561367902A69EB1A5EF2B5472406271497AE537ACF6F0448C66E0EADFE03D482AFE776741ABB81EB2DF185C0C4AE0D8D18EE8F3DCA99B9A87274115FBA66849B7F796A5B2A53EBB91F3DB009C59226C347A354CAB9244F3DBD8050C94DD92CCD6F9535F24386577A61E14C989309391BD423E4C1B6E625D7610C5F63A9072D8D9DE853322E8CAD12C91F31541E5B591F2D61315577ECB2850909A1921C42805F64A0439CCD076FE0D803F973825A4E9C480454EA328F4BCD4A404EC0DA1B3C66852298EC8A604D608EB447752E9DC250632BC23D486C15C6969083F9CDD85CEE92E8192FF65F9EC301D8379C05974DB51E1D6AA8AD4C600E5F840ED50595838B635EAAB8A2303C9094E847CE736A2B832C651530AE483A41BF4996E43798FA49AD727F9AC9EB6D3AE0035B4E620F223AA320BD3D9EE08F4B193FAABBD0644E2F118F3AA71F692BB0B30A58B6CAF8B07112EA689D79BB8E3AABB7CD77789148D1A10360F2A05E18DD574989CD33BE734B13291B4DA716FC0F3305A0CFEDBF16BFFA941887C09C62A10C9A6DA5B87B9F774716CE14F02785F698B142E0EF45113629DD974D7C6A2FBF7439EDDB7C85F59537C751665838B7FCA748B73821E4780986257B9540177A0CE
|
||||
8179D2ED4ED5F2F6F69F1B94C5FEA1E0E3732D7F90C8EC638E797A0F9722647E616627A06E9CE0BAF1F9A51EC10C9CD5A828335BE2FB298907A5A938B79BF5C67771065F49F8A7DA73B754634B4DAD9B014C02DF93F04F1A5A0E88095732A4B3D04D45723207495FF11289C951972AD67F6BBDAE06F3895589BEA642CD9AC8D1DE4801A770D42C07BE578EF94D3B62CB503F7575148CDCE80E7FE4F16060E0B1BF764625DFF407A9626CB2C7401D3FDB7F086EE773193D5457DEE7BC44E1F84F6B2DE6B67604A881B55707A755CD395B738EC253B5B40A0559D6A12EB4F5C1EBC25106E21D9DD374822D86210DBD2EF87AD248B9038412A297C7920AECD75BDE75EFB6E24B076C6B79B1B4049A151D4B1F455D97B91AE00712244FF34AD4B7D0FD9A79EF5498BC01962F59F4BF5C71736C4C376E581FF73C25560077B0E52134D2CC3D73F73FAC2B5B2EF199213885106196078723A76C98706AEC59EEC38FEB9567994D13ED76E54FEC83C3FB77BD81597036EBD98A005F13DC5528F03A6D002D1350562602B1CEF9DE76D1260E363A7DA71A9B42311A183F097555EF6BAD8AF008B6A520265A86CF4DC9706C38FC89DEC3A1E6EF2C50B0F5DA9F5B675FE14E822BF22702EC82C2BC567CC2B05C6D732F38796C1428042A6C6A3A6224F7340E0445E9DFF6ACFDDE20CCBB37B8CB165EBCE170243D52CA8C3A2B7329367237FC844250B11AD6D18444DD065D17BAD7C17779B909F4DC389E26A28E4B6C1845DE514BDB2EB1683DCFADE6A5E3E3F28A3CCD8C7ABE54EE54090F48F6262416F025B59E5F7FFEFF4369B5B82F0BE6FC74879098D5730076887AB55470631F2BF688EA31641B226A2DDF63BE3606A837666904104A0EACACF84FAB12D5FCB79B5C20ECF3C57A3DF37A6D10DA5C874BCCB9396F6AC589A3B5B9E59119D6E44E624B80E4DF45A14085D56C61F9DBA9FE042E59E2D7C52E8B6FC3F3B253B156CE7A075811C053C06FCE07F5E0F99A6A5BB120DDFDEC2F03ED870B5E55BAE3CC8C039E0431B300A1A971E3FFA36D82C7FF88FA16286891959C15305EF39A8DB3148A1477FAEA45D314B582C3699EF46CBDAF763C3C69E65BBECC5311FD79E992CE9EBAFA2B991D6A202A34E846AAA08A226CDC0F57A607B1D732BD7B2C70CFF7121552D3D4066009BC3B793DE0F8F4EE88B02683365A3D860B588CBDEEE4F4A81CE8953BCB493142355FC7C5DE8C5CB4666F85001E936BA9BBC959037E0762473811B8DC8471D1D30E8BE56A29678CD06FF2AA26215D3152956EC5CE557F63DE7D4E68B83DAC16C9857CCCE00322B384B40022369014613EC824474BE0CE4241983E83CE17B8345E5AFA3D573E3DFFB3877C905935627D9F4302C9693EA6BBC933590B42E828325BCB50B24E5AC151D1D6C38410E888D3D82AAB614B8DFDBE6A06B5D9F5
|
||||
A1FC8E31E17CDA44878784F141DD4C1438B524EBBA5FD7DB3660FA2195E2B2B4A6F07B54699749824807D6B1F07699C6232AEDF6C3F844D3EE21FF82E16D59A0F3F0418BD535CC35EBA0FA0DDA18F810704B08FCF4AB99BB8908274E8BA08408E63A7D89377823A43C787B403C9BD194D6CB8BBBDE82FCDCDDCBF5F5644143097FC2E750E5ADC07F12BA0C0F006483E5F77CD6B05B391B1CF0EA01BB2C8724375DEEC7876A5EF0A5C5EE8AD4E3720FE07019651130A5D9285242EF72AE0363FD4D78078797D6062888144FD0DC085A2A36B9F472708DAE629EC801BA3F09694F8D066AD0A0DB762AD51B4566EA98A5EA4892A869393A598922077758C09680F91F796C720D10009EB93432F6D3947FA6B54EF42713F2AA0D193E52B55D683DF5146612895EB6B3604772EBA5D977EC60C46FD92CB5C6E040D821E918DA242DD5527C4B7331B4581B02A42BEB05F5D067498FF27FD8CACF19A74A2622C2B9B677360E23AC03CA102FD1CB6FBD429035732B5F8012B032E03C2B51252D5FC0D890B0A424B5CB0D714F95BEBB8B4B7E780485F3417F2EAEA301D2BB3132A07F831D0E8E6102FFE5C0F28E3CAE7730C0EBD5780D9B331EFDF0D389FBF4B3D22BAE30EE822022B722957AD90A30C62E1CA747B20342DDCD65A020527DDDDE853054BBB6BAFF09F1DC83C3B52E26DA91F6D51DEA50B6EFD0497B13F5724A639184B81DF895E6A84C302C011AA57B344E50CD8B9FCE46627C43EDAC879649A77E5868916A55A3D25F6C3FDF72482D6699B7AD181143BC9D9FBD748BC347BEFFDA73743F6C59F7764269E3F8FAFFBD82EAF836684E7669E0CCF57319A749FF8A7AA7B5FC95D16F4975D3E81212C7B14BBC4772AB757DCB2EF010074746BB45D164686E4E45F7167AFC78BFF87C751C31275F946A5AFB89EBE301E2E5F6C569D6287A393241AC0D4F0FA7E498F8B0A936B92B9AE5CE5E7474CF05F19E91F05F90A68BDB88E82A329839F3782A5249424802869F2F9CEC2CBDD53ED43464561F13C7408E178FAB7F2804ED72AFB59DB29FD7905F96E6ABF1FD99416383C699EDA295E5125DF2C2F3976ADC681C58113CC0DC52AD1135E1D476FDC57F48F8513616572D7E6F1C095373391B77A136B299FF4E70F377A94C1E05AFEC3FAD89FD07717FB0221576F934B38EF8BFBF4D95A8ECEAF75490CF2FB2C5A6904E71661810A59BBDDAA96DB8EB65B3BA4ACE5CC188E7A0F6512983D6AC57A1C58ED0240A395A0864AAC7B3C84C668399D1726705048456B0AFDF585C25EAF018030EE4FA2542F2B7A3A7FC8B31DEF151089B661DF0FADB28D4096FB57F7322ADD7A55C0CC704719DA3B3B087984FBF63C4728E666DEBD2D8DE0A042058391EC9A9610E07A09B6A00B2A71AD7E41AF2BD3E51A5AAA74CDA98A9A9A0599A0AC76DFA57A813326A0E5790A0
|
||||
B879F2E8F31CA6A8016DD2EF5A9D9B5BD85984BE71120F5C0DE07F1D965C0E049E4DEE7AAEA896FD59AFF4C53E1508B1D43C39D50228EDA28284ABBA3F25ACFA17681AE1DD9BE0AA29B669D947DD5E44E84FDC82B5B7561090568A34D3842C29985FDB35E20FF5C54973D530E007CB6952470513EACF41E188A99F1EE7DC7DE118EC1E2D0DE3364B34E732956D009FED703B232233F295F13A2CC04C0BDDDA605DB57FE6F2246A0CC1AFEFCD40B594F0F0FBF462514BDA13B0A46FD455233C2F54A92857D4EA3CCAAC821A08D935855BA18D0696A46DBB7E79BDFF64A16FF491CD675F39845D0A77E5EBF9FB743F36ACCF30BD47C830127AAF0F961487893DA5E5A35202DA0497394A00A02EE7A4AD60E44E24F9443C73001407AE7BFC1BA0B632CA16B38028BADC807210B25B095911279AF3F123DF50AF093B635EC8E5FD1A4FA7E4A66134DEC8952401546FD660E2F60E23E1E09890DA81A61DE3D05BA9668917643C5C559603717E504376DD446B822D5A4E89FF5A0BA32A4686F1FA353AB12674571AC1CA79271E4ECDD5AD56EE0E93EBEDAEC1AD6C1E8B52051FD4488EE3DBCE7222FA186685F621D10532FAF7997DC1E14E847A8D16E89EFF856B69A64436E393FF920A8D7AF6BF06E9FBB4FBEA1F379477AD05583E64A1E336984BA132DCB77E308DE6DBE5D00332FB5179E0E8ABD8E42B07EDCDAC9C07447102DFD5243F89993B719E4FCA8F22DC5AC75442D3AD5FE8450DE00AE713D8FE0BAA5AB97F756D735A3BBC68081A6615462A568C0F61C065E49AC3154E5D05A845DDFD8CB4A78120AD52AB70743FC3E2646B11538B8077B9AC6A84B263D35E964E55831848CE3B8C7686D595EC6C16BE6B79B4C7C0AAB95C2C658F6524C4D54B6B174E32127AB3C9EBCCB45F41D72F0FC06F350131D840AA954C6D395E533BAD421E72694BB7E5706781C7B1EA35580D5D8411C9A3DC0F20D531EA1623BC88B771A820C5A855F91DB4444529700B1AF1E638918B26FBDCB9A0D03988524111DCE5659AD6DD98746D57D7AA33B9965909E963FFAFF3B95F3860118F0A8D442F75CD2361AF8D3FE6862EB7127F25EA9494E66BDD173C42C3B6751B2EFB0701650090A339FB42FD20E981A898D7BA99FAE1ADD816BBF7F91F8C3CD62843E88B165ED55CDD6C54039B5791003E09EDD455B92D805473FF722720B30F8B9969A1C78410E4B966C94392F5B8FDF52EF754FA5D38756D9E2FC0AC63C3BA55A2837AB2050A3F0769FE73D2EDA7AFF2CA360AB63DB0D80C1FAC437F4D410EAA263A11EB05D992A30D5F6A181EB1FB7983C9DD99592F748D40F602D98382458410245A47504A251B3B25B50E876899D8048FD2B1D864F3DFB5D0495FB95761
|
||||
54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA55675454E59AEC12A68086DDD95476477C46AE143377694529C58844212FC811560E27EEE2CF00BCB28A34314447AEE989C9D5F058EB91AA64CFFCFD907A0DD23543824A0EFF185E41F8AEC11AAD685C58955DA2865CC791A72D793F40A8B0E132024E097DF702070871DC0DFB7F1AF8888DBCA95D8BABD91E1D8DED17FBEE357538F8BC3561367902A69EB1A5EF2B5472406271497AE537ACF6F0448C66E0EADFE03D482AFE776741ABB81EB2DF185C0C4AE0D8D18EE8F3DCA99B9A87274115FBA66849B7F796A5B2A53EBB91F3DB009C59226C347A354CAB9244F3DBD8050C94DD92CCD6F9535F24386577A61E14C989309391BD423E4C1B6E625D7610C5F63A9072D8D9DE853322E8CAD12C91F31541E5B591F2D61315577ECB2850909A1921C42805F64A0439CCD076FE0D803F973825A4E9C480454EA328F4BCD4A404EC0DA1B3C66852298EC8A604D608EB447752E9DC250632BC23D486C15C6969083F9CDD85CEE92E8192FF65F9EC301D8379C05974DB51E1D6AA8AD4C600E5F840ED50595838B635EAAB8A2303C9094E847CE736A2B832C651530AE483A41BF4996E43798FA49AD727F9AC9EB6D3AE0035B4E620F223AA320BD3D9EE08F4B193FAABBD0644E2F118F3AA71F692BB0B30A58B6CAF8B07112EA689D79BB8E3AABB7CD77789148D1A10360F2A05E18DD574989CD33BE734B13291B4DA716FC0F3305A0CFEDBF16BFFA941887C09C6384F0B80AF5FA0341EDE54C75B8574B66A6D7D33400DF24D8A59870E058491048DE417D1D62049E1E5CAE5D86757E4166416B1BCA9CA357C4124388F6A798F471421
|
||||
BFCC0DE9AFDB9B4C2589865FAC281F72AC37FBC4FEF840D231272BC6C8715172F534E9613CDD7AABC946962E3FADC0C6C5B4D52223F6F3653F1FFDE6E2109BC85964E36E97BF64C3A3B2EA5A6430F5FECE1E9602D9AA37A5065EC7CED3A1A3BC00A0F4BF0C03B028BEAD5796EF3E305A76D4B3CB6CF20195DCA2F4378F3928964DB179A06D2DE98F45416D7D705CE9D7DB8C42D5CAFFA7455860F31E117F7298C4D16146B3EE44A33CF51B11CE241EEF1C92CD18E9E8531919EFCAAC3C9AFCA25BEF2A9A516803CD5F5BDA19FE41953ACB96BAA0883F7BE92622A8F1A9984CF28FA19A6127AB66E659CF22EAB48952B5CB4BB6239E74CEB5A7219450BDAE92128CCF6E316271C0F069AF9A2D40A0686A33080ABAD9BDCFC4DFDD424484D9A0D033029B360FED8114634C0F22942C2B0B65AF46824319FCF492A451A2461A8CF4462AB7A43ED708C49FA627660BF5B205F827ACD835A089FDD8648D4B8424988DCC16B9A9E7183315F1FE664C6C60F7FACA418FD65A9281B09D7420B7FC66BFF16F478B099672EE5E3A4760C1AF9F550536DEC281C476F55F1E4814932D46D6264DF8AC053742FA8E95B5AC349737C17609A1DB91F7704114EC838696E85E99E448AE638F8C86C3278FFCE8EC8DACF372C33E9EE355DAD15F607E42D07F064D4AC0F89DB4DF3A8C0799308A82BEAAE74ED0451308F8BE211C3EEC551D13D44853C8772105D0DBF7EC641BB890DDA69EDE98296967A6B6BB6119CC979DB1748D1D36D55506542FAC8AC1255809D07DCC8F1B84164B14BBBBDFD12EABF036065D3E8ED14054F365A54FAF885BD931D7984F34A4CDDEDFE6A74237AD7BD003380B95FC0146F46A912EB54ED13AC4BA01B5E04E43F40987E216259CA8C4FE6C37E4C3E14E66A8C30CC07F5B1635800E7616CA2B6775ACC345E9CA689918E8DD6CC4209AD249D4EA09DA894FFB1EDB0BD988F37325CF58BB43B8DC6392CD3B9D157DE55A5901073FBE7C0C1824CFD2C972F3F892C4551285FC4B997B12A4DCD5CCD3F94007495BD7B41376BA10B9063581EC63F6037356DCDD887A425216CEBEAFD333378D0D95BB7B0CF49111ECFF0B3EF6CE6D131BAA0D1DFAB9F8C1D4EC9C983DD62B5F14AA74D1CAF7EB30D72A269BD402E53772D32FD9A6C05AE52D3B42826411171ED24EE2A055E8ADD75A51C822278BFA91A4BE10AB6B79559206CB1497434575FC805B4341247A6135C04ED5EB5DDF3683FE37F030BFCBCF6BC58C0A0F62952543A207670FF6976B7A228BC0B915806F8A91B9B3F50A68EEECDAF5748A82ED170D06E8B1ACEAB9365278B34CF457B7B45DF2213C4E7A49065CDAE8B069B5BDA4D2FBEA99750A4DEF11B6CAFBF356334E692B8EB223D977D2809997B150F95935B02ACE241B170BEF21B9851525651D7AE755836DEB43334D10BFF7F19BD000
|
||||
0BCAC1C89BE170B0F5B6E3C7EEF1EB227C4147E5DBDE84D8178D5051CA107DC035FB91856C9916C948B494B787FB7FCB82D7CB08483B41D90A4DC3A0A5AA85CB73F673697BC065FCF1F17866CF9F0D43AF19ECFCCD180A63DE28068C4B83F4A90FF50405886AB4D1FFDCB9A9F45D4535ACBBF7FDCF56768D71113669D6CE45CAF44F775C19C3FD163D109AE544E9EA3836B88D6574E52958FC14697389556762461AD54EDD42B692E809A8746AC43C9463141B5B8E82C3DF3C6B65AED415720DBE58C69C9B9FE01D60D78F1E180854EF5D7279D37D3FEEB2DDFE71F3B921AC966C700D3556A4B85B87CF29FAA504F08FAF44DB3D6604C237ADA3C9F9EA323DAD3B561AC05C581A9A7496D5460C3DFEFC04DF5DC5F84D608C5197A2D1EE8CCE52D7F3BCBB2A23050A351F7BE697057763F32FFF51E64A58979C42DDF85D8A5CAA3C4CF951EA55716971A1E7E2662319CBD2A8F04248409A1AC2DD84284101C4D4548C9AE9BDAB5EE28E46E8A674321067DE39139B315FF91D6A4712BABB9BBC98A1E52E836CE5A9686729644FA05CB50507B2779AE34FC103A9CD77FEFD74FF9D8520FB501C4A2F04F3370DE19730A27FAC94B07B36C1433AE0A48D818891F39EB8C19A02E1F7259D0789CEE3541B30DC6FCDE212F8D05E573F989B5B5F45C1C63364B8E40C83016332A314A0EC6F567E246880CB66310C0C7318BC88DDEA4DBBD34474EAB16AB51B4B3D4075FA509FB8D7D983739D4857038718CD7986A0ECE1FCA4EA7BF4CF159F1A5F83EB3B9661C9A464E20C7B59FBF67609FFA08D3A73B86CC02C97272AF2A0E6D94BD0B5AFF274A816B13BDE82C4FC6A5A8563454A4EF13CC04B4EE32C13677480D2CF709A1FBC5DE81EC9726B71D4B53EC69770E798FEBCD4618A931F050CEEFA70437DA9F148BF683E2316CA7699B8ACB7276B488713AA3F0D12AFE58FA5C1242374092B3078B150508805E594896099781E10C880FF26EBE576D1441651E6F64B828E5B6668FED4C314B5C8DB6C87BAE06C10EEDE68748052634CFB9A14EF6CEC315D0019B515D705E3360AC7E1B1A661670BC72AD9B6C010C107CCA1592F6D40093944036E60EF8B0E42B5D3635CCD9A8D1662120A8A316E9AAF6685CD0DA202DE6C9BED7D38268E99956A24F5949EDF456E0059163F561B19FD141FA1F0D732E1832AD04EA8778B9529C86A1C9BE6AF127179FB263B3F305F8F43D03A1E2375122D36306FADA424F33B99F6A01A4EB438253ABD7652BEEE2D7B6D1471E4902CFFC9A103AF782319B54CCF6ADBE168E4633A24705AC79690522EF2B56540BCC0DF4E5B559E5D57038FE3B3E204991C043E1A60B81B4E72DBAD46AD3B7EE78C1F7411A1E790B5CCC20F0D623CDE0BBBA29A54DC479F5A60CEA2F17DFD7BB3E325BA1000576E45F9B84E7C70D5E5B197A5EB8D17C83E
|
||||
3086C6040FFF132496AED3061F7EC95E3B1F105641EB544E452E1EA18C61E22E268E223836540B6FF19AF42C1C40182149C894C8CAE3E53A007F31BD13C73F21AE99448C240221F2D44BB7C1C9DA6F90577F5501BFA564790D22C513A8355AD164C2910D86E80C48444C5E105E397EDA9036447C4357CA10F5ED3DA90A225F79BCE6AB34696F7834582C718B3BA5AD86ED460A31DC438F89E5F3F3E62C24BB5DE7B0347400D8095B029391FCBB70A7976137614F2CF9308125DEB7CC51BCC39C172A03EEC793EFE17341B3DAD423AF2FFFF5E08CB05D2CD6606DDA5520D8FCB4116A5F6026B4B4DAFBA8F8A13725CFC99A52121DE32D4A420F33FE3546C4328A666CF922A62457B22EA88455E7F6BA674130C7B67CE5AD3032DD507E1116D77BD109121217D8BA3923A25ADEB5753FF9F90078B4F9FB14A0C39AB5AC45BCA85FE69324BEB242162A4E25538BC39CCD4632B7EC2F1E7DAAA18DA4B9ECBF1A3ED041B04671B43450F247B4B5D70366CBB59728127C5E6F70FD330C4E67E75A6D636C8C0B429E46D49FBE53A43FC8D2BED274F2B8AB57A1538E5E77209163D05B2E31F0B3278B71D21A57376B5A694D6C2028836571B5DC7834C4566A4AA7DC91A818B109E711974B0F7CA727231518482328A2B269FAFF7A2C11F2834294C5BD3D6B6C797C43E1C27203BC493F9566B231142C4ADD9AC464BF9419F204F595709086EA18B67D02E481A3AC9450D752BAE1DFA749F2BB8EC674E965E0617D00AD82B0FB7E0170289420CFE44C5DD91BF59CAD6CFD2DA0D5C91782D7D8AB12D7A24957DFD2099B3D66FCDD21D45F952FF0249DC995CA8B30DA08D1C31B39C2CA89A3F218C7C5B5EDB930D068F43548AE14AFB78A6CC0BA47C884C7F2D80E717DCDA5DFCD966CAB03C559108D3BEB0AA8FEC89737FDF465CB4187F337B6204814B5F3ACCD4D75BB39CBA33DB2AA3D1FC384DD74A81B9A73C3FAA394AF5666806C27F0EACE6A1D944CE920B54EC855A4F6BCFFDF77C97C9181EB642A2C3B7BCE26CC4FA4E887984C815786E909076A2CCE23ABC9B04B3CB3E02C32A034B9635C2B2813EFD0716AB2ABAFE2E53354C566A722435E65C92751B64BD146DEC7175012A1D01DA70A24FD394A5932DB7B1CEA982111977EDB01951435C8CE3D012927C8B92871B5B2D63B66F27FFCC251CAA4C2856E9FD3C65D41B83587DEA1A4CEE3AB5985E8266C88C70A388A417C8158C4A4BC247C9452B8B7CBDFF4C6B61BD3B92CC445EC96B4B990BA7D6ABC5B6B2C21A58D195FF5F31C2CD274A1DD48F0681CA712ACF8B77BDE0C5941FABCBFD19F3ACEC500B7F8EC00C33D2B1C2503F12349405588D8E950C66710C060B7CA0CE272DE
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
@@ -929,12 +929,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/BWAYLM+Calibri cguidfix
|
||||
/F1.1/BWAYLM+Calibri renmfont
|
||||
%RBIBeginFontSubset: TSTNOH+CambriaMath
|
||||
%!FontType1-1.0: TSTNOH+CambriaMath 1.0000.6.9000
|
||||
/RIQNFR+Calibri cguidfix
|
||||
/F1.1/RIQNFR+Calibri renmfont
|
||||
%RBIBeginFontSubset: FEPHUE+CambriaMath
|
||||
%!FontType1-1.0: FEPHUE+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /TSTNOH+CambriaMath def
|
||||
/FontName /FEPHUE+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -977,12 +977,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/TSTNOH+CambriaMath cguidfix
|
||||
/F2.1/TSTNOH+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: AEMXHP+Calibri
|
||||
%!FontType1-1.0: AEMXHP+Calibri 1.0000.6.2000
|
||||
/FEPHUE+CambriaMath cguidfix
|
||||
/F2.1/FEPHUE+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: QQLWUU+Calibri
|
||||
%!FontType1-1.0: QQLWUU+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /AEMXHP+Calibri def
|
||||
/FontName /QQLWUU+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid3 put
|
||||
@@ -1040,12 +1040,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/AEMXHP+Calibri cguidfix
|
||||
/F3.1/AEMXHP+Calibri renmfont
|
||||
%RBIBeginFontSubset: KGDWSJ+CambriaMath
|
||||
%!FontType1-1.0: KGDWSJ+CambriaMath 1.0000.6.9000
|
||||
/QQLWUU+Calibri cguidfix
|
||||
/F3.1/QQLWUU+Calibri renmfont
|
||||
%RBIBeginFontSubset: KPJOFZ+CambriaMath
|
||||
%!FontType1-1.0: KPJOFZ+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /KGDWSJ+CambriaMath def
|
||||
/FontName /KPJOFZ+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid48 put
|
||||
@@ -1096,12 +1096,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/KGDWSJ+CambriaMath cguidfix
|
||||
/F4.1/KGDWSJ+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: FDZAKR+CambriaMath
|
||||
%!FontType1-1.0: FDZAKR+CambriaMath 1.0000.6.9000
|
||||
/KPJOFZ+CambriaMath cguidfix
|
||||
/F4.1/KPJOFZ+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: GFAPUK+CambriaMath
|
||||
%!FontType1-1.0: GFAPUK+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /FDZAKR+CambriaMath def
|
||||
/FontName /GFAPUK+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -1156,8 +1156,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/FDZAKR+CambriaMath cguidfix
|
||||
/F5.1/FDZAKR+CambriaMath renmfont
|
||||
/GFAPUK+CambriaMath cguidfix
|
||||
/F5.1/GFAPUK+CambriaMath renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1308,16 +1308,16 @@ f*
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 271.83759 310.07059 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 316.0379 310.0705 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1344,16 +1344,16 @@ f*
|
||||
0 2370 m
|
||||
(")s
|
||||
0.00006693 0 0 -0.00006693 221.1734 309.87619 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 264.48541 309.8761 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 226.6347 -285.16 cm
|
||||
0 2370 m
|
||||
@@ -1363,16 +1363,16 @@ S
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 322.45779 310.43799 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 367.7438 310.4379 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 452.4491 -275.56 cm
|
||||
0 2370 m
|
||||
@@ -1390,16 +1390,16 @@ h
|
||||
f
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 151.7948 310.43799 cm
|
||||
85387 666571 m
|
||||
38229.059 666571 0 663385.31 0 659455.5 c
|
||||
85387.727 666571 m
|
||||
38229.391 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.059 0 85387 0 c
|
||||
0 3185.7109 38229.391 0 85387.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 196.93539 310.4379 cm
|
||||
85387 666571 m
|
||||
38229.059 666571 0 663385.31 0 659455.5 c
|
||||
85387.727 666571 m
|
||||
38229.391 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.059 0 85387 0 c
|
||||
0 3185.7109 38229.391 0 85387.727 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 204.32961 -276.76001 cm
|
||||
0 2370 m
|
||||
@@ -1424,16 +1424,16 @@ h
|
||||
f
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 400.4519 309.87619 cm
|
||||
85387 666571 m
|
||||
38229.059 666571 0 663385.31 0 659455.5 c
|
||||
85387.727 666571 m
|
||||
38229.391 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.059 0 85387 0 c
|
||||
0 3185.7109 38229.391 0 85387.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 445.59241 309.8761 cm
|
||||
85387 666571 m
|
||||
38229.059 666571 0 663385.31 0 659455.5 c
|
||||
85387.727 666571 m
|
||||
38229.391 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.059 0 85387 0 c
|
||||
0 3185.7109 38229.391 0 85387.727 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1461,16 +1461,16 @@ h
|
||||
f
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 474.54791 309.87619 cm
|
||||
85387 666571 m
|
||||
38229.059 666571 0 663385.31 0 659455.5 c
|
||||
85387.727 666571 m
|
||||
38229.391 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.059 0 85387 0 c
|
||||
0 3185.7109 38229.391 0 85387.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 519.68842 309.8761 cm
|
||||
85387 666571 m
|
||||
38229.059 666571 0 663385.31 0 659455.5 c
|
||||
85387.727 666571 m
|
||||
38229.391 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.059 0 85387 0 c
|
||||
0 3185.7109 38229.391 0 85387.727 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1498,16 +1498,16 @@ h
|
||||
f
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 546.29529 309.72021 cm
|
||||
85387 666571 m
|
||||
38229.059 666571 0 663385.31 0 659455.5 c
|
||||
85387.727 666571 m
|
||||
38229.391 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.059 0 85387 0 c
|
||||
0 3185.7109 38229.391 0 85387.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 591.43591 309.72009 cm
|
||||
85387 666571 m
|
||||
38229.059 666571 0 663385.31 0 659455.5 c
|
||||
85387.727 666571 m
|
||||
38229.391 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.059 0 85387 0 c
|
||||
0 3185.7109 38229.391 0 85387.727 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
|
||||
+48
-48
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: VIHCNU+CambriaMath
|
||||
%!FontType1-1.0: VIHCNU+CambriaMath 1.0000.6.9000
|
||||
%RBIBeginFontSubset: FOUUGF+CambriaMath
|
||||
%!FontType1-1.0: FOUUGF+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /VIHCNU+CambriaMath def
|
||||
/FontName /FOUUGF+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -898,12 +898,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/VIHCNU+CambriaMath cguidfix
|
||||
/F1.1/VIHCNU+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: OZILML+CambriaMath
|
||||
%!FontType1-1.0: OZILML+CambriaMath 1.0000.6.9000
|
||||
/FOUUGF+CambriaMath cguidfix
|
||||
/F1.1/FOUUGF+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: HMDEVH+CambriaMath
|
||||
%!FontType1-1.0: HMDEVH+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /OZILML+CambriaMath def
|
||||
/FontName /HMDEVH+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid19 put
|
||||
@@ -948,8 +948,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/OZILML+CambriaMath cguidfix
|
||||
/F2.1/OZILML+CambriaMath renmfont
|
||||
/HMDEVH+CambriaMath cguidfix
|
||||
/F2.1/HMDEVH+CambriaMath renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1105,16 +1105,16 @@ f
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 147.01489 410.1636 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 201.1833 410.16339 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 471.45029 -174.52 cm
|
||||
/F1.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
@@ -1124,16 +1124,16 @@ S
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 233.29739 409.5755 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 287.46609 409.57541 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 297.55981 -175.24001 cm
|
||||
0 2370 m
|
||||
@@ -1148,55 +1148,55 @@ h
|
||||
f
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 318.8143 410.43289 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 372.983 410.43271 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 386.55359 -174.03999 cm
|
||||
0 2370 m
|
||||
(")s
|
||||
0.00006693 0 0 -0.00006693 407.83789 411.7211 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 464.6297 411.72101 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 494.7652 410.3295 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 547.80609 410.32941 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 559.0694 410.51791 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 612.11023 410.5177 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
Q
|
||||
q
|
||||
|
||||
+52
-52
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: KQVIXX+Calibri
|
||||
%!FontType1-1.0: KQVIXX+Calibri 1.0000.6.2000
|
||||
%RBIBeginFontSubset: WKHGIU+Calibri
|
||||
%!FontType1-1.0: WKHGIU+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /KQVIXX+Calibri def
|
||||
/FontName /WKHGIU+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid1 put
|
||||
@@ -913,12 +913,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/KQVIXX+Calibri cguidfix
|
||||
/F1.1/KQVIXX+Calibri renmfont
|
||||
%RBIBeginFontSubset: GLVSUZ+Calibri
|
||||
%!FontType1-1.0: GLVSUZ+Calibri 1.0000.6.2000
|
||||
/WKHGIU+Calibri cguidfix
|
||||
/F1.1/WKHGIU+Calibri renmfont
|
||||
%RBIBeginFontSubset: KSFQAW+Calibri
|
||||
%!FontType1-1.0: KSFQAW+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /GLVSUZ+Calibri def
|
||||
/FontName /KSFQAW+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid5 put
|
||||
@@ -984,12 +984,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/GLVSUZ+Calibri cguidfix
|
||||
/F2.1/GLVSUZ+Calibri renmfont
|
||||
%RBIBeginFontSubset: VIHCNU+CambriaMath
|
||||
%!FontType1-1.0: VIHCNU+CambriaMath 1.0000.6.9000
|
||||
/KSFQAW+Calibri cguidfix
|
||||
/F2.1/KSFQAW+Calibri renmfont
|
||||
%RBIBeginFontSubset: FOUUGF+CambriaMath
|
||||
%!FontType1-1.0: FOUUGF+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /VIHCNU+CambriaMath def
|
||||
/FontName /FOUUGF+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -1032,12 +1032,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/VIHCNU+CambriaMath cguidfix
|
||||
/F3.1/VIHCNU+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: FCRILH+CambriaMath
|
||||
%!FontType1-1.0: FCRILH+CambriaMath 1.0000.6.9000
|
||||
/FOUUGF+CambriaMath cguidfix
|
||||
/F3.1/FOUUGF+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: AHLPHT+CambriaMath
|
||||
%!FontType1-1.0: AHLPHT+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /FCRILH+CambriaMath def
|
||||
/FontName /AHLPHT+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid19 put
|
||||
@@ -1080,8 +1080,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/FCRILH+CambriaMath cguidfix
|
||||
/F4.1/FCRILH+CambriaMath renmfont
|
||||
/AHLPHT+CambriaMath cguidfix
|
||||
/F4.1/AHLPHT+CambriaMath renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1258,16 +1258,16 @@ f
|
||||
(!)s
|
||||
6350 w
|
||||
0.00006693 0 0 -0.00006693 268.04391 183.1264 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 322.21259 183.1263 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 332.3063 -401.79999 cm
|
||||
0 2370 m
|
||||
@@ -1282,55 +1282,55 @@ h
|
||||
f
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 353.56091 183.9838 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 407.72961 183.9836 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 421.30011 -400.60001 cm
|
||||
0 2370 m
|
||||
(")s
|
||||
0.00006693 0 0 -0.00006693 442.58429 185.272 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 499.37619 185.2719 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 122.8089 184.05949 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 175.8493 184.0593 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 187.1131 184.2478 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 240.1535 184.2477 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
Q
|
||||
q
|
||||
|
||||
+42
-42
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: BHNKJE+CambriaMath
|
||||
%!FontType1-1.0: BHNKJE+CambriaMath 1.0000.6.9000
|
||||
%RBIBeginFontSubset: EBCHRJ+CambriaMath
|
||||
%!FontType1-1.0: EBCHRJ+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /BHNKJE+CambriaMath def
|
||||
/FontName /EBCHRJ+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid3 put
|
||||
@@ -908,12 +908,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/BHNKJE+CambriaMath cguidfix
|
||||
/F1.1/BHNKJE+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: OEOVOY+CambriaMath
|
||||
%!FontType1-1.0: OEOVOY+CambriaMath 1.0000.6.9000
|
||||
/EBCHRJ+CambriaMath cguidfix
|
||||
/F1.1/EBCHRJ+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: UZRVMN+CambriaMath
|
||||
%!FontType1-1.0: UZRVMN+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /OEOVOY+CambriaMath def
|
||||
/FontName /UZRVMN+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid9 put
|
||||
@@ -1029,12 +1029,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/OEOVOY+CambriaMath cguidfix
|
||||
/F2.1/OEOVOY+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: EBHEBY+YuGothic-Regular
|
||||
%!FontType1-1.0: EBHEBY+YuGothic-Regular 1.0000.1.8500
|
||||
/UZRVMN+CambriaMath cguidfix
|
||||
/F2.1/UZRVMN+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: OBNOYT+YuGothic-Regular
|
||||
%!FontType1-1.0: OBNOYT+YuGothic-Regular 1.0000.1.8500
|
||||
14 dict begin
|
||||
/FontName /EBHEBY+YuGothic-Regular def
|
||||
/FontName /OBNOYT+YuGothic-Regular def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid4 put
|
||||
@@ -1081,12 +1081,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/EBHEBY+YuGothic-Regular cguidfix
|
||||
/F3.1/EBHEBY+YuGothic-Regular renmfont
|
||||
%RBIBeginFontSubset: TUQALX+CambriaMath
|
||||
%!FontType1-1.0: TUQALX+CambriaMath 1.0000.6.9000
|
||||
/OBNOYT+YuGothic-Regular cguidfix
|
||||
/F3.1/OBNOYT+YuGothic-Regular renmfont
|
||||
%RBIBeginFontSubset: QAHVNL+CambriaMath
|
||||
%!FontType1-1.0: QAHVNL+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /TUQALX+CambriaMath def
|
||||
/FontName /QAHVNL+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid18 put
|
||||
@@ -1197,12 +1197,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/TUQALX+CambriaMath cguidfix
|
||||
/F4.1/TUQALX+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: RXGYSC+CambriaMath
|
||||
%!FontType1-1.0: RXGYSC+CambriaMath 1.0000.6.9000
|
||||
/QAHVNL+CambriaMath cguidfix
|
||||
/F4.1/QAHVNL+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: TLJMJT+CambriaMath
|
||||
%!FontType1-1.0: TLJMJT+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /RXGYSC+CambriaMath def
|
||||
/FontName /TLJMJT+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -1268,12 +1268,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/RXGYSC+CambriaMath cguidfix
|
||||
/F5.1/RXGYSC+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: RFALHE+TimesNewRomanPS-ItalicMT
|
||||
%!FontType1-1.0: RFALHE+TimesNewRomanPS-ItalicMT 1.0000.7.0000
|
||||
/TLJMJT+CambriaMath cguidfix
|
||||
/F5.1/TLJMJT+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: KFCMSA+TimesNewRomanPS-ItalicMT
|
||||
%!FontType1-1.0: KFCMSA+TimesNewRomanPS-ItalicMT 1.0000.7.0000
|
||||
14 dict begin
|
||||
/FontName /RFALHE+TimesNewRomanPS-ItalicMT def
|
||||
/FontName /KFCMSA+TimesNewRomanPS-ItalicMT def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid1 put
|
||||
@@ -1320,12 +1320,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/RFALHE+TimesNewRomanPS-ItalicMT cguidfix
|
||||
/F6.1/RFALHE+TimesNewRomanPS-ItalicMT renmfont
|
||||
%RBIBeginFontSubset: RFALHE+CambriaMath
|
||||
%!FontType1-1.0: RFALHE+CambriaMath 1.0000.6.9000
|
||||
/KFCMSA+TimesNewRomanPS-ItalicMT cguidfix
|
||||
/F6.1/KFCMSA+TimesNewRomanPS-ItalicMT renmfont
|
||||
%RBIBeginFontSubset: KFCMSA+CambriaMath
|
||||
%!FontType1-1.0: KFCMSA+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /RFALHE+CambriaMath def
|
||||
/FontName /KFCMSA+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid1 put
|
||||
@@ -1365,12 +1365,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/RFALHE+CambriaMath cguidfix
|
||||
/F7.1/RFALHE+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: DHMLPX+CambriaMath
|
||||
%!FontType1-1.0: DHMLPX+CambriaMath 1.0000.6.9000
|
||||
/KFCMSA+CambriaMath cguidfix
|
||||
/F7.1/KFCMSA+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: KIVMDX+CambriaMath
|
||||
%!FontType1-1.0: KIVMDX+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /DHMLPX+CambriaMath def
|
||||
/FontName /KIVMDX+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid62 put
|
||||
@@ -1410,8 +1410,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/DHMLPX+CambriaMath cguidfix
|
||||
/F8.1/DHMLPX+CambriaMath renmfont
|
||||
/KIVMDX+CambriaMath cguidfix
|
||||
/F8.1/KIVMDX+CambriaMath renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
|
||||
+103
-103
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: VIHCNU+CambriaMath
|
||||
%!FontType1-1.0: VIHCNU+CambriaMath 1.0000.6.9000
|
||||
%RBIBeginFontSubset: FOUUGF+CambriaMath
|
||||
%!FontType1-1.0: FOUUGF+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /VIHCNU+CambriaMath def
|
||||
/FontName /FOUUGF+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -898,12 +898,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/VIHCNU+CambriaMath cguidfix
|
||||
/F1.1/VIHCNU+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: EFANYO+CambriaMath
|
||||
%!FontType1-1.0: EFANYO+CambriaMath 1.0000.6.9000
|
||||
/FOUUGF+CambriaMath cguidfix
|
||||
/F1.1/FOUUGF+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: NPNLFS+CambriaMath
|
||||
%!FontType1-1.0: NPNLFS+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /EFANYO+CambriaMath def
|
||||
/FontName /NPNLFS+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid40 put
|
||||
@@ -1052,12 +1052,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/EFANYO+CambriaMath cguidfix
|
||||
/F2.1/EFANYO+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: JLZUMY+CambriaMath
|
||||
%!FontType1-1.0: JLZUMY+CambriaMath 1.0000.6.9000
|
||||
/NPNLFS+CambriaMath cguidfix
|
||||
/F2.1/NPNLFS+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: YIESZV+CambriaMath
|
||||
%!FontType1-1.0: YIESZV+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /JLZUMY+CambriaMath def
|
||||
/FontName /YIESZV+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid12 put
|
||||
@@ -1110,12 +1110,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/JLZUMY+CambriaMath cguidfix
|
||||
/F3.1/JLZUMY+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: CTORJI+Calibri
|
||||
%!FontType1-1.0: CTORJI+Calibri 1.0000.6.2000
|
||||
/YIESZV+CambriaMath cguidfix
|
||||
/F3.1/YIESZV+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: VOFBTF+Calibri
|
||||
%!FontType1-1.0: VOFBTF+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /CTORJI+Calibri def
|
||||
/FontName /VOFBTF+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid1 put
|
||||
@@ -1181,8 +1181,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/CTORJI+Calibri cguidfix
|
||||
/F4.1/CTORJI+Calibri renmfont
|
||||
/VOFBTF+Calibri cguidfix
|
||||
/F4.1/VOFBTF+Calibri renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1325,68 +1325,68 @@ f
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 134.7921 465.4852 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 173.5 465.48511 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 180.8613 466.02759 cm
|
||||
102465.5 494051 m
|
||||
45875.352 494051 0 490228.19 0 485512.59 c
|
||||
102466 494051 m
|
||||
45875.59 494051 0 490228.19 0 485512.59 c
|
||||
0 8538.3721 l
|
||||
0 3822.76 45875.352 0 102465.5 0 c
|
||||
0 3822.76 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 216.3676 466.0274 cm
|
||||
88935.461 494051 m
|
||||
39817.762 494051 0 490733.09 0 486640.19 c
|
||||
88936 494051 m
|
||||
39818 494051 0 490733.09 0 486640.19 c
|
||||
0 7410.7651 l
|
||||
0 3317.9121 39817.762 0 88935.461 0 c
|
||||
0 3317.9121 39818 0 88936 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 228.65759 -117.16 cm
|
||||
/F1.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 247.99651 466.48651 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 295.83859 466.4863 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 454.38861 282.90359 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 491.5 282.90341 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 498.65131 284.11649 cm
|
||||
102465.7 598410 m
|
||||
45875.43 598410 0 594587.31 0 589871.69 c
|
||||
102465 598410 m
|
||||
45875.141 598410 0 594587.31 0 589871.69 c
|
||||
0 8538.3369 l
|
||||
0 3822.7439 45875.43 0 102465.7 0 c
|
||||
0 3822.7439 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 537.35919 284.1163 cm
|
||||
102465.7 598410 m
|
||||
45875.43 598410 0 594587.31 0 589871.69 c
|
||||
102465 598410 m
|
||||
45875.141 598410 0 594587.31 0 589871.69 c
|
||||
0 8538.3369 l
|
||||
0 3822.7439 45875.43 0 102465.7 0 c
|
||||
0 3822.7439 45875.141 0 102465 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 545.63708 -298.12 cm
|
||||
0 2370 m
|
||||
@@ -1404,16 +1404,16 @@ h
|
||||
f
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 568.7002 285.92929 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 607.4082 285.9292 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
0.81568629 0.80784309 0.80784309 sc
|
||||
CM
|
||||
@@ -1425,16 +1425,16 @@ h
|
||||
f
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 626.53229 286.0954 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 665.24017 286.09531 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
CM
|
||||
121.9205 364.1434 m
|
||||
@@ -1876,16 +1876,16 @@ f*
|
||||
0 2370 m
|
||||
(/)s
|
||||
0.00006693 0 0 -0.00006693 499.92621 465.61139 cm
|
||||
102465.5 494051 m
|
||||
45875.352 494051 0 490228.19 0 485512.59 c
|
||||
102466 494051 m
|
||||
45875.59 494051 0 490228.19 0 485512.59 c
|
||||
0 8538.3721 l
|
||||
0 3822.76 45875.352 0 102465.5 0 c
|
||||
0 3822.76 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 535.43237 465.6113 cm
|
||||
88935.461 494051 m
|
||||
39817.762 494051 0 490733.09 0 486640.19 c
|
||||
88936 494051 m
|
||||
39818 494051 0 490733.09 0 486640.19 c
|
||||
0 7410.7651 l
|
||||
0 3317.9121 39817.762 0 88935.461 0 c
|
||||
0 3317.9121 39818 0 88936 0 c
|
||||
S
|
||||
0.81568629 0.80784309 0.80784309 sc
|
||||
CM
|
||||
@@ -1897,16 +1897,16 @@ h
|
||||
f
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 453.93579 465.76208 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 492.64371 465.7619 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 546.33319 -115.72 cm
|
||||
/F1.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
@@ -1922,16 +1922,16 @@ h
|
||||
f
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 565.1955 465.90302 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 664.4826 465.90302 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.81568629 0.80784309 0.80784309 sc
|
||||
CM
|
||||
@@ -1984,16 +1984,16 @@ Q
|
||||
q
|
||||
13 68 816 459 rc
|
||||
0.00006693 0 0 -0.00006693 699.26288 463.34091 cm
|
||||
102465.5 494051 m
|
||||
45875.352 494051 0 490228.19 0 485512.59 c
|
||||
102466 494051 m
|
||||
45875.59 494051 0 490228.19 0 485512.59 c
|
||||
0 8538.3721 l
|
||||
0 3822.76 45875.352 0 102465.5 0 c
|
||||
0 3822.76 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 734.76898 463.34079 cm
|
||||
88935.461 494051 m
|
||||
39817.762 494051 0 490733.09 0 486640.19 c
|
||||
88936 494051 m
|
||||
39818 494051 0 490733.09 0 486640.19 c
|
||||
0 7410.7651 l
|
||||
0 3317.9121 39817.762 0 88935.461 0 c
|
||||
0 3317.9121 39818 0 88936 0 c
|
||||
S
|
||||
Q
|
||||
q
|
||||
@@ -2037,22 +2037,22 @@ q
|
||||
0 3822.51 45875.59 0 102466 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 109.9564 245.93629 cm
|
||||
102464.1 799885 m
|
||||
45874.75 799885 0 796062.19 0 791346.38 c
|
||||
102465 799885 m
|
||||
45875.141 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45874.75 0 102464.1 0 c
|
||||
0 3822.8521 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 148.66431 245.9361 cm
|
||||
102464.1 799885 m
|
||||
45874.75 799885 0 796062.19 0 791346.38 c
|
||||
102465 799885 m
|
||||
45875.141 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45874.75 0 102464.1 0 c
|
||||
0 3822.8521 45875.141 0 102465 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 154.539 246.5163 cm
|
||||
102465.3 615870 m
|
||||
45875.289 615870 0 612047.31 0 607331.69 c
|
||||
102466 615870 m
|
||||
45875.59 615870 0 612047.31 0 607331.69 c
|
||||
0 8538.2588 l
|
||||
0 3822.709 45875.289 0 102465.3 0 c
|
||||
0 3822.709 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 194.9673 246.5161 cm
|
||||
88936 615870 m
|
||||
@@ -7799,16 +7799,16 @@ S
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 321.2294 246.1748 cm
|
||||
102464.1 799885 m
|
||||
45874.75 799885 0 796062.19 0 791346.38 c
|
||||
102465 799885 m
|
||||
45875.141 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45874.75 0 102464.1 0 c
|
||||
0 3822.8521 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 359.93729 246.1747 cm
|
||||
102464.1 799885 m
|
||||
45874.75 799885 0 796062.19 0 791346.38 c
|
||||
102465 799885 m
|
||||
45875.141 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45874.75 0 102464.1 0 c
|
||||
0 3822.8521 45875.141 0 102465 0 c
|
||||
S
|
||||
Q
|
||||
q
|
||||
|
||||
+69
-69
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: VIHCNU+CambriaMath
|
||||
%!FontType1-1.0: VIHCNU+CambriaMath 1.0000.6.9000
|
||||
%RBIBeginFontSubset: FOUUGF+CambriaMath
|
||||
%!FontType1-1.0: FOUUGF+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /VIHCNU+CambriaMath def
|
||||
/FontName /FOUUGF+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -898,12 +898,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/VIHCNU+CambriaMath cguidfix
|
||||
/F1.1/VIHCNU+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: OSSGGR+CambriaMath
|
||||
%!FontType1-1.0: OSSGGR+CambriaMath 1.0000.6.9000
|
||||
/FOUUGF+CambriaMath cguidfix
|
||||
/F1.1/FOUUGF+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: KYSLKE+CambriaMath
|
||||
%!FontType1-1.0: KYSLKE+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /OSSGGR+CambriaMath def
|
||||
/FontName /KYSLKE+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid6 put
|
||||
@@ -1004,12 +1004,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/OSSGGR+CambriaMath cguidfix
|
||||
/F2.1/OSSGGR+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: VHDATV+CambriaMath
|
||||
%!FontType1-1.0: VHDATV+CambriaMath 1.0000.6.9000
|
||||
/KYSLKE+CambriaMath cguidfix
|
||||
/F2.1/KYSLKE+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: BFUJOO+CambriaMath
|
||||
%!FontType1-1.0: BFUJOO+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /VHDATV+CambriaMath def
|
||||
/FontName /BFUJOO+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -1077,12 +1077,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/VHDATV+CambriaMath cguidfix
|
||||
/F3.1/VHDATV+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: RPZBIM+CambriaMath
|
||||
%!FontType1-1.0: RPZBIM+CambriaMath 1.0000.6.9000
|
||||
/BFUJOO+CambriaMath cguidfix
|
||||
/F3.1/BFUJOO+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: YCSJMR+CambriaMath
|
||||
%!FontType1-1.0: YCSJMR+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /RPZBIM+CambriaMath def
|
||||
/FontName /YCSJMR+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid44 put
|
||||
@@ -1125,12 +1125,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/RPZBIM+CambriaMath cguidfix
|
||||
/F4.1/RPZBIM+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: TEKXOK+Calibri
|
||||
%!FontType1-1.0: TEKXOK+Calibri 1.0000.6.2000
|
||||
/YCSJMR+CambriaMath cguidfix
|
||||
/F4.1/YCSJMR+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: QTNIJH+Calibri
|
||||
%!FontType1-1.0: QTNIJH+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /TEKXOK+Calibri def
|
||||
/FontName /QTNIJH+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid1 put
|
||||
@@ -1194,8 +1194,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/TEKXOK+Calibri cguidfix
|
||||
/F5.1/TEKXOK+Calibri renmfont
|
||||
/QTNIJH+Calibri cguidfix
|
||||
/F5.1/QTNIJH+Calibri renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1338,71 +1338,71 @@ f
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 206.42059 395.89029 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 245.12849 395.8902 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 250.6819 396.6955 cm
|
||||
102465.5 494051 m
|
||||
45875.352 494051 0 490228.19 0 485512.59 c
|
||||
102466 494051 m
|
||||
45875.59 494051 0 490228.19 0 485512.59 c
|
||||
0 8538.3721 l
|
||||
0 3822.76 45875.352 0 102465.5 0 c
|
||||
0 3822.76 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 271.50031 396.69531 cm
|
||||
88935.461 494051 m
|
||||
39817.762 494051 0 490733.09 0 486640.19 c
|
||||
88936 494051 m
|
||||
39818 494051 0 490733.09 0 486640.19 c
|
||||
0 7410.7651 l
|
||||
0 3317.9121 39817.762 0 88935.461 0 c
|
||||
0 3317.9121 39818 0 88936 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 287.12021 -186.03999 cm
|
||||
/F1.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 317.67969 397.37729 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 340.8837 397.3772 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 544.1897 394.8103 cm
|
||||
102465.5 494051 m
|
||||
45875.352 494051 0 490228.19 0 485512.59 c
|
||||
102466 494051 m
|
||||
45875.59 494051 0 490228.19 0 485512.59 c
|
||||
0 8538.3721 l
|
||||
0 3822.76 45875.352 0 102465.5 0 c
|
||||
0 3822.76 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 565.00812 394.81009 cm
|
||||
88935.461 494051 m
|
||||
39817.762 494051 0 490733.09 0 486640.19 c
|
||||
88936 494051 m
|
||||
39818 494051 0 490733.09 0 486640.19 c
|
||||
0 7410.7651 l
|
||||
0 3317.9121 39817.762 0 88935.461 0 c
|
||||
0 3317.9121 39818 0 88936 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 580.62811 -187.96001 cm
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 613.13177 396.0029 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 633.0719 396.00269 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1422,16 +1422,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 499.9281 394.0051 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 537.03943 394.005 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1444,16 +1444,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 667.15338 396.41461 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 687.09338 396.41449 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
Q
|
||||
q
|
||||
|
||||
+151
-206
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: OJBOKQ+ArialRoundedMTBold
|
||||
%!FontType1-1.0: OJBOKQ+ArialRoundedMTBold 1.0000.1.5100
|
||||
%RBIBeginFontSubset: OYTAUG+ArialRoundedMTBold
|
||||
%!FontType1-1.0: OYTAUG+ArialRoundedMTBold 1.0000.1.5100
|
||||
14 dict begin
|
||||
/FontName /OJBOKQ+ArialRoundedMTBold def
|
||||
/FontName /OYTAUG+ArialRoundedMTBold def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /S put
|
||||
@@ -963,12 +963,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/OJBOKQ+ArialRoundedMTBold cguidfix
|
||||
/F1.1/OJBOKQ+ArialRoundedMTBold renmfont
|
||||
%RBIBeginFontSubset: VPVYZP+ArialRoundedMTBold
|
||||
%!FontType1-1.0: VPVYZP+ArialRoundedMTBold 1.0000.1.5100
|
||||
/OYTAUG+ArialRoundedMTBold cguidfix
|
||||
/F1.1/OYTAUG+ArialRoundedMTBold renmfont
|
||||
%RBIBeginFontSubset: LNPNIO+ArialRoundedMTBold
|
||||
%!FontType1-1.0: LNPNIO+ArialRoundedMTBold 1.0000.1.5100
|
||||
14 dict begin
|
||||
/FontName /VPVYZP+ArialRoundedMTBold def
|
||||
/FontName /LNPNIO+ArialRoundedMTBold def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /P put
|
||||
@@ -1059,12 +1059,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/VPVYZP+ArialRoundedMTBold cguidfix
|
||||
/F2.1/VPVYZP+ArialRoundedMTBold renmfont
|
||||
%RBIBeginFontSubset: SWBSOD+CambriaMath
|
||||
%!FontType1-1.0: SWBSOD+CambriaMath 1.0000.6.9000
|
||||
/LNPNIO+ArialRoundedMTBold cguidfix
|
||||
/F2.1/LNPNIO+ArialRoundedMTBold renmfont
|
||||
%RBIBeginFontSubset: BEYILG+CambriaMath
|
||||
%!FontType1-1.0: BEYILG+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /SWBSOD+CambriaMath def
|
||||
/FontName /BEYILG+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid28 put
|
||||
@@ -1246,12 +1246,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/SWBSOD+CambriaMath cguidfix
|
||||
/F3.1/SWBSOD+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: FMFLWA+CambriaMath
|
||||
%!FontType1-1.0: FMFLWA+CambriaMath 1.0000.6.9000
|
||||
/BEYILG+CambriaMath cguidfix
|
||||
/F3.1/BEYILG+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: EWUYEL+CambriaMath
|
||||
%!FontType1-1.0: EWUYEL+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /FMFLWA+CambriaMath def
|
||||
/FontName /EWUYEL+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid35 put
|
||||
@@ -1294,12 +1294,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/FMFLWA+CambriaMath cguidfix
|
||||
/F4.1/FMFLWA+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: DZMFKU+CambriaMath
|
||||
%!FontType1-1.0: DZMFKU+CambriaMath 1.0000.6.9000
|
||||
/EWUYEL+CambriaMath cguidfix
|
||||
/F4.1/EWUYEL+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: ZCLVCV+CambriaMath
|
||||
%!FontType1-1.0: ZCLVCV+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /DZMFKU+CambriaMath def
|
||||
/FontName /ZCLVCV+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid11 put
|
||||
@@ -1346,12 +1346,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/DZMFKU+CambriaMath cguidfix
|
||||
/F5.1/DZMFKU+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: JIBBNJ+YuGothic-Regular
|
||||
%!FontType1-1.0: JIBBNJ+YuGothic-Regular 1.0000.1.8500
|
||||
/ZCLVCV+CambriaMath cguidfix
|
||||
/F5.1/ZCLVCV+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: UOGZHY+YuGothic-Regular
|
||||
%!FontType1-1.0: UOGZHY+YuGothic-Regular 1.0000.1.8500
|
||||
14 dict begin
|
||||
/FontName /JIBBNJ+YuGothic-Regular def
|
||||
/FontName /UOGZHY+YuGothic-Regular def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -1400,12 +1400,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/JIBBNJ+YuGothic-Regular cguidfix
|
||||
/F6.1/JIBBNJ+YuGothic-Regular renmfont
|
||||
%RBIBeginFontSubset: UESORJ+CambriaMath
|
||||
%!FontType1-1.0: UESORJ+CambriaMath 1.0000.6.9000
|
||||
/UOGZHY+YuGothic-Regular cguidfix
|
||||
/F6.1/UOGZHY+YuGothic-Regular renmfont
|
||||
%RBIBeginFontSubset: CBGIBE+CambriaMath
|
||||
%!FontType1-1.0: CBGIBE+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /UESORJ+CambriaMath def
|
||||
/FontName /CBGIBE+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid4 put
|
||||
@@ -1458,12 +1458,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/UESORJ+CambriaMath cguidfix
|
||||
/F7.1/UESORJ+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: MCJRZE+CambriaMath
|
||||
%!FontType1-1.0: MCJRZE+CambriaMath 1.0000.6.9000
|
||||
/CBGIBE+CambriaMath cguidfix
|
||||
/F7.1/CBGIBE+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: XVLQKT+CambriaMath
|
||||
%!FontType1-1.0: XVLQKT+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /MCJRZE+CambriaMath def
|
||||
/FontName /XVLQKT+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -1537,12 +1537,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/MCJRZE+CambriaMath cguidfix
|
||||
/F8.1/MCJRZE+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: MVCCOT+CambriaMath
|
||||
%!FontType1-1.0: MVCCOT+CambriaMath 1.0000.6.9000
|
||||
/XVLQKT+CambriaMath cguidfix
|
||||
/F8.1/XVLQKT+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: JUIKHD+CambriaMath
|
||||
%!FontType1-1.0: JUIKHD+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /MVCCOT+CambriaMath def
|
||||
/FontName /JUIKHD+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid42 put
|
||||
@@ -1638,12 +1638,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/MVCCOT+CambriaMath cguidfix
|
||||
/F9.1/MVCCOT+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: SZFZTO+YuGothic-Regular
|
||||
%!FontType1-1.0: SZFZTO+YuGothic-Regular 1.0000.1.8500
|
||||
/JUIKHD+CambriaMath cguidfix
|
||||
/F9.1/JUIKHD+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: PTOPWW+YuGothic-Regular
|
||||
%!FontType1-1.0: PTOPWW+YuGothic-Regular 1.0000.1.8500
|
||||
14 dict begin
|
||||
/FontName /SZFZTO+YuGothic-Regular def
|
||||
/FontName /PTOPWW+YuGothic-Regular def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -1690,12 +1690,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/SZFZTO+YuGothic-Regular cguidfix
|
||||
/F10.1/SZFZTO+YuGothic-Regular renmfont
|
||||
%RBIBeginFontSubset: TFLOQG+ArialRoundedMTBold
|
||||
%!FontType1-1.0: TFLOQG+ArialRoundedMTBold 1.0000.1.5100
|
||||
/PTOPWW+YuGothic-Regular cguidfix
|
||||
/F10.1/PTOPWW+YuGothic-Regular renmfont
|
||||
%RBIBeginFontSubset: ZGRCMU+ArialRoundedMTBold
|
||||
%!FontType1-1.0: ZGRCMU+ArialRoundedMTBold 1.0000.1.5100
|
||||
14 dict begin
|
||||
/FontName /TFLOQG+ArialRoundedMTBold def
|
||||
/FontName /ZGRCMU+ArialRoundedMTBold def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /I put
|
||||
@@ -1765,12 +1765,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/TFLOQG+ArialRoundedMTBold cguidfix
|
||||
/F11.1/TFLOQG+ArialRoundedMTBold renmfont
|
||||
%RBIBeginFontSubset: BUUUUC+ArialRoundedMTBold
|
||||
%!FontType1-1.0: BUUUUC+ArialRoundedMTBold 1.0000.1.5100
|
||||
/ZGRCMU+ArialRoundedMTBold cguidfix
|
||||
/F11.1/ZGRCMU+ArialRoundedMTBold renmfont
|
||||
%RBIBeginFontSubset: XDHHNR+ArialRoundedMTBold
|
||||
%!FontType1-1.0: XDHHNR+ArialRoundedMTBold 1.0000.1.5100
|
||||
14 dict begin
|
||||
/FontName /BUUUUC+ArialRoundedMTBold def
|
||||
/FontName /XDHHNR+ArialRoundedMTBold def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /M put
|
||||
@@ -1834,12 +1834,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/BUUUUC+ArialRoundedMTBold cguidfix
|
||||
/F12.1/BUUUUC+ArialRoundedMTBold renmfont
|
||||
%RBIBeginFontSubset: BUUUUC+TimesNewRomanPS-ItalicMT
|
||||
%!FontType1-1.0: BUUUUC+TimesNewRomanPS-ItalicMT 1.0000.7.0000
|
||||
/XDHHNR+ArialRoundedMTBold cguidfix
|
||||
/F12.1/XDHHNR+ArialRoundedMTBold renmfont
|
||||
%RBIBeginFontSubset: XDHHNR+TimesNewRomanPS-ItalicMT
|
||||
%!FontType1-1.0: XDHHNR+TimesNewRomanPS-ItalicMT 1.0000.7.0000
|
||||
14 dict begin
|
||||
/FontName /BUUUUC+TimesNewRomanPS-ItalicMT def
|
||||
/FontName /XDHHNR+TimesNewRomanPS-ItalicMT def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -1913,12 +1913,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/BUUUUC+TimesNewRomanPS-ItalicMT cguidfix
|
||||
/F13.1/BUUUUC+TimesNewRomanPS-ItalicMT renmfont
|
||||
%RBIBeginFontSubset: VPVYZP+YuGothic-Regular
|
||||
%!FontType1-1.0: VPVYZP+YuGothic-Regular 1.0000.1.8500
|
||||
/XDHHNR+TimesNewRomanPS-ItalicMT cguidfix
|
||||
/F13.1/XDHHNR+TimesNewRomanPS-ItalicMT renmfont
|
||||
%RBIBeginFontSubset: LNPNIO+YuGothic-Regular
|
||||
%!FontType1-1.0: LNPNIO+YuGothic-Regular 1.0000.1.8500
|
||||
14 dict begin
|
||||
/FontName /VPVYZP+YuGothic-Regular def
|
||||
/FontName /LNPNIO+YuGothic-Regular def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid9 put
|
||||
@@ -2011,12 +2011,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/VPVYZP+YuGothic-Regular cguidfix
|
||||
/F14.1/VPVYZP+YuGothic-Regular renmfont
|
||||
%RBIBeginFontSubset: KKRSYG+YuGothic-Regular
|
||||
%!FontType1-1.0: KKRSYG+YuGothic-Regular 1.0000.1.8500
|
||||
/LNPNIO+YuGothic-Regular cguidfix
|
||||
/F14.1/LNPNIO+YuGothic-Regular renmfont
|
||||
%RBIBeginFontSubset: RLJXLT+YuGothic-Regular
|
||||
%!FontType1-1.0: RLJXLT+YuGothic-Regular 1.0000.1.8500
|
||||
14 dict begin
|
||||
/FontName /KKRSYG+YuGothic-Regular def
|
||||
/FontName /RLJXLT+YuGothic-Regular def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -2099,45 +2099,48 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/KKRSYG+YuGothic-Regular cguidfix
|
||||
/F15.1/KKRSYG+YuGothic-Regular renmfont
|
||||
%RBIBeginFontSubset: IZBYMP+TimesNewRomanPS-ItalicMT
|
||||
%!FontType1-1.0: IZBYMP+TimesNewRomanPS-ItalicMT 1.0000.7.0000
|
||||
/RLJXLT+YuGothic-Regular cguidfix
|
||||
/F15.1/RLJXLT+YuGothic-Regular renmfont
|
||||
%RBIBeginFontSubset: MGHVKC+TimesNewRomanPS-ItalicMT
|
||||
%!FontType1-1.0: MGHVKC+TimesNewRomanPS-ItalicMT 1.0000.7.0000
|
||||
14 dict begin
|
||||
/FontName /IZBYMP+TimesNewRomanPS-ItalicMT def
|
||||
/FontName /MGHVKC+TimesNewRomanPS-ItalicMT def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid8 put
|
||||
dup 34 /gid27 put
|
||||
dup 35 /gid15 put
|
||||
dup 36 /gid30 put
|
||||
dup 37 /gid24 put
|
||||
dup 33 /gid11 put
|
||||
dup 34 /gid30 put
|
||||
dup 35 /gid18 put
|
||||
dup 36 /gid33 put
|
||||
dup 37 /gid27 put
|
||||
dup 38 /gid1 put
|
||||
dup 39 /gid16 put
|
||||
dup 40 /gid31 put
|
||||
dup 41 /gid11 put
|
||||
dup 42 /gid17 put
|
||||
dup 43 /gid22 put
|
||||
dup 44 /gid21 put
|
||||
dup 45 /gid10 put
|
||||
dup 46 /gid28 put
|
||||
dup 47 /gid20 put
|
||||
dup 48 /gid23 put
|
||||
dup 49 /gid26 put
|
||||
dup 50 /gid25 put
|
||||
dup 51 /gid18 put
|
||||
dup 52 /gid13 put
|
||||
dup 53 /gid4 put
|
||||
dup 54 /gid9 put
|
||||
dup 55 /gid14 put
|
||||
dup 56 /gid19 put
|
||||
dup 39 /gid19 put
|
||||
dup 40 /gid34 put
|
||||
dup 41 /gid14 put
|
||||
dup 42 /gid20 put
|
||||
dup 43 /gid25 put
|
||||
dup 44 /gid24 put
|
||||
dup 45 /gid13 put
|
||||
dup 46 /gid31 put
|
||||
dup 47 /gid23 put
|
||||
dup 48 /gid26 put
|
||||
dup 49 /gid29 put
|
||||
dup 50 /gid28 put
|
||||
dup 51 /gid21 put
|
||||
dup 52 /gid16 put
|
||||
dup 53 /gid5 put
|
||||
dup 54 /gid12 put
|
||||
dup 55 /gid17 put
|
||||
dup 56 /gid22 put
|
||||
dup 57 /gid2 put
|
||||
dup 58 /gid29 put
|
||||
dup 59 /gid5 put
|
||||
dup 60 /gid7 put
|
||||
dup 61 /gid3 put
|
||||
dup 62 /gid12 put
|
||||
dup 63 /gid6 put
|
||||
dup 58 /gid32 put
|
||||
dup 59 /gid7 put
|
||||
dup 60 /gid10 put
|
||||
dup 61 /gid4 put
|
||||
dup 62 /gid15 put
|
||||
dup 63 /gid8 put
|
||||
dup 64 /gid6 put
|
||||
dup 65 /gid9 put
|
||||
dup 66 /gid3 put
|
||||
readonly def
|
||||
42/FontType resourcestatus{pop pop false}{true}ifelse
|
||||
%APLsfntBegin
|
||||
@@ -2146,28 +2149,28 @@ readonly def
|
||||
/FontMatrix matrix def
|
||||
/FontBBox[2048 -1019 1 index div -628 2 index div 2730 3 index div 2096 5 -1 roll div]cvx def
|
||||
/sfnts [<
|
||||
74727565000900000000000063767420000000000000009C0000079C6670676D000000000000083800000634676C79660000000000000E6C0000316E686561640000000000003FDC0000003668686561000000000000401400000024686D74780000000000004038000000806C6F636100000000000040B8000000426D61787000000000000040FC0000002070726570000000000000411C00000B1B058E0000054C001F054C001C037100180000FFE10000FFE80000FFE8FE4AFFFC056B0023FE68FFE2033E00000095000000950000000000000000002500A8008E010B007D00820045003200A400CA006B0070005100AF003C00F001D700470004002500770029004000FD00160161004601370029008E0017FFCA0025005BFFE902E600020099008100F2007500D6006300C60006009A01330024003800CC003DFF67001305D8003600860095FFDB0007043400A500D8FFDCFFFE004800A200D8013C01530380053E0057007A007C008C0117012A0138017C0026003C007800BD00C0021009B5000C004D004E00540058006700B4040100020005005000AF01D5034300240058008B013501C0FFAC002000250026002D00410136022BFFBA001E002A0034003B003F00850094009800D7012E013D033104B900170040006100B9010E0116012201BFFF9C001F001F004D005C0086008C009600AA00CB00CB011F0154022F036005A9FEE8000E006F007C007D008B00D500F1010A0157017802B803ADFE3FFF6AFFB3FFC4001F0037003F0044004A0078007D009700A200A700B600C000C100C600D8011D0150019701EE04740532FD81FED1FEE0FF16FFF1000F002D00550068006E007F00890095009E00C200DA00E400F801040108011101C2023002DA030E049E0517FF00FF8700000020002F00410057007800870088008800B900C200C5012001280133017401D6020E020F026C027E02AB02EC038903B103E304E7FF43FFA8FFC3FFDCFFE9000700230023002600520077007D0081008F009900AC00AE00B500B800C800EA00F000F40135016A018B01B101B501F7021402AD02D504FC05D805F0FF9DFFFC000B00240025002C0030003000330040004700490057006E009A00BD00C900CD00DC00FA00FA011B0139017E0187018A018E0195019601DF01F6028602CF02DE039603A903B003C804010432046A058B05E006510761FE96FE9AFF4BFF870013002500340038003E004A0065006B0073007A009C00A200B200B700BF00F000F700FB0104011301200124013B01520178017C0181018F01A001D90248026A026F02700301031D032303270388041F04AB04D104DA057A058BFE26FE59FF2E00010002000A003B003B004700580058005F0066006B007A007A008B009900AF00BC00C000C700CC00E900F200F500FB00FB0102010A010B
|
||||
74727565000900000000000063767420000000000000009C0000079C6670676D000000000000083800000634676C79660000000000000E6C000034506865616400000000000042BC000000366868656100000000000042F400000024686D747800000000000043180000008C6C6F636100000000000043A4000000486D61787000000000000043EC0000002070726570000000000000440C00000B1B058E0000054C001F054C001C037100180000FFE10000FFE80000FFE8FE4AFFFC056B0023FE68FFE2033E00000095000000950000000000000000002500A8008E010B007D00820045003200A400CA006B0070005100AF003C00F001D700470004002500770029004000FD00160161004601370029008E0017FFCA0025005BFFE902E600020099008100F2007500D6006300C60006009A01330024003800CC003DFF67001305D8003600860095FFDB0007043400A500D8FFDCFFFE004800A200D8013C01530380053E0057007A007C008C0117012A0138017C0026003C007800BD00C0021009B5000C004D004E00540058006700B4040100020005005000AF01D5034300240058008B013501C0FFAC002000250026002D00410136022BFFBA001E002A0034003B003F00850094009800D7012E013D033104B900170040006100B9010E0116012201BFFF9C001F001F004D005C0086008C009600AA00CB00CB011F0154022F036005A9FEE8000E006F007C007D008B00D500F1010A0157017802B803ADFE3FFF6AFFB3FFC4001F0037003F0044004A0078007D009700A200A700B600C000C100C600D8011D0150019701EE04740532FD81FED1FEE0FF16FFF1000F002D00550068006E007F00890095009E00C200DA00E400F801040108011101C2023002DA030E049E0517FF00FF8700000020002F00410057007800870088008800B900C200C5012001280133017401D6020E020F026C027E02AB02EC038903B103E304E7FF43FFA8FFC3FFDCFFE9000700230023002600520077007D0081008F009900AC00AE00B500B800C800EA00F000F40135016A018B01B101B501F7021402AD02D504FC05D805F0FF9DFFFC000B00240025002C0030003000330040004700490057006E009A00BD00C900CD00DC00FA00FA011B0139017E0187018A018E0195019601DF01F6028602CF02DE039603A903B003C804010432046A058B05E006510761FE96FE9AFF4BFF870013002500340038003E004A0065006B0073007A009C00A200B200B700BF00F000F700FB0104011301200124013B01520178017C0181018F01A001D90248026A026F02700301031D032303270388041F04AB04D104DA057A058BFE26FE59FF2E00010002000A003B003B004700580058005F0066006B007A007A008B009900AF00BC00C000C700CC00E900F200F500FB00FB0102010A010B
|
||||
01150121012701450145015501570158015E01610168017D01A301AB01DA01EE021002180222028F029402A302D202E703710393039B03B303D303FE04FF050B05320532054B0559058B05AB05F2065506890742076207A708CCFD2AFDC8FDDEFE0CFE15FE27FE53FE84FEBBFF58FF76FF77FFA1FFA7FFADFFAFFFC00000000000030094001D001F002000200027002E0048004B004C005E005F006B0071007C008A00900091009100A700AF00B300B400C400C600D100D200DE00DF00DF00E600E800EA00EB00F200F500F500FC010201180123013101330137015C016201660170017A017A017A018201980199019B01B001BF01C001CA01D301D701D801E001E001F601F701F802120213022F023702440247024F0252026302650270027F0298029B02A602B702BA02C502CF02D602D702E502FE031C031D03450348035D035E03710379038103A103B703D403D503D803E103F803FE0404041F042104230425043A0467048304E00528054B0564056A059F059F05C2060B066A06AF06B306CB06E8070607280748075007A607B207FF009500AF00920096000000000000000000000000017E01A80129025B0212020301C302B4019301CD02B204ED020E0159017A0300022D042C00C8004D00E602890325013E0378011B00F1018D00490203007C000E029D02470024000000000052004400330038005405D3041501A7000002860168005000CF0002004B0024008800BA0025FFD800110091FF6B00B5011700260065FF9900490080014B01C000F40167027102EA04FC0310017C01E103D9015501E601EE0434019606CB005C022B0099003D009F00160039002700DE00790120022E005A00990388009400210019002A046C05E8000001F203B200AA0296028902B4FFC9020000EC0005005A0447010004E00000052A001F01EB00AE016800CA02D3028901B5040601A1014F014B011C0308005E00C70024029D006503750104028002F304D800D90239025A032C01F204310303005002E50283005901EB010800AC019602F8012100950180004400E501EB02E5007400F301FF02FD038F026801C801C70116022B0142033000FE02E101620200002400EE05170108023700660006010201E602AA0366019B00D305C203DC044D03B6000401BE013702FC03200244014D0338FFED002506F8030DFED5FF43004402FFFF92040BFDEF0155017100D9FFC4032D0461044AFBB5FBCF02170192036D0558FFF2FE7D0583023E006605E9073D00790243002500CF00FD00AF002A01EF021A0026001F0025003A000001170490FBFB0251001D02F001F50078018F005F00240044005400BF00AF006701A8002600050006003F009800FA02AB00C2004D0375004A00B600C401BF017C006F00130263000C006801520002012E0104001F001F009A000000F1
|
||||
046900790080005000BD056B00AB0080001E05A5FE4000CE006E0056004800DB018B00B3004802390458005300820082002203D703F1047040425554403F3E3D3C3B3A3938373534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A191817161514131211100F0E0D0C0B0A090807060504030201002C4523466020B02660B004262348482D2C452346236120B02661B004262348482D2C45234660B0206120B04660B004262348482D2C4523462361B0206020B02661B02061B004262348482D2C45234660B0406120B06660B004262348482D2C4523462361B0406020B02661B04061B004262348482D2C0110203C003C2D2C20452320B0CD442320B8015A51582320B08D44235920B0ED51582320B04D44235920B09051582320B00D44235921212D2C20204518684420B001602045B04676688A4560442D2C01B10B0A432343650A2D2C00B10A0B4323430B2D2C00B0172370B101173E01B0172370B10217453AB10200080D2D2C45B01A234445B01923442D2C2045B00325456164B050515845441B2121592D2CB00143632362B0002342B00F2B2D2C2045B0004360442D2C01B00643B00743650A2D2C2069B04061B0008B20B12CC08A8CB8100062602B0C642364615C58B00361592D2C45B0112BB0172344B0177AE4182D2C45B0112BB01723442D2CB01243588745B0112BB0172344B0177AE41B038A45186920B01723448A8A8720B0A05158B0112BB0172344B0177AE41B21B0177AE45959182D2C2D2CB0022546608A46B040618C482D2C01182F2D2C20B0032545B019234445B01A23444565234520B00325606A20B009234223688A6A606120B01A8AB000527921B21A1A40B9FFE0001A45208A54582321B03F1B235961441CB114008A5279B31940201945208A54582321B03F1B235961442D2CB110114323430B2D2CB10E0F4323430B2D2CB10C0D4323430B2D2CB10C0D432343650B2D2CB10E0F432343650B2D2CB11011432343650B2D2C4B525845441B2121592D2C0120B003252349B04060B0206320B000525823B002253823B002256538008A63381B212121212159012D2C4BB06451584569B00943608A103A1B212121592D2C01B005251023208AF500B0016023EDEC2D2C01B005251023208AF500B0016123EDEC2D2C01B0062510F500EDEC2D2C20B001600110203C003C2D2C20B001610110203C003C2D2CB02B2BB02A2A2D2C00B00743B006430B2D2C3EB02A2A2D2C352D2C76B802EE23701020B802EE4520B0005058B00161593A2F182D2C21210C6423648BB84000622D2C21B08051580C6423648BB82000621BB200402F2B59B002602D2C21B0C051580C6423648BB81555621BB200802F2B59B002602D2C0C6423648BB84000626023212D2CB4000100000015B00826B00826B00826B008260F1016
|
||||
1345683AB001162D2CB4000100000015B00826B00826B00826B008260F1016134568653AB001162D2C4B53234B515A5820458A60441B2121592D2C4B545820458A60441B2121592D2C4B53234B515A58381B2121592D2C4B5458381B2121592D2CB0134358031B02592D2CB0134358021B03592D2C4B54B012435C5A58381B2121592D2CB012435C580CB00425B00425060C6423646164B807085158B00425B00425012046B01060482046B0106048590A21211B2121592D2CB012435C580CB00425B00425060C6423646164B807085158B00425B00425012046B8FFF060482046B8FFF06048590A21211B2121592D2C4B53234B515A58B03A2B1B2121592D2C4B53234B515A58B03B2B1B2121592D2C4B53234B515AB012435C5A58381B2121592D2C0C8A034B54B00426024B545A8A8A0AB012435C5A58381B2121592D2C462346608A8A462320468A608A61B8FF8062232010238AB903B003B08A70456020B0005058B00161B8FFBA8B1BB0468C59B0106068013A2D2CB1020042B123018851B1400188535A58B910000020885458B202010243604259B12401885158B920000040885458B2020202436042B12401885458B2022002436042004B014B5258B2020802436042591BB940000080885458B202040243604259B94000008063B80100885458B202080243604259B94000010063B80200885458B202100243604259B12601885158B94000020063B80400885458B202400243604259B94000040063B80800885458B202800243604259B12801885158B94000080063B81000885458BA000201000002436042595959595959592D2CB0024354584B53234B515A58381B2121591B21212121592D0002011C0000051C050000030007003FB40201F80607B802664013000504F803000A0704F8010019080605F80203B8014AB309A2DC182B10F63CFD3C4E10F43C4DFD3C003F3CFD3C10FC3CFD3C31302111211125211121011C0400FC2003C0FC400500FB002004C00001008CFE4A038A058E0010003CB70708010113091112B80181B30F00A601B80145B3050A3B09B80156B50F4305191142B9021000182B4E10F44DEDFDE410FDED10E6003F3F3130015D010726272635103712011706070602151401812277342895B7019A18B97592BAFE5A10E3AE888A0142FF013801282389AAD4FDA8F6BC0001FFEBFEFF011000B40014002F400C001414EF3F0E017F0E010E11BA0174000402B5B7003E0B19156DF5182B4E10F44DECE4ED002F5D71ED10C93130073637363534272626272635343633321615140607154B2F2406043003073B28293F8C85E122342825120F08300911162B3E423259B63200010045FFE9011000B3000B001EB900000391B2060B03B80174B509190C6DF5182B4E10F44DED003FFD3130373216151406232226353436
|
||||
AA2B3B3C2A2A3B3BB33B2A2A3B3B2A2A3B000001007D000003570568001B00CA401A071A015602670276027403BD0D05080008101701170F04080F09B80138B308070106410B01380007001A01A30010020E002800190138001A01FD401300100F0103000828100F0FE601001401010019BA01F4001A030D40091B1B000508070C0001BB03280010001A020BB31F0F010FB80327400B10011C2800100117011C0ABA022801E300182B2B103C2B2B3C2B10C0012BF65DE43CF53C003F3C3F3C10F4ED870E2E2B7D10C42B11121739180010F5ED2BFC01F50010ED0110C00010ED0110C03130015D5D0071010106151416170721373637363736371336373635342623220727250357FEBE1C335E0AFDFD0E521A2A152122E815020326211A370D01510568FB9F632C2527072525020B121E2E770325490B141323280C245E00010020000003C00568001D00B540218F08860B9C08960AAC08AB0CBF08BA0CCE08CE180AEF03EA04EB16EF17040B0C1DBD01A3001900190177001C013840151D031718041605021514130312060317041604010BB80202400C09AB0F051918E60000010C0CBF0217000201F7001E00060121001D0202B2121A1FBA01F601EF00182B4E10F64DE4ED10F6E4003F3C10FD3C3FFDE412173901111217391217392EEDEC0010FD0110C9B1060243545840090F030B041F031B0404005D593130005D015D21213500133635342623220727363633321615140706070601213236373302C3FD5D0204A64D80668D5B2333C47281B01F3081C4FEB90154526A17282501C40101778368838710818FB17E584B7591DEFEDF44390000010049FFE803D5054C002200C1406F062212390422123921072B2030073C2050055206500761056206620771047106730782048206840791049106A004A306B504B920167E0401081C181C4407A206F50605211816031E1201022408181B212215030404FA22001422220022040300041E12040322220E0203E60100041BB8016CB70E0D1219231EAB08BC0209002400C8011600182B10F6ED4E10E4003F4DED3F3CFD3C12392F12390111121739870E2E2B057D10C40011123912390111123939111217393130015D71005D2B2B0121072107161716151406060706232227263534363332171617163332363534262627021001C52EFE694BA25A8B6795557476653B2834263541281A151D71BE659C82054CA5A71A4B75D28BE1982C3C2C1E2E243335210B09E1B47DB0480E0002FFC3000005A3054C001A002D00DFB9001CFFE8403311392F2B571B79277A2B8B27B51E060D140E1D0D0115001D011B1C1C1E141514141415232E0D2C2E01020D08142E2815141029BA037F0006FFC0B326173F06BA0117002FFFC040091339702F012F1BD41CBA030100150345B4120F140114B80173B62E0914
|
||||
17142E0ABA0173011500182B2B103C2B2B4E10F471435C58B90014FF80B326173F14B8FF80B328183F14B8FF80400B2D173F14401839144011392B2B2B2B2B59014DE4FDE44E105D2BF62B4DE92B103C2B10C0003F3FED10ED870E2E2B057D10C4180010ED0110C00010ED0110C03130015D2B01372120041215140E020423213736373637363713363534262305010615141617163332243736123534262322012C0C01B1011301099E5B73EEFEEAD0FDC20D4F1B28131D24F01C344C014DFEDA2115121A3A9D010D567A92E0D7350527257EFEF19B85FB97B65725020C111D2A7F03346137272A26FC09721B101E050941405D0146D0EBE5000001008EFFE005CC056B003600C3404C13401439240D3914393149315A12661F7409740D792A762B840C961FB600B509BA15DA0AD628111B211C1D1B1A12191D1A3032020B1211111E22211422110F22211B1A1A2F250F021F020202B80302400C07333392362F030E6425091BB80142B2028801B80142B2368800BB01170038000B037F400F294014392940474B34296537655C182B4E10F42B2B4DE910F6EDF4EDE4003FED3F3CECFDE65D1112392F3C87082E2B0E7D10C40111123939180010ED0110C00010ED0110C0313000015D2B0103233635342623200306111412333236371336353427262323372107060607060703060623222402353412363736333217163332363705C2652609AD98FEC9C59DC2CA32595A63151A2A5E1C0B02340A4D461911266489A85DD6FEF67F94DD82B3C591752F1619231C056BFE554B246297FEDCE7FEE2BEFEEC121F015D482B24131D27270122291B82FEA93B27A1010983B0013DDB3F573013172C000001FFCA0000067D054C0041021B400C1218220F133E29220F133E0FB8FFDEB30F133E3FB8FFDE408E0F133E14221439B625E73202860AB514B61A03533F760A762903540F70430201212020020022414123090A010A110B1D0A19201A1D192A312B1D2A093A013A413B1D3A0902081D091812171D182923281D293932381D391112121E2002142020024123231E31321431313201002221232F00010000183A39390A0A09022A29291919180831204228022032311012410C03010002021300200189002303010032034500120031FFC0B73336343140253531B8FFC0B32B2E3431B8FFC0B328293431B8FFC0401523353140191B348031B031C031D031E031F0310631B80173400A4209201731172031420AB80173B16F182B2B103C3C2B2B2B4E10F45D2B2B2B2B2B2B435C58B5314016253F31B8FFC040091C113F31401E123F31B8FF80B326173F31B8FF80B328183F31B8FFC040090F1E3F31800F193F31B8FF80B72D173F3180183931B8FFC0B30B123F31B8FFC0B612133E314011392B2B2B2B2B2B2B2B2B2B2B2B59014DE4EDF4E4ED2B103C10
|
||||
3C2B10C0C0003F3C103C103C3F3C103C103C12392F5DFD3C103C870E2E2B0E7D10C4870E2E182B0E7D10C4180010ED0110C00010ED0110C00010ED0110C00010ED0110C00010ED0110C05D0010ED0110C00010ED0110C00010ED0110C05D07103C3C877D10C4C43130015D5D5D5D012B2B2B2B2B435C58B9000FFFDEB210393FB8FFDEB210390BB8FFDEB113392B2B2B5901211336353426262337210726070607060703061514161707213736373637363713210306151416170721373637363736371336353426262337210726070607060701F90272631C19344C0A02220C452230172122EF1E35640BFDF00E4E1A28121A267AFD8B7B1D346408FDEC0D4F1A28131A26F01D19354D0C02170B43202F161E2402EF014F62361A25122525010F15212F76FCCD662C2627072525020C121C2783019FFE61642E2627072525020C121C2981033364341A25122525010F14212C7A0001FFC9000005D4054C003E01D6B9002EFFC0B31C373F2EB8FFC0B20B392EB8FFDE40250D0F3E7800790F752E852EA32F05532C563C8C0A9E32913BA800AE0ABD0AB413E80F0A122BB8FFDEB30F133E40B8FFC0404E1B2334060E071D06171E181D17272D281D27383E391D380501041D051610151D16261F251D26372F361D370001011E0E0F140E0E0F3E0000232E2F142E00012E2F0E2F3E000105402F3E0003260FB80344402B2E0A2E26050F0F0E2E2E2F2D102D10101E1E1F141E1E1F38373727272602171616060605081E3F281F1010B803014013121E402527340F1E1F1E2F1E03E01EF01E021EB80173400A3F091E171E3F0A67FC182B2B103C2B2B10F45D712B435C58B9001EFF80B326173F1EB8FF80B328183F1EB8FF80B72D173F1E8018391EB8FFC0B214391EB8FFC0B113392B2B2B2B2B2B5901ED2B3C2B10C0003F3C103C103C3F3C103C103C870E2E2B0E7D10C48708C408C4001112392B1810ED001217390112173987082E2B0E7D10C4870E2E182B0E7D10C4180010ED0110C00010ED0110C00010ED0110C00010ED0110C00010ED0110C00010ED0110C00010ED0110C00010ED0110C03130012B2B435C58B42F22103900B8FFC0B31E3C3F01B8FFDEB21E3900B8FFDEB21E3910B8FFDEB111392B2B2B2B2B595D005D2B2B2B010116163307213736363534272627010306151416170721373637363736371336353426232337210726070606070301363736353426273721070606070607028E01505A76600BFDBE0945390A0832FEED8521386E10FDE80D4E1B28131A26EF1B334A140C01FD0A3F1F2B28276901E2601E1225260A01B2094761330FB40303FDF98A4D25250734211E1C144E01AFFE3F6C252628072525020C121C298103335E39282A2525010F154284FEA4016B482A1A1512220525250C27220A8A000001FFBD00000764054C
|
||||
0031021CB319020101B8FFC0403C140C3F56015A1E02122208351D471B461D581C571D6700B421D71DF71D0A271CC61D02661D861DB61D03261D012D2210113E003010113E1E2210113EB1060243545840270A2C33321B1D310C011C012A01251E04011E2D03301D111424271D2604301D31131D2608033102003F3C3F3C3C10FDC510FDC5C5C5111217395D11123901111239391B4069312D301D310309041D03131A141D13262C271D26120A111D12251F241D250001011E1D1E141D01021D1E090A0A1E1A1B141A1A1B020101231C1B141C1C1B2D2C2C231F1E141F1F1E1213131C2625251D1D1C08310003020200021D1C01031A1F1A32281B1A1E1F100AB801A4B41A4011391AB8FF80B343A7341AB8FFC0B3181D341AB8FF80B31E3A341AB8FFC0B214351AB8FFC0400B0E1134201A7F1AA01A031ABD028B00330000014D002C0173400B1F401011341F400C0D341FB8FFC0B3181D341FB8FF80B343A7341FB8FF8040111E3A341F7E321A171F171A1F320A3C6F182B2B103C3C2B2B10FD2B2B2B2B2BEDE410F45D2B2B2B2B2B2BED2B103C103C2B10C0C001111739003F3C103C103C3F3C103C103C103C103C870E2E2B0E7D10C487042E182B057D10C4870E2E182B0E7D10C487082E182B057D10C4180010ED0110C00010ED0110C00010ED0110C00010ED0110C00010ED0110C00010ED0110C0593130012B2B2B5D5D5D5D435C58400F1C18140C3F1D22140C3F0022140C3F2B2B2B59005D2B015D011301211506070606070306151417163333072137333237363637130123030306151416170721373332373637012626273702897D0313014B6C13213720FB161B26521809FDC50A1B4C281F312CE0FCE9287FF21F36680BFE410B1B632C20230127213C510A054CFBBC04442507070D4E6FFCA44B2B27141D2525161059990312FBB1044FFCB96B25252707252532247803F322180725000002FFCF000004F8054C001C002801344019060216024721882594219B25A507A620B607B5210A060A012AB8FFC0405F193A34081829213B21460557287B25A302AB21B60DBA21BE250B1622103911220F103E1D280A0A1D28280B1216131D1200171C1D00110B101D11280B0B1E1617141616170A081D1F262E0008331F1F1100021211080A1D2316292817161023BA037F00040117B32A28D40BBA030100170213B41280160116B80173B62909161716290AB80173B181182B2B103C2B2B4E10F45D435C58B90016FF80B326173F16B8FFC0B328183F16B8FF80B72D173F1640183916B8FFC0B51239164011392B2B2B2B2B2B59014DE4FDE44E10F64DE92B103C2B10C001123939003F3C3F12392FED10ED11391239870E2E2B057D10C4180010ED0110C00010ED0110C00010ED0110C0070E103C3C070E3C3130012B2B5D2B00715D01213216
|
||||
1514060423222703061514161707213732363713363534262713163332363635342623220701400216D2D084FEFC975E916C2636660AFDE50B6A5330E0283961C671456DB3657C7E4461054CB58267C27922FE8E842A202A06252549A503048B2F232E05FDAD1D5AB461657611000001000EFFE10456056B003B01554085852C812F025E0D5E0E5E0F6A0D6F0E6F0F6F107D0D7F0E7F0F7B10802D802E9C0D9D0E9C0F1028002A0D342D542D6721642D7C087B0E722E8908862A862D9B0C9A0E9A109533A800AD0CAF0EAF0FAC10A52EA92FB901BE0CBC0EBF10B32EB62FF42E1E162E510B500C530D5B2D542F06061417144A0C480E4A10842E060F2D0D2E0407281DB8031E400A28641523EF2121150302BB012E00000039031E4011073334340009102B120AAC203030300230B8031EB5238822208822B80142B51F21E0210221B8FFC0B2133921B8FFC0B3191B3421B8FFC0401B2227342F213F21802103211A3D2BAC12402E3512CC0288013B8801B80142B59F00E0000200B8FFC0B72227340040173500BA0136003C0136B17D182B4E10F42B2B5D4DE4ED10EDF42BED4E10F65D2B2B2B5D4DE4ED10EDF45DED111239003F3C10EDEC10ED3F3C10ED10EDEC111217393130005D72015D007101711713330615141633323635342726272627263534363332171617161716333236373303233635342623220615141600161514060623222627262322070E702207AF8D83881F2FCC631C2ED4A638321F523A060E111D2A1C26682204A083688253012B586DCC793C6872271A3B211F01F7493089ACA169443853D1643151598ECA0B06221702031E31FE3E3C25799A7A50467FFEE1A15B67C16A162B0F5000020030FFE803C103890026003501D940180920082135018401842A9501981B932A982EAC33B62B0B30B8FFDE40170C143FA416A43102362A4A20020C2219350C0E2228340EB8FFDE40392228343F174F175F17033D30010C402228340C401935B916D926E826030102040400161617252626150C0D16272F322625160431152C331D26B80395401300272422220007280004041F1526141515262FB8FFDCB31E123F2FB8032E400D1A1A100B1536282615100D8A0CBD014300040203001500000203B726AD15401E123F15B8FFC0400E2325340015101530150390150115B8FF80B2533515BD0295002C03810012001DFFC0B32E34341DB8FFC040172627341D8053359F1DEF1D021D3236151715360A32C3182B2B103C2B4E10F45D2B2B2B435C58B9001DFFC0B350283F1DB8FFC0B332193F1DB8FFC0B318283F1DB8FFC0B315233F1DB8FFC0B30F193F1DB8FFC0B31E123F1DB8FFC0B313193F1DB8FFC0B117392B2B2B2B2B2B2B2B594DE9F42B5D712B2BF4ED10FDF6ED2B103C2B10C0003F3C10ED2B870E2E2B0E7D10C42B183F00
|
||||
3C10ED10E40111391112391139391139001112390110C9870E7D10C4083C870E10C4C43130015D002B2B5D72012B2B2B5D004BB02A534BB03A515A58BF0035FFD40034FFD40028FFE80027FFE83838383859005D2B015D01030706151417163332373637170606232226353437370607062322263534123736333216173707220706021514163332373635342603C1C316030A080C0D1527412245923E2B2B1615836E4F4C496ABF9373663D511524C54048669F442C6D80AB420389FD5A5B0D09100C09101D5B18686D2B2931504BAB4431796A9F01616A54404A721C3C55FEB287444FA1D6E1554C0000020036FFE803C1058E00170024010540105B1B01080A01070951005705BB1C0426B8FFC0B31C1E3426B8FFC04040191A3411050101232418180017450EEA281630174D180D01211A010E00002800180017181F0D0E140D0D0E21241E39212704070DE41A240B0B0D25280E0D101EB80381400F078053358F07CF07021F0701076218BC020300170124000DFFC0B32A30340DB8FFC0B228350DB8FFC0B226350DB8FFC0B31C1E340DB8FFC0400B191A34C00DD00DF00D030DB8013BB5250D170D250AB8021FB1C3182B2B103C2B10F65D2B2B2B2B2BE4EDFD5D5D2BE92B103C2B10C0003FEDED3FED2B870E2E2B087D10C42B183F011239001112391239F5ED2BFC01F5870E103C3C7DC4313001712B2B5D005D7201033636333216151402042322270136353427262322073503163332361235342623220607024FC5608F4E6E8CB8FEEA87979F01302310172D152B29644C58BD8B5B3E5DB226058EFD4D644A927DA1FEC1B271041779151A0D120726FAF8378101329C5C68958500020040FFE803710389001A002500FE40360F100B251810182504000810080212530851090228092A2538093B1E480749084909480A5B08571055259304A204A513B204B6251027B8FFC0403D263509221C113F0822120B3F08090809051B0008091520008A1B40080A3E0D1B1D1B2F1B031B1B0B2324120705270B0B203A0F151F1502151A27004902B8038140170E8053350E8028503F0E401C113F9F0E010E19262BC3182B4E10F45D2B2B2B4DF9E44E10F65D4DED003FED3FED12392F5D2BED011112393912390011393910C93130012B2B2B5D005D435C58B90009FFDEB3120B3F09B8FFDEB3110A3F08B8FFDEB3110A3F07B8FFDEB3090C3E08B8FFDEB2090C3E2B2B2B2B2B59005D015D1306151416333236371706232226353412243332161514070607062736373636353426232206F4077E5A48858315EDD79294B80116936A664257A970C4945D7B7B353166E501793221597D3B651DEBB86F950138AD563B534C633D291A11293799452A34D9000001FE9BFE4603C5058E0043016DB90003FFDEB35A2D3F03B8FFC04013552B3F064017411742
|
||||
39000412454028293423B8FFC0401A192334004019233445403235454016354540183545400E103445B8FFC0B10D35B10602435458400C2104044544012340552B3F23B8016B40102424000633953D242D0010951B24090F003FFDE43FFDE43F3C10FD2B3C011112392FCD1B402B212227271F03024342042324041F0243274204041F1F27141F1F2710951B33953D242D00012340552B3F23B8016B4019242400061B24090F1F4428271F10363A393130180909025530B802FEB217310DB802034010301340130213AD441F171F440A32DB182B2B103C2B10F45DFDEDFD2BEDED2B103C2B10C0003FED3F3C10FD2B3C3FFDE410E4870E2E2B0E7D10C4011139391112393987C4C40EC4870510C40E3C593130012B2B2B2B2B2B2B2B435C58B90004FFDEB3552B3F02B8FFDE401B552B3F04223C1E3F02403C143F22222D5A3F21222D5A3F454013392B2B2B2B2B2B2B59015D2B2B0107230302070607062322272635343633321615140706151417163332363637363713233732363637363736363332161514062322263534363534272623220706070607025F12926E494A69795C5C3C2A1F33251B2515100709132B5F4A210E3DAEAE0E5342372C3B364AA3484C5C2E241F271A090D193F3243351B48037142FE4BFEDF9EDF5541241928202F221616130E07090507366B652AEB02A542174159784259594D2D23302419102F080E070A2835713BEA000003FFC9FE46042B0389002F003D004C010A40399243A112AA13AB16A343AD47B012BF1EBB1FB3430A126A106A4B7910794B9A4BAC4B06110F0F1F3E4A143E3E4A0F113E4A043E211826398A08B80333B22C0002B80393401F2FC633242C074524180F12111448022F04082630363E210C23019504483114BD0332001C00300381000403314009290C3A236C29413A1CBC0124003603810029FFC0B22A3529B8FFC0400F262834102901D0290129B94DCB4C182B10F65D712B2BE9F4ED10F4ED10FDE910FDED10E4111239391112393911393911123939003FED3FEDF4ED3C10FDED391239391739870E2E2B0E7D10C43130005D435C58B54B220D163F0FB8FFDEB30D163F0FB8FFDEB30F103E10B8FFDEB20F103E2B2B2B2B59015D01072316151407060706070615141617171617161514060623222626353436373637263534363726263534363332161707342623220615141633323E02010606151417163332363534262726042B1DA7137071C56A35142449C2A1343379E98D7CCC58392B1B7E2E51836E81F9CF4B602D4D594871935E4335634428FE2151533C56A68FCB4B6C3B034B68362F8467670B202C10111421112D2634354552884D3B64352B5D1E1347242B285A36158E578EE01E209D505CE37B4D623A669EFD75257438422B3E614D2746160C00010029FFE803AC058E0036
|
||||
014F406D1254075629A32903690669096B1E6C277909791E7B267B270853006B260253350114221935132219350101022A2B2C2C00131436452E5A283530364D01232D012E0000070C0C1F1B20141B1B20002C00362C1F2D2E142D2D2E233104072D2C0A180B1B3728201B2E2D10148A13B80143B30C072520B80124B20C251BBA0295002C0203B236D32DB8FFC0B3191A342DB8FFC0B217392DB8FFC0B21C352DB8FFC0B32324342DB8FFC0B32A34342DB8FFC040123A35EF2D012D19371B172D171B370A3286182B2B103C2B2B4E10F45D2B2B2B2B2B2B4DE4EDF4EDF4ED10F6ED2B103C103C2B10C0003F3F3C3FED87052E2B087D10C4870E2E182B7D10C400183F01123900111239F5ED2BFC01F510C987100E7DC4C4083C3130012B2B5D5D5D4BB032534BB036515A58B120223859015D435C58400901180C392E180C390AB8FFDEB613143E142213392B2B2B2B590101123633321615140703061514163332373637170E02232226353437133635342623220706070607060707230137342623220707350259FEE7B6CC5D30401C7A17110B0D1139381F22795722252F23731619141D25445918882A1B40960149232B1F122515058EFC350112B44237425EFE5D4C080E120D2C4E13357F312F252C7801904B2B1418162A721FDB4653CD04787C1A280603270000020058FFE8022E0516000B002901244027176E3A3516763A35122B4012352B40191B34590C0119230116172945215A282830294D0C007006B8039C401A0C07280C0F0C290F1F1E21141E1E211B0B1E2A28211E10178A16B80143B40F0970030CB80147B203600FB80123B7296C121E401B351EB8FFC0B33A3B341EB8FFC0B32A34341EB8FFC040092324341E401F20341EB8FFC04013131634301E8F1E021E192A1E171E2A0A7786182B2B103C2B4E10F45D2B2B2B2B2B2B435C58400B1E401C113F1E400D113F1EB8FFC0B3160D3F1EB8FFC0B117392B2B2B2B594DE4FDE4E610ED10F6ED2B103C2B10C0003F870E2E2B087D10C42B183F00F6ED10F5ED2BFC01F510C9313001715D2B2B435C58B517400C143F0DB8FFDEB61339172213390DB8FFDEB50F3917400F392B2B2B2B2B59012B2B01321615140623222635343613030615141633323736371706070623222635343713363534262322073501CA2A3A3B29293B3A37C614130D0F15393A23445C443E29341982201F1B164505163A2A293B3B292A3AFE73FD43470E1014102D53176847353125255601C06E1C161C0B27000002FEA4FE46023E0515000B003000E7B61232400F103432B8FFC0B31B273432B8FFC0401D0D355F0D5F255B265B279330051A29013045265A282F30304D0C007006B8039C40210C070C0D0C300D1F25261425252616B82224100F25400F39253128262510097003B8FFC0400E2A35900301
|
||||
40035003020357320CB8032BB34F260126B8019FB5261EE4133A1AB80335400B26EB31251725310A3286182B2B103C2B10F6F6FDED10E45DED10F45D712BED2B103C2B10C02B003FFDE4870E2E2B087D10C400183FF6ED10F5ED2BFC01F5313001715D2B2B2B435C5840140D400F390E400F3925400F390C400F3926400F392B2B2B2B2B590132161514062322263534361301060623222635343633321716151407061517161633323637133635342623220706073501D92A3B3B2A2A3B3B3AFEFD45F18C3F4131201D1612190E02030C0C51732DE0212B210D110D1905153B2A2A3B3B2A2A3BFE74FC81F0D43A281F2F130F131A130B07050404679A0300710C182603020423000001004FFFE80261058E001D0129404A09000112001F011F401A355400541CEF1FF917040A200B300B400B500B040B1D45155A281C301D4D00000003001D031F1215141212150F0B121E28151210200B300B400B500B040B6C0ABA01BB001D0124400C032512001201C012D0120212B8013B400A1E091217121E0A774C182B2B103C2B2B10F65D71435C58B90012FFC0B3170E3F12B8FFC0400932193F124028143F12B8FFC0B325163F12B8FFC0401323153F124021143F1240170E3F1240101B3F12B8FFC0B30F193F12B8FFC040090E173F12400D163F12B8FFC0B51839124016392B2B2B2B2B2B2B2B2B2B2B2B2B5901EDE4F4EC5D2B103C2B10C0003F870E2E2B087D10C400183FF5ED2BFC01F500105DC93130015D2B0171435C58400B0B40170E3F0A40170E3F01B8FFDEB123392B2B2B59015D0101061514163332373637170607062322263534370136353426232207350261FEAA19130E131634391E5F503B35263320010F212628172F058EFB5A59140F141129561F8635263422247003AA7311181F072500010027FFE803AD03890036018F400901180C392D180C390AB8FFDE409C13143E14221339082F16001B021B2F0451075209521E512079017B2D891EA627A428BA02BA260B5C015C28BF01035A095A1E5A2003690669096A1E7909791E7B2606562A51356C260352000114221935132219350101022A2B2B00131436452D5A283530364D0001232C01002D9F2301233104040007070C0C1F1B20141B1B20002B00362B1F2C2D142C2C2D2C2B0A180B1B3728201B2D2C10148A13B80143B30C072520B80124B20C251BB8FFC0B25C351BB80295B235C92DBC0124002B0203002CFFC0B217392CB8FFC0B25C352CB8FFC0B23A352CB8FFC0B32A34342CB8FFC0B32324342CB8FFC0B21C352CB8FFC04013191A34EF2C012C19371B172C171B370A3286182B2B103C2B2B4E10F45D2B2B2B2B2B2B2B4DEDE4E4F42BEDF4ED10F6ED2B103C103C2B10C0003F3F3C87052E2B087D10C4870E2E182B7D10C400183F3C10ED72011112390011123910F5ED
|
||||
2BFC01F510C987100E7DC4083C3130012B2B5D5D5D4BB032534BB036515A58B120223859015D005D015D712B2B2B2B0103123633321615140703061514163332373637170607062322263534371336353426232207060607060707231336353426232207072701C485BBC75C32411D7A1510090C11353F1F5D533A2E252C2274161A131C274AA0592F1F3296B620231A0C1E26060389FE390117B042353C64FE5B49100E130D2A56138539272D26307501924B2A1419182DCFA15565A50272711716210406240002003CFFE803B30389000D001900AD404108020903060A03A413AE18A01BB212B216BE18065B18591985138C1895139D18A5120736133A1947134919570856125413070A0C0C11240B070305051724040B14B80381401207804B5334078043358F079F070207191A0EB8038140270040170E3F00404B5334004043350040323500401E350000200030004000A0000500C31B2BC3182B4E10F65D2B2B2B2B2B4DE94E10F45D2B2B4DE9003FED3C103C3FED3C103C3130015D5D5D005D011402042322263534122433321607342623220215141633321203B39FFEE48689ADA9011B8484ABA65B4893F760498DF7025096FEDAACAF8B930128ACAE465D63FE5BD05F6701A3000002FF1EFE4A03C80389002300320153404B55018D0C9D0CAD0CBC0D0539154B00460E4615482A5506650E750E791AAC28B908BC29B92AC91A0E43225000560E0330003422400003010D2431320E0E00161A173016150E14301523451BB801A7400E282230234D0024012F2601001B2FB8038D40220404000728000E00230E1F1A1B141A1A1B26240A0B16150E0F1A011A33281B1A102CBA03810007FFC0B22E3507B8FFC0B2293507B8FFC0B2273507B8FFC04015203507401F354F0701400750077007A007C0070507BA033B0000032BB41B2323B81AB8FFC0B732351A401E123F1AB8FFC040121C351A401B1D34EF1A011B19331A171A330AB8033AB156182B2B103C2B10F45D2B2B2B2B7AE8182F10EDFD5D712B2B2B2B2BE92B103C2B10C071003F3C3FED870E2E2B087D10C42B183F003C10ED01111239001112393910F5ED2BFC01F50010ED0110C00010ED0110C0870E103C3C3C3C7DC43130015D5D5D005D010736363332161514002322262703061514161633072137363637133635342623220735131633323E033534262322060701C5456DAB59597EFE9AEE324D30491617344D09FE290A5D4124FD171F201D346E3E69346C67524149316CD3310389E680668D71DCFE39161CFEFE4C17161F11252504387F036C53141B1E0727FD134A3A7295CA635055F8A6000001002A0000033D0389002900F9404102180C3921180C39510155035E095E0A5229AA03AC0FAA18A51A09851A951AFF2B0389049904021E1F1F01004521EA282930004D0102
|
||||
1420021F0201212F0D010DB8019F402214250606010728011F01001F1F202114202021201F0A282120103009400950090309BA0240001F0203B229C920B8FFC0402E17392040343D3420402C35204024352040223520401F203420401C1D3400200100209F20BF20D020EF20FF200620B80188B52B2017324C182B2B10F45D712B2B2B2B2B2B2BE4FDE45D2B103C2B3F3C87052E2B087D10C42B183F003C10FDE45D0111123911390011123910F5ED2BFC01F5870E7D10C43130005D015D5D2B2B1325031237363332161514070623222627262726232207060706070607060707231336353427262322076B015990AF8F5133212622182D1721040207080B110F1A3553612A1E2A062099B9200F14211538035138FE1A012B77442725423C2D1E1F130608080E40629C425372177E026D6C2E120C10090000010054FFE802630481001E0106B90005FFDE40710F390F400F39A405EF02FB0E03551B8A00F60103241D3A005B0E030F201D20027F20EF20021E000E0F0104050707001D1C1E1B011A1C1D1E18051904010800161A19190404039300A0020106130B0007071F161914161619161F2819161002490F031F0302FF0301036C2000AF070F8A0EBA010100070203400C121640363934C016D0160216B8013B400A1F091617161F0A774C182B2B103C2B2B10F65D2B435C58400F164028143F16401C113F16401E123F2B2B2B5901FDF6ED10E410F45D71E42B103C2B10C0870E2E2B057D10C400183F3F3CE4FD3C103C103C011112173900111239113939870E7D10C4053C3C0110C910C93130015D715D5D5D2B2B0103330723030615141633323736371706070623222635343713233736363702144E9D119CAC1C100B19291853215C5238392C3820A7970A6E925A0481FEF03FFDB25F1C111223146719863726372B366F0243271E7793000001002CFFE8038A0389002600FB4041B701012840103528400C3528400E3559025803B604D92104291C3B1C49020338220108090A010C0D0E071807070120248A00C61501071F200B1F122F123F120312B8019FB70F271840170E3F18B8FFC0B22A3518B8FFC0401B2635EF18FF18022018401880189018CF1805181A281F8A20004926B8FFC0400C14353F264F265F26BF260426BC0323000702030020FFC0B32C2E3420B8FFC0B22A3520B8FFC040192529342040170E3F502080209020A020042020302040200320B8021CB32732DE182B10F65D5D2B2B2B2BEDF65D2BE410ED4E10F65D5D2B2B2B4DFDE45D003F3C3F3CF4ED191112392F01121739313001715D5D2B2B2B005D1325161716171617363736373637363534263534363332161514070606070607230227262322072C01211F131B11080E7D188414210D0B5D33232A40101A8E9E14CA25184C193A192E034B3E4A4D719B4EFC8A
|
||||
21B31F35281E1B1A442A20324533332F4CDBB817D102799D330900010023FFE8054B0389002B016F400B1815191B020815091B022AB8FFDE40270C0D3E571A532A651A602AE01A052A152F1B3C16481B5F1B5C2A6E1B6C1F692BA527B42B0B122DB8FFC0B3303A342DB8FFC0B22E352DB8FFC0B22A352DB8FFC0B21F352DB8FFC0B31E3A342DB8FFC04030171C341A2AC901011800228A25C62B26260E0E00071C1B1B1919180B02030405060511191B2B1A1C1F0B2F0B3F0B030BB8019FB505820F110111B80337400C01E5198A18821A2B8A00E51AB8028E400A1B8A1C254F245F240224B8032FB22AE51CB8FFC0B328143F1CB8FFC0B22B351CB8FFC0400F2E36341C402135301C401C501C031CBA0323002C0338B1DE182B10F65D2B2B2B2BEDF65D3C10EDFDFDED10FDFDEDFD5DFDE45D1112393911121739003F3C103C103C3F3C103C103CF4ED191112392FE4182FB10602435458400B0C011C012C01261B2C2A05005D593130012B2B2B2B2B2B435C58B41B220C3917B8FFDEB2113918B8FFDEB511391A220F392B2B2B2B595D005D2B015D5D01133637363534272E02353436333216151407060706020723030123022726272623220735251613161701035A45AE683D0A0437162E2429390F1E576AE1372541FE632C07240F2319331D2D011F3C120604019B0389FD12CCB3692F1611092325151F2B3D33342D5688A3FEE93802B4FD4C01ABF7672017062443A7FEA6832202A6000001FF60FE460386038900380113405B9B310131183A3509191A1929193D19A602B402BA1AB428B832C603C604CA19CA1A0D491B591B691B030431302F2F051D2B1E1A311A1104302F2E2D2B281C1B08213105060708090A0B0C081704358A38C614000724C92B271E0F21B801C040373111400B12340F111F110211280C751740170E3F9017A0170250178017B017032017301740170317493A3849BF37013F374F375F370337B80323400D04E531401C113F31401E123F31B8FFC040172529349031A031EF310350318031022031303140310331B8021CB33932DE182B10F65D5D5D2B2B2BEDF65D5DE410F45D5D5D2BFDE45D2B10E4003FFDEC3F3CF4ED011112173911121739111239001239111239870E7D10C404C43C3130015D5D2B017201161617133637363736373635342E0235343633321615140600070606232226353436333217161617163332373637363703262623220727014B221A0D2C3C723751310B060E3B2730242C3E6CFECCDB9792341F2F4126140D0813080507060F3749602E380E384215360903893A6594FE14489C4C83502010110B0E133321293249404FCBFE5CF8AB592F1F274009052F08050A224A623E027A9D44062500000000010000000700008773F79B5F0F3CF50819080000000000A31FB8BD00000000D67A920D
|
||||
FC05FD8C0AAA0830000200090001000000000000000100000721FE4500000AB9FC05FA500AAA0018000700000000000000000000000000200639011C0200000002AA008C0200FFEB020000450400007D040000200400004905C7FFC305C7008E05C7FFCA0556FFC906AAFFBD04E3FFCF0400000E0400003004000036038D00400239FE9B0400FFC904000029023900580239FEA00239004F040000270400003C0400FF1E031D002A02390054038D002C05560023038DFF5C000000340034007400AE00D3016901F5028C034703FE057406C5082609010A010B3F0BFD0CB70DD00EC40FBF1091114E1213132D13B014A71566161C16D717D718B70000000100000020004D00030000000000020010002F0056000004ED025800000000410C005403CD02B0001D001F03CD03CD03CC03CB003C001F03CBB3061D1F00410C03BC003003BC004003BC00A003BC00B003BC0005FFC003BBB345453240B803BBB32B2E3240B803BBB2282932B9FFC003BBB31A263280411303BB009F03BB00AF03BB00CF03BB0004000003BB001F03BB000203BB02AF0027001FFFC003B9B2161B32B9FFC003B8B2424232B9FFC003B8B2363832B9FFC003B8B32A2D32DF410A03B800EF03B8000203B803B90028001FFFC003B9B3282E32F0410F03B90001000003B7000103B700030800001F03BE03BF002B001FFFC003BFB2242A32B903B60381B23A1F0F411703B3001003B2002003B2005003B2007003B200E003B2000600CF03B300DF03B300EF03B300FF03B30004001203A8B2E2891FBE039F016B019A001F039800930801400C1F7F047F05027F027F03025FBB02B00001FFC00117B2196632B8FFC0B3651A6632B9FF800173B2196632BD038401170800001FFFC002AFB2313340B802AFB22E3340B802AFB328293240B802AFB326273240B802AFB321253240B802AFB31C203240B802AFB2233340B802AFB21933A0BC02AF00B002AF00E002AFB5034003212932B8FFF2B33A263D32BC038203820382003A0800B51F40255C331EB80381B25C6432B8FFEEB3252E3314B80381B32B2E3269BE03810001008A03810001000E0381B32B2F3210B80381B3515B320CB80381B34E513222B80381B3474D320EB80381B246330AB80381400926473212254358320CB80381B2323310B80381B22A3312B80381B3373D3212BB0381003D0033FFF44015253D331825355B32102526343206252A330C252E33B8FFFE4024252D330C3A2F33329925AA25BA25C92504052536330C25323832193A293A383A03182517B80381B42825382504BC0381038103810025080040101F0F1F2B2E32691F781F020B1F303332B8FFF1B31F263D32BC038003800380001F080040151F375F07AF07025F06AF060222AC2B2E3209AC2F33B8FFDC400AAC1F223222232B52320EB8037FB22933
|
||||
0EB8037FB2223314B8037FB21E2032B8FFE7B71E2B33321E2B2F32B9FFC0037FB64C4F3232262C33410AFFEE037F00390033FFF8037F002B0033FFEA037FB23A3320B8037FB33F46321EB8037FB32F3A3212B8037FB22E331EB8037FB32A2D320EB8037FB2263304B8037FB3494A3404B8037FB2463304B8037FB2213318B8037F400C1D3322263032322226333832B8FFF8400A262B2F3209261B21328ABE037F0001037F037F037F00260800402E1F371F062F063F06039F02AF02BF02CF02049F03AF03BF03CF03046F037F038F03031F032F033F034F035F03050F413A02ED0001005F02ED009F02ED00DF02ED0003002F02ED003F02ED006F02ED000300AF02AF0001004F02AF009F02AF0002002F02AF003F02AF0002003F02B00001000F02B0001F02B00002004F02AF005F02AF0002002F02AF003F02AF0002007003B2000103B203B202ED02ED02B002B002AF02AF401A3701003001400102010100090102000800171700000012110840410B027B02230034000D013D0034000D01370034000D011B401A340D8F340D84340D68340D59340D54340D48340D2C340D28340D411002350020000D021B0020000D01FC0020000D01C30020000D01500020000D012C401A200DF0200DBE200D94200D79200D6A200D61200D5F200D44200D410D013E0138000D003D0138000D00300138000D001D0138000D01FDB40F4D0F0009BF01FD004D000D03B1037F0015001F0215B226341FB80214B2263F1FB80208B21EBB1F41190206001E0801001F0205001F02AB001F0204001F02AB001F0203001F0401001F02010031019A001F01FB00230156001F01AEB2262A1FB801ADB2262A1FB801ABB226341F411501A8002602AB001F01A5001E0125001F01A400AB02AB001F01A2003102AB001F01A1003102AB001F019DB2236C1FB8019CB2236C1F4109019B00230401001F019A0033019A001F0176B2262E1FB8016CB231721F4111016B0023019A001F016800240401001F014500260801001F013F00230401001F0123B21E9E1FBC0121001E0201001F0100B426791FFD1FB80125B21FFA33B80801B21FF924B802ABB21FE826B80101B21FE51FB8019AB21FE431B80101400B1FE331E41FE231891FD226B80201B61FD026CD1FCD25B80401B21FB731B8019AB21FAE26B80801B21FAC1EB80401400B1F9E315E1F97269E1F9333B80801B21F8A24B8019AB21F831FB802AB40131F82236C1F7523E41F7026CD1F6423721F5E25B80401B21F5D23B802ABB21F55E6B80401B21F5324B80201B21F4F33B802ABB21F4E26B8040140131F4731671F4626AB1F4331CD1F3E235E1F3A1FB80401B61F3924E41F3723B80801B21F2E23B80401B21F2A1EB80125400B1F2923AB1F2731AB1F5537BC01C60007018A0007012B402E077F077107690766074B07
|
||||
4007380736072D07220721071408120810080E080C080A080808060804080208000814B8FFE0402B00000100140610000001000604000001000410000001001002000001000200000001000002010802004A00B013034B024B5342B0372B4BB807FF52B0382B4BB009505B58B101018E59014BB0C063004B6220B0F65323B8010A515AB005234201B0124B004B544218B0382BB00288B801005458B801FFB101018E851BB0124358B900010140858D1BB900010159858D59590016763F183F123E113946443E113946443E113946443E113946443E11394660443E11394660442B2B2B2B2B2B2B2B2B2B2B182B2B2B2B2B2B2B2B2B2B2B2B2B2B2B181DB0964B5358B0AA1D59B0324B5358B0FF1D594BB04753205C58B9027D027B4544B9027C027B45445958B90146027D455258B9027D01464459594BB04753205C58B9001E027C4544B90026027C45445958B9017F001E455258B9001E017F4459594BB05E53205C58B9001F027D4544B90025027D45445958B901A8001F455258B9001F01A84459594BB8010153205C58B1AB1F4544B11F1F45445958B9047000AB455258B900AB04704459594BB8012553205C58B1E61F4544B11F1F45445958B9051000E6455258B900E605104459594BB01753205C58B124244544B1312445445958B12224455258B124224459594BB05153205C58B124244544B1232445445958B17D24455258B1247D4459594BB06E53205C58B124244544B1332445445958B1AA24455258B124AA4459592B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B65422B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B45695342014B5058B108004259435C58B1080042591610703EB0124358B911B53D801BBA011C03D9000B2B59B00A2342B00B2342003F3F182B103C012F5D060CB0062342B0072342B0124358B93B21187E1BBA040001A8000B2B59B00C2342B00D2342B0124358B92D412D411BBA04000400000B2B59B00E2342B00F2342B0124358B9187E3B211BBA01A80400000B2B59B0102342B0112342002B4BB02E5358B8016B45B02A60B8016B234459001845694445694418456944456944737373737375757573737475757575752B4BB026534BB03D515A58B1262645B0196044592B45186944742B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B004BB02A534BB03F515A58B1070745B04060445973732B2B451869442B2B752B2B4518694475752B2B752B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B74752B2B2B2B2B451869442B002B732B2B2B2B2B2B2B2B2B012B2B2B007373732B2B2B01435C58B8FFDEB31E1C3318B8
|
||||
037FB52B3318262B33B9FFF00381B112332B2B2B2B590173742B2B2B002B73752B2B732B2B2B2B2B73752B2B2B2B73002B2B4569442B2B00
|
||||
1345683AB001162D2CB4000100000015B00826B00826B00826B008260F1016134568653AB001162D2C4B53234B515A5820458A60441B2121592D2C4B545820458A60441B2121592D2C4B53234B515A58381B2121592D2C4B5458381B2121592D2CB0134358031B02592D2CB0134358021B03592D2C4B54B012435C5A58381B2121592D2CB012435C580CB00425B00425060C6423646164B807085158B00425B00425012046B01060482046B0106048590A21211B2121592D2CB012435C580CB00425B00425060C6423646164B807085158B00425B00425012046B8FFF060482046B8FFF06048590A21211B2121592D2C4B53234B515A58B03A2B1B2121592D2C4B53234B515A58B03B2B1B2121592D2C4B53234B515AB012435C5A58381B2121592D2C0C8A034B54B00426024B545A8A8A0AB012435C5A58381B2121592D2C462346608A8A462320468A608A61B8FF8062232010238AB903B003B08A70456020B0005058B00161B8FFBA8B1BB0468C59B0106068013A2D2CB1020042B123018851B1400188535A58B910000020885458B202010243604259B12401885158B920000040885458B2020202436042B12401885458B2022002436042004B014B5258B2020802436042591BB940000080885458B202040243604259B94000008063B80100885458B202080243604259B94000010063B80200885458B202100243604259B12601885158B94000020063B80400885458B202400243604259B94000040063B80800885458B202800243604259B12801885158B94000080063B81000885458BA000201000002436042595959595959592D2CB0024354584B53234B515A58381B2121591B21212121592D0002011C0000051C050000030007003FB40201F80607B802664013000504F803000A0704F8010019080605F80203B8014AB309A2DC182B10F63CFD3C4E10F43C4DFD3C003F3CFD3C10FC3CFD3C31302111211125211121011C0400FC2003C0FC400500FB002004C00001008CFE4A038A058E0010003CB70708010113091112B80181B30F00A601B80145B3050A3B09B80156B50F4305191142B9021000182B4E10F44DEDFDE410FDED10E6003F3F3130015D010726272635103712011706070602151401812277342895B7019A18B97592BAFE5A10E3AE888A0142FF013801282389AAD4FDA8F6BC0001FF21FE4A021F058E00100043B70908010111091311B80181B30F00A601B80145B3050A3B09B80156400A0F430F051F0502051A12B801E8B150182B4E10F65D4DEDFDE410FDED10E6003F3F3130015D0137161716151007020127363736123534012A2277332995B8FE6718B97592BA057B13E2AE888AFEBDFEFEC7FED81F8AA9D40259F6BC000001FFEBFEFF011000B40014002F400C001414EF3F0E017F0E010E11BA0174000402B5B7
|
||||
003E0B19156DF5182B4E10F44DECE4ED002F5D71ED10C93130073637363534272626272635343633321615140607154B2F2406043003073B28293F8C85E122342825120F08300911162B3E423259B63200010045FFE9011000B3000B001EB900000391B2060B03B80174B509190C6DF5182B4E10F44DED003FFD3130373216151406232226353436AA2B3B3C2A2A3B3BB33B2A2A3B3B2A2A3B000002007AFFE803F3056800120024008C404E35163B2048064A07491E4F1F4C2054175A20641664176E1E6E1F6B20760F731674177E1F7B20821685178D20951691179E20A315A416A117AB1EAF20B902B415B216B417BD1EBF202413F900051CB80167401A0A0D19AB800D010D192522AB8003CF03DF03EF03FF0305031A26BA011D011600182B4E10F65D4DED4E10F45D4DED003FED3FED3130015D0132161514020706070623222635343712373617220602070215141633323736131211342602C480AF82765E673C4F82AF5867A069833A777F3A4B5A403D2B7352855A0568D6E7C6FE649777351ED6E8E5E7010E8C5C345BFEE0E3FED7D16867286C010501AB010B6F690001007D000003570568001B00CA401A071A015602670276027403BD0D05080008101701170F04080F09B80138B308070106410B01380007001A01A30010020E002800190138001A01FD401300100F0103000828100F0FE601001401010019BA01F4001A030D40091B1B000508070C0001BB03280010001A020BB31F0F010FB80327400B10011C2800100117011C0ABA022801E300182B2B103C2B2B3C2B10C0012BF65DE43CF53C003F3C3F3C10F4ED870E2E2B7D10C42B11121739180010F5ED2BFC01F50010ED0110C00010ED0110C03130015D5D0071010106151416170721373637363736371336373635342623220727250357FEBE1C335E0AFDFD0E521A2A152122E815020326211A370D01510568FB9F632C2527072525020B121E2E770325490B141323280C245E00010020000003C00568001D00B540218F08860B9C08960AAC08AB0CBF08BA0CCE08CE180AEF03EA04EB16EF17040B0C1DBD01A3001900190177001C013840151D031718041605021514130312060317041604010BB80202400C09AB0F051918E60000010C0CBF0217000201F7001E00060121001D0202B2121A1FBA01F601EF00182B4E10F64DE4ED10F6E4003F3C10FD3C3FFDE412173901111217391217392EEDEC0010FD0110C9B1060243545840090F030B041F031B0404005D593130005D015D21213500133635342623220727363633321615140706070601213236373302C3FD5D0204A64D80668D5B2333C47281B01F3081C4FEB90154526A17282501C40101778368838710818FB17E584B7591DEFEDF44390000010044FFE803A10568002E00CDB90014FFC04046111C3F5D2D6D2D
|
||||
74267D2D8E2D9A2DA50AA918AF2DBB02BB07B50AB918BF2D0E5E005F010265147514020502090F0C29030603160324149D2DAA2DBE2DF51507041414140214BA038E000001F4B301010E22BA030E0028016CB21B0D0BBC0197000A02020008016CB20E052BBC01210017030D00050121B64011012F110111BF019E0030000A01F4000B030F00010217B32F1F011FBC035D002F00C8035C00182B10F65DF4F4ED10F65D71EDF4ED003FFDF4E43FEDED12392FEDE45D3130005D717101715D2B013536373635342623220727363633321615140607161615140606232227263534363332171E02333236353426260139F27756644770572534A361769289A7686A90FB8A7E412B33251A1A107D46255A754FAA02E51D256B4C694F678B0B74778D6C5CAA432BA1717DFB892C1E28233208054617D17660965D00010049FFE803D5054C002200C1406F062212390422123921072B2030073C2050055206500761056206620771047106730782048206840791049106A004A306B504B920167E0401081C181C4407A206F50605211816031E1201022408181B212215030404FA22001422220022040300041E12040322220E0203E60100041BB8016CB70E0D1219231EAB08BC0209002400C8011600182B10F6ED4E10E4003F4DED3F3CFD3C12392F12390111121739870E2E2B057D10C40011123912390111123939111217393130015D71005D2B2B0121072107161716151406060706232227263534363332171617163332363534262627021001C52EFE694BA25A8B6795557476653B2834263541281A151D71BE659C82054CA5A71A4B75D28BE1982C3C2C1E2E243335210B09E1B47DB0480E0002FFC3000005A3054C001A002D00DFB9001CFFE8403311392F2B571B79277A2B8B27B51E060D140E1D0D0115001D011B1C1C1E141514141415232E0D2C2E01020D08142E2815141029BA037F0006FFC0B326173F06BA0117002FFFC040091339702F012F1BD41CBA030100150345B4120F140114B80173B62E091417142E0ABA0173011500182B2B103C2B2B4E10F471435C58B90014FF80B326173F14B8FF80B328183F14B8FF80400B2D173F14401839144011392B2B2B2B2B59014DE4FDE44E105D2BF62B4DE92B103C2B10C0003F3FED10ED870E2E2B057D10C4180010ED0110C00010ED0110C03130015D2B01372120041215140E020423213736373637363713363534262305010615141617163332243736123534262322012C0C01B1011301099E5B73EEFEEAD0FDC20D4F1B28131D24F01C344C014DFEDA2115121A3A9D010D567A92E0D7350527257EFEF19B85FB97B65725020C111D2A7F03346137272A26FC09721B101E050941405D0146D0EBE5000001008EFFE005CC056B003600C3404C13401439240D3914393149315A12661F7409740D
|
||||
792A762B840C961FB600B509BA15DA0AD628111B211C1D1B1A12191D1A3032020B1211111E22211422110F22211B1A1A2F250F021F020202B80302400C07333392362F030E6425091BB80142B2028801B80142B2368800BB01170038000B037F400F294014392940474B34296537655C182B4E10F42B2B4DE910F6EDF4EDE4003FED3F3CECFDE65D1112392F3C87082E2B0E7D10C40111123939180010ED0110C00010ED0110C0313000015D2B0103233635342623200306111412333236371336353427262323372107060607060703060623222402353412363736333217163332363705C2652609AD98FEC9C59DC2CA32595A63151A2A5E1C0B02340A4D461911266489A85DD6FEF67F94DD82B3C591752F1619231C056BFE554B246297FEDCE7FEE2BEFEEC121F015D482B24131D27270122291B82FEA93B27A1010983B0013DDB3F573013172C000001FFCA0000067D054C0041021B400C1218220F133E29220F133E0FB8FFDEB30F133E3FB8FFDE408E0F133E14221439B625E73202860AB514B61A03533F760A762903540F70430201212020020022414123090A010A110B1D0A19201A1D192A312B1D2A093A013A413B1D3A0902081D091812171D182923281D293932381D391112121E2002142020024123231E31321431313201002221232F00010000183A39390A0A09022A29291919180831204228022032311012410C03010002021300200189002303010032034500120031FFC0B73336343140253531B8FFC0B32B2E3431B8FFC0B328293431B8FFC0401523353140191B348031B031C031D031E031F0310631B80173400A4209201731172031420AB80173B16F182B2B103C3C2B2B2B4E10F45D2B2B2B2B2B2B435C58B5314016253F31B8FFC040091C113F31401E123F31B8FF80B326173F31B8FF80B328183F31B8FFC040090F1E3F31800F193F31B8FF80B72D173F3180183931B8FFC0B30B123F31B8FFC0B612133E314011392B2B2B2B2B2B2B2B2B2B2B2B59014DE4EDF4E4ED2B103C103C2B10C0C0003F3C103C103C3F3C103C103C12392F5DFD3C103C870E2E2B0E7D10C4870E2E182B0E7D10C4180010ED0110C00010ED0110C00010ED0110C00010ED0110C00010ED0110C05D0010ED0110C00010ED0110C00010ED0110C05D07103C3C877D10C4C43130015D5D5D5D012B2B2B2B2B435C58B9000FFFDEB210393FB8FFDEB210390BB8FFDEB113392B2B2B5901211336353426262337210726070607060703061514161707213736373637363713210306151416170721373637363736371336353426262337210726070607060701F90272631C19344C0A02220C452230172122EF1E35640BFDF00E4E1A28121A267AFD8B7B1D346408FDEC0D4F1A28131A26F01D19354D0C02170B43202F161E2402EF014F62361A251225
|
||||
25010F15212F76FCCD662C2627072525020C121C2783019FFE61642E2627072525020C121C2981033364341A25122525010F14212C7A0001FFC9000005D4054C003E01D6B9002EFFC0B31C373F2EB8FFC0B20B392EB8FFDE40250D0F3E7800790F752E852EA32F05532C563C8C0A9E32913BA800AE0ABD0AB413E80F0A122BB8FFDEB30F133E40B8FFC0404E1B2334060E071D06171E181D17272D281D27383E391D380501041D051610151D16261F251D26372F361D370001011E0E0F140E0E0F3E0000232E2F142E00012E2F0E2F3E000105402F3E0003260FB80344402B2E0A2E26050F0F0E2E2E2F2D102D10101E1E1F141E1E1F38373727272602171616060605081E3F281F1010B803014013121E402527340F1E1F1E2F1E03E01EF01E021EB80173400A3F091E171E3F0A67FC182B2B103C2B2B10F45D712B435C58B9001EFF80B326173F1EB8FF80B328183F1EB8FF80B72D173F1E8018391EB8FFC0B214391EB8FFC0B113392B2B2B2B2B2B5901ED2B3C2B10C0003F3C103C103C3F3C103C103C870E2E2B0E7D10C48708C408C4001112392B1810ED001217390112173987082E2B0E7D10C4870E2E182B0E7D10C4180010ED0110C00010ED0110C00010ED0110C00010ED0110C00010ED0110C00010ED0110C00010ED0110C00010ED0110C03130012B2B435C58B42F22103900B8FFC0B31E3C3F01B8FFDEB21E3900B8FFDEB21E3910B8FFDEB111392B2B2B2B2B595D005D2B2B2B010116163307213736363534272627010306151416170721373637363736371336353426232337210726070606070301363736353426273721070606070607028E01505A76600BFDBE0945390A0832FEED8521386E10FDE80D4E1B28131A26EF1B334A140C01FD0A3F1F2B28276901E2601E1225260A01B2094761330FB40303FDF98A4D25250734211E1C144E01AFFE3F6C252628072525020C121C298103335E39282A2525010F154284FEA4016B482A1A1512220525250C27220A8A000001FFBD00000764054C0031021CB319020101B8FFC0403C140C3F56015A1E02122208351D471B461D581C571D6700B421D71DF71D0A271CC61D02661D861DB61D03261D012D2210113E003010113E1E2210113EB1060243545840270A2C33321B1D310C011C012A01251E04011E2D03301D111424271D2604301D31131D2608033102003F3C3F3C3C10FDC510FDC5C5C5111217395D11123901111239391B4069312D301D310309041D03131A141D13262C271D26120A111D12251F241D250001011E1D1E141D01021D1E090A0A1E1A1B141A1A1B020101231C1B141C1C1B2D2C2C231F1E141F1F1E1213131C2625251D1D1C08310003020200021D1C01031A1F1A32281B1A1E1F100AB801A4B41A4011391AB8FF80B343A7341AB8FFC0B3181D341AB8FF80B31E
|
||||
3A341AB8FFC0B214351AB8FFC0400B0E1134201A7F1AA01A031ABD028B00330000014D002C0173400B1F401011341F400C0D341FB8FFC0B3181D341FB8FF80B343A7341FB8FF8040111E3A341F7E321A171F171A1F320A3C6F182B2B103C3C2B2B10FD2B2B2B2B2BEDE410F45D2B2B2B2B2B2BED2B103C103C2B10C0C001111739003F3C103C103C3F3C103C103C103C103C870E2E2B0E7D10C487042E182B057D10C4870E2E182B0E7D10C487082E182B057D10C4180010ED0110C00010ED0110C00010ED0110C00010ED0110C00010ED0110C00010ED0110C0593130012B2B2B5D5D5D5D435C58400F1C18140C3F1D22140C3F0022140C3F2B2B2B59005D2B015D011301211506070606070306151417163333072137333237363637130123030306151416170721373332373637012626273702897D0313014B6C13213720FB161B26521809FDC50A1B4C281F312CE0FCE9287FF21F36680BFE410B1B632C20230127213C510A054CFBBC04442507070D4E6FFCA44B2B27141D2525161059990312FBB1044FFCB96B25252707252532247803F322180725000002FFCF000004F8054C001C002801344019060216024721882594219B25A507A620B607B5210A060A012AB8FFC0405F193A34081829213B21460557287B25A302AB21B60DBA21BE250B1622103911220F103E1D280A0A1D28280B1216131D1200171C1D00110B101D11280B0B1E1617141616170A081D1F262E0008331F1F1100021211080A1D2316292817161023BA037F00040117B32A28D40BBA030100170213B41280160116B80173B62909161716290AB80173B181182B2B103C2B2B4E10F45D435C58B90016FF80B326173F16B8FFC0B328183F16B8FF80B72D173F1640183916B8FFC0B51239164011392B2B2B2B2B2B59014DE4FDE44E10F64DE92B103C2B10C001123939003F3C3F12392FED10ED11391239870E2E2B057D10C4180010ED0110C00010ED0110C00010ED0110C0070E103C3C070E3C3130012B2B5D2B00715D012132161514060423222703061514161707213732363713363534262713163332363635342623220701400216D2D084FEFC975E916C2636660AFDE50B6A5330E0283961C671456DB3657C7E4461054CB58267C27922FE8E842A202A06252549A503048B2F232E05FDAD1D5AB461657611000001000EFFE10456056B003B01554085852C812F025E0D5E0E5E0F6A0D6F0E6F0F6F107D0D7F0E7F0F7B10802D802E9C0D9D0E9C0F1028002A0D342D542D6721642D7C087B0E722E8908862A862D9B0C9A0E9A109533A800AD0CAF0EAF0FAC10A52EA92FB901BE0CBC0EBF10B32EB62FF42E1E162E510B500C530D5B2D542F06061417144A0C480E4A10842E060F2D0D2E0407281DB8031E400A28641523EF2121150302BB012E00000039031E401107
|
||||
3334340009102B120AAC203030300230B8031EB5238822208822B80142B51F21E0210221B8FFC0B2133921B8FFC0B3191B3421B8FFC0401B2227342F213F21802103211A3D2BAC12402E3512CC0288013B8801B80142B59F00E0000200B8FFC0B72227340040173500BA0136003C0136B17D182B4E10F42B2B5D4DE4ED10EDF42BED4E10F65D2B2B2B5D4DE4ED10EDF45DED111239003F3C10EDEC10ED3F3C10ED10EDEC111217393130005D72015D007101711713330615141633323635342726272627263534363332171617161716333236373303233635342623220615141600161514060623222627262322070E702207AF8D83881F2FCC631C2ED4A638321F523A060E111D2A1C26682204A083688253012B586DCC793C6872271A3B211F01F7493089ACA169443853D1643151598ECA0B06221702031E31FE3E3C25799A7A50467FFEE1A15B67C16A162B0F5000020030FFE803C103890026003501D940180920082135018401842A9501981B932A982EAC33B62B0B30B8FFDE40170C143FA416A43102362A4A20020C2219350C0E2228340EB8FFDE40392228343F174F175F17033D30010C402228340C401935B916D926E826030102040400161617252626150C0D16272F322625160431152C331D26B80395401300272422220007280004041F1526141515262FB8FFDCB31E123F2FB8032E400D1A1A100B1536282615100D8A0CBD014300040203001500000203B726AD15401E123F15B8FFC0400E2325340015101530150390150115B8FF80B2533515BD0295002C03810012001DFFC0B32E34341DB8FFC040172627341D8053359F1DEF1D021D3236151715360A32C3182B2B103C2B4E10F45D2B2B2B435C58B9001DFFC0B350283F1DB8FFC0B332193F1DB8FFC0B318283F1DB8FFC0B315233F1DB8FFC0B30F193F1DB8FFC0B31E123F1DB8FFC0B313193F1DB8FFC0B117392B2B2B2B2B2B2B2B594DE9F42B5D712B2BF4ED10FDF6ED2B103C2B10C0003F3C10ED2B870E2E2B0E7D10C42B183F003C10ED10E40111391112391139391139001112390110C9870E7D10C4083C870E10C4C43130015D002B2B5D72012B2B2B5D004BB02A534BB03A515A58BF0035FFD40034FFD40028FFE80027FFE83838383859005D2B015D01030706151417163332373637170606232226353437370607062322263534123736333216173707220706021514163332373635342603C1C316030A080C0D1527412245923E2B2B1615836E4F4C496ABF9373663D511524C54048669F442C6D80AB420389FD5A5B0D09100C09101D5B18686D2B2931504BAB4431796A9F01616A54404A721C3C55FEB287444FA1D6E1554C0000020036FFE803C1058E00170024010540105B1B01080A01070951005705BB1C0426B8FFC0B31C1E3426B8FFC04040191A341105
|
||||
0101232418180017450EEA281630174D180D01211A010E00002800180017181F0D0E140D0D0E21241E39212704070DE41A240B0B0D25280E0D101EB80381400F078053358F07CF07021F0701076218BC020300170124000DFFC0B32A30340DB8FFC0B228350DB8FFC0B226350DB8FFC0B31C1E340DB8FFC0400B191A34C00DD00DF00D030DB8013BB5250D170D250AB8021FB1C3182B2B103C2B10F65D2B2B2B2B2BE4EDFD5D5D2BE92B103C2B10C0003FEDED3FED2B870E2E2B087D10C42B183F011239001112391239F5ED2BFC01F5870E103C3C7DC4313001712B2B5D005D7201033636333216151402042322270136353427262322073503163332361235342623220607024FC5608F4E6E8CB8FEEA87979F01302310172D152B29644C58BD8B5B3E5DB226058EFD4D644A927DA1FEC1B271041779151A0D120726FAF8378101329C5C68958500020040FFE803710389001A002500FE40360F100B251810182504000810080212530851090228092A2538093B1E480749084909480A5B08571055259304A204A513B204B6251027B8FFC0403D263509221C113F0822120B3F08090809051B0008091520008A1B40080A3E0D1B1D1B2F1B031B1B0B2324120705270B0B203A0F151F1502151A27004902B8038140170E8053350E8028503F0E401C113F9F0E010E19262BC3182B4E10F45D2B2B2B4DF9E44E10F65D4DED003FED3FED12392F5D2BED011112393912390011393910C93130012B2B2B5D005D435C58B90009FFDEB3120B3F09B8FFDEB3110A3F08B8FFDEB3110A3F07B8FFDEB3090C3E08B8FFDEB2090C3E2B2B2B2B2B59005D015D1306151416333236371706232226353412243332161514070607062736373636353426232206F4077E5A48858315EDD79294B80116936A664257A970C4945D7B7B353166E501793221597D3B651DEBB86F950138AD563B534C633D291A11293799452A34D9000001FE9BFE4603C5058E0043016DB90003FFDEB35A2D3F03B8FFC04013552B3F06401741174239000412454028293423B8FFC0401A192334004019233445403235454016354540183545400E103445B8FFC0B10D35B10602435458400C2104044544012340552B3F23B8016B40102424000633953D242D0010951B24090F003FFDE43FFDE43F3C10FD2B3C011112392FCD1B402B212227271F03024342042324041F0243274204041F1F27141F1F2710951B33953D242D00012340552B3F23B8016B4019242400061B24090F1F4428271F10363A393130180909025530B802FEB217310DB802034010301340130213AD441F171F440A32DB182B2B103C2B10F45DFDEDFD2BEDED2B103C2B10C0003FED3F3C10FD2B3C3FFDE410E4870E2E2B0E7D10C4011139391112393987C4C40EC4870510C40E3C593130012B2B2B2B2B2B2B2B435C
|
||||
58B90004FFDEB3552B3F02B8FFDE401B552B3F04223C1E3F02403C143F22222D5A3F21222D5A3F454013392B2B2B2B2B2B2B59015D2B2B0107230302070607062322272635343633321615140706151417163332363637363713233732363637363736363332161514062322263534363534272623220706070607025F12926E494A69795C5C3C2A1F33251B2515100709132B5F4A210E3DAEAE0E5342372C3B364AA3484C5C2E241F271A090D193F3243351B48037142FE4BFEDF9EDF5541241928202F221616130E07090507366B652AEB02A542174159784259594D2D23302419102F080E070A2835713BEA000003FFC9FE46042B0389002F003D004C010A40399243A112AA13AB16A343AD47B012BF1EBB1FB3430A126A106A4B7910794B9A4BAC4B06110F0F1F3E4A143E3E4A0F113E4A043E211826398A08B80333B22C0002B80393401F2FC633242C074524180F12111448022F04082630363E210C23019504483114BD0332001C00300381000403314009290C3A236C29413A1CBC0124003603810029FFC0B22A3529B8FFC0400F262834102901D0290129B94DCB4C182B10F65D712B2BE9F4ED10F4ED10FDE910FDED10E4111239391112393911393911123939003FED3FEDF4ED3C10FDED391239391739870E2E2B0E7D10C43130005D435C58B54B220D163F0FB8FFDEB30D163F0FB8FFDEB30F103E10B8FFDEB20F103E2B2B2B2B59015D01072316151407060706070615141617171617161514060623222626353436373637263534363726263534363332161707342623220615141633323E02010606151417163332363534262726042B1DA7137071C56A35142449C2A1343379E98D7CCC58392B1B7E2E51836E81F9CF4B602D4D594871935E4335634428FE2151533C56A68FCB4B6C3B034B68362F8467670B202C10111421112D2634354552884D3B64352B5D1E1347242B285A36158E578EE01E209D505CE37B4D623A669EFD75257438422B3E614D2746160C00010029FFE803AC058E0036014F406D1254075629A32903690669096B1E6C277909791E7B267B270853006B260253350114221935132219350101022A2B2C2C00131436452E5A283530364D01232D012E0000070C0C1F1B20141B1B20002C00362C1F2D2E142D2D2E233104072D2C0A180B1B3728201B2E2D10148A13B80143B30C072520B80124B20C251BBA0295002C0203B236D32DB8FFC0B3191A342DB8FFC0B217392DB8FFC0B21C352DB8FFC0B32324342DB8FFC0B32A34342DB8FFC040123A35EF2D012D19371B172D171B370A3286182B2B103C2B2B4E10F45D2B2B2B2B2B2B4DE4EDF4EDF4ED10F6ED2B103C103C2B10C0003F3F3C3FED87052E2B087D10C4870E2E182B7D10C400183F01123900111239F5ED2BFC01F510C987100E7DC4C4083C3130012B
|
||||
2B5D5D5D4BB032534BB036515A58B120223859015D435C58400901180C392E180C390AB8FFDEB613143E142213392B2B2B2B590101123633321615140703061514163332373637170E02232226353437133635342623220706070607060707230137342623220707350259FEE7B6CC5D30401C7A17110B0D1139381F22795722252F23731619141D25445918882A1B40960149232B1F122515058EFC350112B44237425EFE5D4C080E120D2C4E13357F312F252C7801904B2B1418162A721FDB4653CD04787C1A280603270000020058FFE8022E0516000B002901244027176E3A3516763A35122B4012352B40191B34590C0119230116172945215A282830294D0C007006B8039C401A0C07280C0F0C290F1F1E21141E1E211B0B1E2A28211E10178A16B80143B40F0970030CB80147B203600FB80123B7296C121E401B351EB8FFC0B33A3B341EB8FFC0B32A34341EB8FFC040092324341E401F20341EB8FFC04013131634301E8F1E021E192A1E171E2A0A7786182B2B103C2B4E10F45D2B2B2B2B2B2B435C58400B1E401C113F1E400D113F1EB8FFC0B3160D3F1EB8FFC0B117392B2B2B2B594DE4FDE4E610ED10F6ED2B103C2B10C0003F870E2E2B087D10C42B183F00F6ED10F5ED2BFC01F510C9313001715D2B2B435C58B517400C143F0DB8FFDEB61339172213390DB8FFDEB50F3917400F392B2B2B2B2B59012B2B01321615140623222635343613030615141633323736371706070623222635343713363534262322073501CA2A3A3B29293B3A37C614130D0F15393A23445C443E29341982201F1B164505163A2A293B3B292A3AFE73FD43470E1014102D53176847353125255601C06E1C161C0B27000002FEA4FE46023E0515000B003000E7B61232400F103432B8FFC0B31B273432B8FFC0401D0D355F0D5F255B265B279330051A29013045265A282F30304D0C007006B8039C40210C070C0D0C300D1F25261425252616B82224100F25400F39253128262510097003B8FFC0400E2A3590030140035003020357320CB8032BB34F260126B8019FB5261EE4133A1AB80335400B26EB31251725310A3286182B2B103C2B10F6F6FDED10E45DED10F45D712BED2B103C2B10C02B003FFDE4870E2E2B087D10C400183FF6ED10F5ED2BFC01F5313001715D2B2B2B435C5840140D400F390E400F3925400F390C400F3926400F392B2B2B2B2B590132161514062322263534361301060623222635343633321716151407061517161633323637133635342623220706073501D92A3B3B2A2A3B3B3AFEFD45F18C3F4131201D1612190E02030C0C51732DE0212B210D110D1905153B2A2A3B3B2A2A3BFE74FC81F0D43A281F2F130F131A130B07050404679A0300710C182603020423000001004FFFE80261058E001D0129404A09000112001F
|
||||
011F401A355400541CEF1FF917040A200B300B400B500B040B1D45155A281C301D4D00000003001D031F1215141212150F0B121E28151210200B300B400B500B040B6C0ABA01BB001D0124400C032512001201C012D0120212B8013B400A1E091217121E0A774C182B2B103C2B2B10F65D71435C58B90012FFC0B3170E3F12B8FFC0400932193F124028143F12B8FFC0B325163F12B8FFC0401323153F124021143F1240170E3F1240101B3F12B8FFC0B30F193F12B8FFC040090E173F12400D163F12B8FFC0B51839124016392B2B2B2B2B2B2B2B2B2B2B2B2B5901EDE4F4EC5D2B103C2B10C0003F870E2E2B087D10C400183FF5ED2BFC01F500105DC93130015D2B0171435C58400B0B40170E3F0A40170E3F01B8FFDEB123392B2B2B59015D0101061514163332373637170607062322263534370136353426232207350261FEAA19130E131634391E5F503B35263320010F212628172F058EFB5A59140F141129561F8635263422247003AA7311181F072500010027FFE803AD03890036018F400901180C392D180C390AB8FFDE409C13143E14221339082F16001B021B2F0451075209521E512079017B2D891EA627A428BA02BA260B5C015C28BF01035A095A1E5A2003690669096A1E7909791E7B2606562A51356C260352000114221935132219350101022A2B2B00131436452D5A283530364D0001232C01002D9F2301233104040007070C0C1F1B20141B1B20002B00362B1F2C2D142C2C2D2C2B0A180B1B3728201B2D2C10148A13B80143B30C072520B80124B20C251BB8FFC0B25C351BB80295B235C92DBC0124002B0203002CFFC0B217392CB8FFC0B25C352CB8FFC0B23A352CB8FFC0B32A34342CB8FFC0B32324342CB8FFC0B21C352CB8FFC04013191A34EF2C012C19371B172C171B370A3286182B2B103C2B2B4E10F45D2B2B2B2B2B2B2B4DEDE4E4F42BEDF4ED10F6ED2B103C103C2B10C0003F3F3C87052E2B087D10C4870E2E182B7D10C400183F3C10ED72011112390011123910F5ED2BFC01F510C987100E7DC4083C3130012B2B5D5D5D4BB032534BB036515A58B120223859015D005D015D712B2B2B2B0103123633321615140703061514163332373637170607062322263534371336353426232207060607060707231336353426232207072701C485BBC75C32411D7A1510090C11353F1F5D533A2E252C2274161A131C274AA0592F1F3296B620231A0C1E26060389FE390117B042353C64FE5B49100E130D2A56138539272D26307501924B2A1419182DCFA15565A50272711716210406240002003CFFE803B30389000D001900AD404108020903060A03A413AE18A01BB212B216BE18065B18591985138C1895139D18A5120736133A1947134919570856125413070A0C0C11240B070305051724040B14B803814012
|
||||
07804B5334078043358F079F070207191A0EB8038140270040170E3F00404B5334004043350040323500401E350000200030004000A0000500C31B2BC3182B4E10F65D2B2B2B2B2B4DE94E10F45D2B2B4DE9003FED3C103C3FED3C103C3130015D5D5D005D011402042322263534122433321607342623220215141633321203B39FFEE48689ADA9011B8484ABA65B4893F760498DF7025096FEDAACAF8B930128ACAE465D63FE5BD05F6701A3000002FF1EFE4A03C80389002300320153404B55018D0C9D0CAD0CBC0D0539154B00460E4615482A5506650E750E791AAC28B908BC29B92AC91A0E43225000560E0330003422400003010D2431320E0E00161A173016150E14301523451BB801A7400E282230234D0024012F2601001B2FB8038D40220404000728000E00230E1F1A1B141A1A1B26240A0B16150E0F1A011A33281B1A102CBA03810007FFC0B22E3507B8FFC0B2293507B8FFC0B2273507B8FFC04015203507401F354F0701400750077007A007C0070507BA033B0000032BB41B2323B81AB8FFC0B732351A401E123F1AB8FFC040121C351A401B1D34EF1A011B19331A171A330AB8033AB156182B2B103C2B10F45D2B2B2B2B7AE8182F10EDFD5D712B2B2B2B2BE92B103C2B10C071003F3C3FED870E2E2B087D10C42B183F003C10ED01111239001112393910F5ED2BFC01F50010ED0110C00010ED0110C0870E103C3C3C3C7DC43130015D5D5D005D010736363332161514002322262703061514161633072137363637133635342623220735131633323E033534262322060701C5456DAB59597EFE9AEE324D30491617344D09FE290A5D4124FD171F201D346E3E69346C67524149316CD3310389E680668D71DCFE39161CFEFE4C17161F11252504387F036C53141B1E0727FD134A3A7295CA635055F8A6000001002A0000033D0389002900F9404102180C3921180C39510155035E095E0A5229AA03AC0FAA18A51A09851A951AFF2B0389049904021E1F1F01004521EA282930004D01021420021F0201212F0D010DB8019F402214250606010728011F01001F1F202114202021201F0A282120103009400950090309BA0240001F0203B229C920B8FFC0402E17392040343D3420402C35204024352040223520401F203420401C1D3400200100209F20BF20D020EF20FF200620B80188B52B2017324C182B2B10F45D712B2B2B2B2B2B2BE4FDE45D2B103C2B3F3C87052E2B087D10C42B183F003C10FDE45D0111123911390011123910F5ED2BFC01F5870E7D10C43130005D015D5D2B2B1325031237363332161514070623222627262726232207060706070607060707231336353427262322076B015990AF8F5133212622182D1721040207080B110F1A3553612A1E2A062099B9200F14211538035138FE1A012B7744272542
|
||||
3C2D1E1F130608080E40629C425372177E026D6C2E120C10090000010054FFE802630481001E0106B90005FFDE40710F390F400F39A405EF02FB0E03551B8A00F60103241D3A005B0E030F201D20027F20EF20021E000E0F0104050707001D1C1E1B011A1C1D1E18051904010800161A19190404039300A0020106130B0007071F161914161619161F2819161002490F031F0302FF0301036C2000AF070F8A0EBA010100070203400C121640363934C016D0160216B8013B400A1F091617161F0A774C182B2B103C2B2B10F65D2B435C58400F164028143F16401C113F16401E123F2B2B2B5901FDF6ED10E410F45D71E42B103C2B10C0870E2E2B057D10C400183F3F3CE4FD3C103C103C011112173900111239113939870E7D10C4053C3C0110C910C93130015D715D5D5D2B2B0103330723030615141633323736371706070623222635343713233736363702144E9D119CAC1C100B19291853215C5238392C3820A7970A6E925A0481FEF03FFDB25F1C111223146719863726372B366F0243271E7793000001002CFFE8038A0389002600FB4041B701012840103528400C3528400E3559025803B604D92104291C3B1C49020338220108090A010C0D0E071807070120248A00C61501071F200B1F122F123F120312B8019FB70F271840170E3F18B8FFC0B22A3518B8FFC0401B2635EF18FF18022018401880189018CF1805181A281F8A20004926B8FFC0400C14353F264F265F26BF260426BC0323000702030020FFC0B32C2E3420B8FFC0B22A3520B8FFC040192529342040170E3F502080209020A020042020302040200320B8021CB32732DE182B10F65D5D2B2B2B2BEDF65D2BE410ED4E10F65D5D2B2B2B4DFDE45D003F3C3F3CF4ED191112392F01121739313001715D5D2B2B2B005D1325161716171617363736373637363534263534363332161514070606070607230227262322072C01211F131B11080E7D188414210D0B5D33232A40101A8E9E14CA25184C193A192E034B3E4A4D719B4EFC8A21B31F35281E1B1A442A20324533332F4CDBB817D102799D330900010023FFE8054B0389002B016F400B1815191B020815091B022AB8FFDE40270C0D3E571A532A651A602AE01A052A152F1B3C16481B5F1B5C2A6E1B6C1F692BA527B42B0B122DB8FFC0B3303A342DB8FFC0B22E352DB8FFC0B22A352DB8FFC0B21F352DB8FFC0B31E3A342DB8FFC04030171C341A2AC901011800228A25C62B26260E0E00071C1B1B1919180B02030405060511191B2B1A1C1F0B2F0B3F0B030BB8019FB505820F110111B80337400C01E5198A18821A2B8A00E51AB8028E400A1B8A1C254F245F240224B8032FB22AE51CB8FFC0B328143F1CB8FFC0B22B351CB8FFC0400F2E36341C402135301C401C501C031CBA0323002C0338B1DE182B10F65D2B
|
||||
2B2B2BEDF65D3C10EDFDFDED10FDFDEDFD5DFDE45D1112393911121739003F3C103C103C3F3C103C103CF4ED191112392FE4182FB10602435458400B0C011C012C01261B2C2A05005D593130012B2B2B2B2B2B435C58B41B220C3917B8FFDEB2113918B8FFDEB511391A220F392B2B2B2B595D005D2B015D5D01133637363534272E02353436333216151407060706020723030123022726272623220735251613161701035A45AE683D0A0437162E2429390F1E576AE1372541FE632C07240F2319331D2D011F3C120604019B0389FD12CCB3692F1611092325151F2B3D33342D5688A3FEE93802B4FD4C01ABF7672017062443A7FEA6832202A6000001FF60FE460386038900380113405B9B310131183A3509191A1929193D19A602B402BA1AB428B832C603C604CA19CA1A0D491B591B691B030431302F2F051D2B1E1A311A1104302F2E2D2B281C1B08213105060708090A0B0C081704358A38C614000724C92B271E0F21B801C040373111400B12340F111F110211280C751740170E3F9017A0170250178017B017032017301740170317493A3849BF37013F374F375F370337B80323400D04E531401C113F31401E123F31B8FFC040172529349031A031EF310350318031022031303140310331B8021CB33932DE182B10F65D5D5D2B2B2BEDF65D5DE410F45D5D5D2BFDE45D2B10E4003FFDEC3F3CF4ED011112173911121739111239001239111239870E7D10C404C43C3130015D5D2B017201161617133637363736373635342E0235343633321615140600070606232226353436333217161617163332373637363703262623220727014B221A0D2C3C723751310B060E3B2730242C3E6CFECCDB9792341F2F4126140D0813080507060F3749602E380E384215360903893A6594FE14489C4C83502010110B0E133321293249404FCBFE5CF8AB592F1F274009052F08050A224A623E027A9D4406250000010000000700008773F79B5F0F3CF50819080000000000A31FB8BD00000000D67A920DFC05FD8C0AAA0830000200090001000000000000000100000721FE4500000AB9FC05FA500AAA0018000700000000000000000000000000230639011C0200000002AA008C02AAFF210200FFEB020000450400007A0400007D04000020040000440400004905C7FFC305C7008E05C7FFCA0556FFC906AAFFBD04E3FFCF0400000E0400003004000036038D00400239FE9B0400FFC904000029023900580239FEA00239004F040000270400003C0400FF1E031D002A02390054038D002C05560023038DFF5C000000340034007400B800F20117019A023002BC036603FD04B8056F06E5083609970A720B720CB00D6E0E280F4110351130120212BF1384149E1521161816D7178D184819481A28000100000023004D00030000000000020010002F
|
||||
0056000004ED025800000000410C005403CD02B0001D001F03CD03CD03CC03CB003C001F03CBB3061D1F00410C03BC003003BC004003BC00A003BC00B003BC0005FFC003BBB345453240B803BBB32B2E3240B803BBB2282932B9FFC003BBB31A263280411303BB009F03BB00AF03BB00CF03BB0004000003BB001F03BB000203BB02AF0027001FFFC003B9B2161B32B9FFC003B8B2424232B9FFC003B8B2363832B9FFC003B8B32A2D32DF410A03B800EF03B8000203B803B90028001FFFC003B9B3282E32F0410F03B90001000003B7000103B700030800001F03BE03BF002B001FFFC003BFB2242A32B903B60381B23A1F0F411703B3001003B2002003B2005003B2007003B200E003B2000600CF03B300DF03B300EF03B300FF03B30004001203A8B2E2891FBE039F016B019A001F039800930801400C1F7F047F05027F027F03025FBB02B00001FFC00117B2196632B8FFC0B3651A6632B9FF800173B2196632BD038401170800001FFFC002AFB2313340B802AFB22E3340B802AFB328293240B802AFB326273240B802AFB321253240B802AFB31C203240B802AFB2233340B802AFB21933A0BC02AF00B002AF00E002AFB5034003212932B8FFF2B33A263D32BC038203820382003A0800B51F40255C331EB80381B25C6432B8FFEEB3252E3314B80381B32B2E3269BE03810001008A03810001000E0381B32B2F3210B80381B3515B320CB80381B34E513222B80381B3474D320EB80381B246330AB80381400926473212254358320CB80381B2323310B80381B22A3312B80381B3373D3212BB0381003D0033FFF44015253D331825355B32102526343206252A330C252E33B8FFFE4024252D330C3A2F33329925AA25BA25C92504052536330C25323832193A293A383A03182517B80381B42825382504BC0381038103810025080040101F0F1F2B2E32691F781F020B1F303332B8FFF1B31F263D32BC038003800380001F080040151F375F07AF07025F06AF060222AC2B2E3209AC2F33B8FFDC400AAC1F223222232B52320EB8037FB229330EB8037FB2223314B8037FB21E2032B8FFE7B71E2B33321E2B2F32B9FFC0037FB64C4F3232262C33410AFFEE037F00390033FFF8037F002B0033FFEA037FB23A3320B8037FB33F46321EB8037FB32F3A3212B8037FB22E331EB8037FB32A2D320EB8037FB2263304B8037FB3494A3404B8037FB2463304B8037FB2213318B8037F400C1D3322263032322226333832B8FFF8400A262B2F3209261B21328ABE037F0001037F037F037F00260800402E1F371F062F063F06039F02AF02BF02CF02049F03AF03BF03CF03046F037F038F03031F032F033F034F035F03050F413A02ED0001005F02ED009F02ED00DF02ED0003002F02ED003F02ED006F02ED000300AF02AF0001004F02AF009F02AF000200
|
||||
2F02AF003F02AF0002003F02B00001000F02B0001F02B00002004F02AF005F02AF0002002F02AF003F02AF0002007003B2000103B203B202ED02ED02B002B002AF02AF401A3701003001400102010100090102000800171700000012110840410B027B02230034000D013D0034000D01370034000D011B401A340D8F340D84340D68340D59340D54340D48340D2C340D28340D411002350020000D021B0020000D01FC0020000D01C30020000D01500020000D012C401A200DF0200DBE200D94200D79200D6A200D61200D5F200D44200D410D013E0138000D003D0138000D00300138000D001D0138000D01FDB40F4D0F0009BF01FD004D000D03B1037F0015001F0215B226341FB80214B2263F1FB80208B21EBB1F41190206001E0801001F0205001F02AB001F0204001F02AB001F0203001F0401001F02010031019A001F01FB00230156001F01AEB2262A1FB801ADB2262A1FB801ABB226341F411501A8002602AB001F01A5001E0125001F01A400AB02AB001F01A2003102AB001F01A1003102AB001F019DB2236C1FB8019CB2236C1F4109019B00230401001F019A0033019A001F0176B2262E1FB8016CB231721F4111016B0023019A001F016800240401001F014500260801001F013F00230401001F0123B21E9E1FBC0121001E0201001F0100B426791FFD1FB80125B21FFA33B80801B21FF924B802ABB21FE826B80101B21FE51FB8019AB21FE431B80101400B1FE331E41FE231891FD226B80201B61FD026CD1FCD25B80401B21FB731B8019AB21FAE26B80801B21FAC1EB80401400B1F9E315E1F97269E1F9333B80801B21F8A24B8019AB21F831FB802AB40131F82236C1F7523E41F7026CD1F6423721F5E25B80401B21F5D23B802ABB21F55E6B80401B21F5324B80201B21F4F33B802ABB21F4E26B8040140131F4731671F4626AB1F4331CD1F3E235E1F3A1FB80401B61F3924E41F3723B80801B21F2E23B80401B21F2A1EB80125400B1F2923AB1F2731AB1F5537BC01C60007018A0007012B402E077F077107690766074B074007380736072D07220721071408120810080E080C080A080808060804080208000814B8FFE0402B00000100140610000001000604000001000410000001001002000001000200000001000002010802004A00B013034B024B5342B0372B4BB807FF52B0382B4BB009505B58B101018E59014BB0C063004B6220B0F65323B8010A515AB005234201B0124B004B544218B0382BB00288B801005458B801FFB101018E851BB0124358B900010140858D1BB900010159858D59590016763F183F123E113946443E113946443E113946443E113946443E11394660443E11394660442B2B2B2B2B2B2B2B2B2B2B182B2B2B2B2B2B2B2B2B2B2B2B2B2B2B181DB0964B5358B0AA1D59B0324B5358B0FF1D594B
|
||||
B04753205C58B9027D027B4544B9027C027B45445958B90146027D455258B9027D01464459594BB04753205C58B9001E027C4544B90026027C45445958B9017F001E455258B9001E017F4459594BB05E53205C58B9001F027D4544B90025027D45445958B901A8001F455258B9001F01A84459594BB8010153205C58B1AB1F4544B11F1F45445958B9047000AB455258B900AB04704459594BB8012553205C58B1E61F4544B11F1F45445958B9051000E6455258B900E605104459594BB01753205C58B124244544B1312445445958B12224455258B124224459594BB05153205C58B124244544B1232445445958B17D24455258B1247D4459594BB06E53205C58B124244544B1332445445958B1AA24455258B124AA4459592B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B65422B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B45695342014B5058B108004259435C58B1080042591610703EB0124358B911B53D801BBA011C03D9000B2B59B00A2342B00B2342003F3F182B103C012F5D060CB0062342B0072342B0124358B93B21187E1BBA040001A8000B2B59B00C2342B00D2342B0124358B92D412D411BBA04000400000B2B59B00E2342B00F2342B0124358B9187E3B211BBA01A80400000B2B59B0102342B0112342002B4BB02E5358B8016B45B02A60B8016B234459001845694445694418456944456944737373737375757573737475757575752B4BB026534BB03D515A58B1262645B0196044592B45186944742B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B004BB02A534BB03F515A58B1070745B04060445973732B2B451869442B2B752B2B4518694475752B2B752B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B74752B2B2B2B2B451869442B002B732B2B2B2B2B2B2B2B2B012B2B2B007373732B2B2B01435C58B8FFDEB31E1C3318B8037FB52B3318262B33B9FFF00381B112332B2B2B2B590173742B2B2B002B73752B2B732B2B2B2B2B73752B2B2B2B73002B2B4569442B2B00
|
||||
00>] def
|
||||
/CharStrings 32 dict dup begin
|
||||
/CharStrings 35 dict dup begin
|
||||
/.notdef 0 def
|
||||
/gid1 1 def
|
||||
/gid2 2 def
|
||||
@@ -2200,6 +2203,9 @@ readonly def
|
||||
/gid29 29 def
|
||||
/gid30 30 def
|
||||
/gid31 31 def
|
||||
/gid32 32 def
|
||||
/gid33 33 def
|
||||
/gid34 34 def
|
||||
end readonly def
|
||||
currentdict dup/FontName get exch definefont pop end
|
||||
%APLsfntEnd
|
||||
@@ -2211,14 +2217,14 @@ currentdict dup/FontName get exch definefont pop end
|
||||
/UniqueID 4259995 def
|
||||
currentdict end
|
||||
currentfile eexec
|
||||
54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA55675454E59AEC12A68086DDD95476477C46AE143377694529C58844212FC811560E27EEE2CF00BCB28036C9F7C25418575A9E4FF5238FB0A96C8EB4A71AB1BFC326B832B5A8B2F79CA3F53DA578C66A652CFFB9282EE612C4C0104E1EDCAD877EC78532AE6885AB780699059CAF9B43A5DA07C8C313AD7EF6A8AE17911420A88014E253020AE6F51AA001EF34DF1F76AC9B4617E7C0D52E07CE0608753D3BBAD8BED67FCFC704EEB27567A310D2BEE35BB9F42103AD5A864F6815B4BF85FB8733046B09842666765D1C0C2581826F13AF95E931586B475AD6862506DB5DF002F48BA8F8D670B7B6F4D4FD4A86316EB305C2F93B3A4E8C284A9F86C79344ED7DAFB541F150769DAA47F33D1395D37641ED490274F9932745530AD76E85BEBC9DCF6455A142EF18B65925B20E764FF9F877A4B17317FF1C9EBB92D5736A374D09342215C638B7CE652AC638268FAC117FF162B0ADCFF2CAADDF81B4C6F5C1190C7C37ECE56E71B1CFFD42D2F3AE0009B4827F25E3181E58F40376FC5C28C3435172F42AACDC2600274B6E36E9121C5EE76AB5862814AC50C11C33CF4338EC94D391A00553A11CC4883C8189A8A4F4CA5C629B772F1660F56B3875580F35B8F2F12226FAE28012F38BABDA4A5EF2C811E49FFAAD1683E5A809A8D6173337F16B8C6E76A93930DC553FD045FA82A6CB4B55BF14FB2B966C9BF1F576EAEF0F1BE45FF2C7A692A9684A06D2A815FA2E37E049D0853BA3FEC6E80728CF4E3C3195A108310A8464770E8AD1E9D377CBBA70F0D74E0D784D4AF909FC16F1BE19C0E80E34AB1450546A5448A9973326478A
|
||||
2CAB9167BFF1F12B2C3A11E6CE9E280752403DB7DC0F20D208A67DDE26476B322B2BE072ACEB7EB573FADDA94102D7281399AF9185CE58DB76A3ABACB2573485F3E0B39842004D27DA253D27676B4E5683B1509E9EC4A20349154FEE6749CA1423DB78708B41BC12447312AF668322A02E173B19F2EF8288B7FCFBA656B437C36E84AA19D109F7C4202AD892DDE76B437DB2A4E09F5F98E9E049A571CC7846F4215C45EC1521948FF154DF0C87EB83E996D567FB29A36C51CE6FFD54CC0CD51FC49E7A46A99A503CEE7C1CCE6AE7FC3C4639A60998A45D754D7988076FF7EF04B69BA4E5DA0517E90DB33349508ABA737B16EC271717AF5C06B942463567F9DB00F2BCC8829FE72C5DF0EE03F1D9BF949B3C9D6F559AA5EB5E1F53B001B55468C320BF65285EAD322E383475488D2AA8A1D1AC6EA0CA3BD3797D20357FB119B4956D40A618E74677ADB36668500DC486D5D17C5331908FAC1629095835F99CDD4893D9EB124A710D3DCD98F89779EFCF435848844AF3D8F7E0E2593B0A0AA481F74BB3FA222D1431687CD35E04C86CE9B9AE5F795C9796B142059FBDA392A62A757F921E306FF99D2098C3D83865DA36CD2BFAB533474603BFF759CEABFCE35B9FDBD3B432C9039C7951E9559C7E58C2849E0AA383EAF9CE837D5F541012A6CB572E9100E2F98C727D8FDA03BC75635AF109CBE22594D6F1F6B7A4762A37FE726F60F25999874D54F238109A7CEBA95D1476E0E07C1D4D7C1E59462928C1C47567240C0F678F2597E4C6BD422CEA83F974E08CE0CEE3BA32D851452F5B924C0A26A5638168F71D9EF060DE1F4BDE3182EDAB7B3E33C22D141BF9D24E5EE27BB198000D4728898D19AA92C458ABB0FAB284C2B363538C1C15AFE13DEA2D8128CC64CF58455F56B8B9FDC93F7D3240D95AAE9C271B10092245C63A3DB1AF8DFF3208E268B4031E2C5DC2836046A251491E5AE4CCB41A86CBBDAFCA60475C6C6B7D5B63CED125BAA165943DD27FF39FB67CCDADD8E48E12944FC0D85A60638EFE75BB6A41A98C7A2CAA9E4B3CAC3863058D0C6783A80889572F9FC2250C26FEF069C42DD546D9E40CF30E298B2C0CF2C0793454F8BCBD3DEDAFDE25A30169F4D9A7AB5847F90CF35D96A7EDE3CE0542ED867003029A0CFBB2EB62DF204E003BE57091EE710FA6A8FED0D8A7BD1427340BE5AAFDDA6ECF6FDC6001F039C34B126E0192E7E88B94B309E99E733D9D64CC301FE87E99166FE44CDEB7CC1AA4EE1A5CC16E50D7E35137638431023A1B90E09B5EE68EBAE8C4DBDB8BDF9E0C1633D470A63AF7B5C38FD641CA36D4321272CDBA561725C566A8364F55BF7BCCCC0E9038B0AE98D094FF71724A80FECC3C04834C3D3EB59A6B15A5A22B0DF471FE26C7026592EAD3CBDCA33F7CAD4CA1629EC6D780E3AC761EA864DEC31C6DC86393F48DC4
|
||||
4BE3C55CEEC9096A69F980A9B8CB21FB54F4C717E5D185EDBE00E8AC1D94A11873BD98FA17262B8A42AB16A48418E464AD033B5B1C799FB60C1E85D4D2A5CDF987531B2178B540E0F9C0D675E970BC474060E1039D8451FA681C991B39CB371A759B80661A35D99827B952DD44AF8A86685DE8F69CC23D6E1D81D6D4133AFA28455117E2A0BFF8C1D857068AE5ACBF6E9DE0572865926DE620CD9555A6B341E4F603421EDE070FDB0C26B487D8228982D8A0A88C9023FC7CC854FCD6217AAABD2FD8E201086F9BFDCD7CF32A3A546690D67C041B1EA1ADACE70B8AF0E3FA5F6D6512D4DFB081A7F8E64D99C054EC1D3D58A2B968AE22EB84A4D7D8216CF52EA66827637AAE80D11BE296B5870D8AD34024CFA4BA7E829C1D327AAB04686800C0650CA137412933F441952E53CE45D069D3D7596C220CDFAFE73A3A6BA438B5433DEC9D1B91483DE752D8A1DAD6921C8C56C88BF90EC5B209C14CEA05CA13F1656942150E94E61E1781FC02A0952FB0E36A907B87D6E31B75AC526A5B5D798E3CC36845E10B329905256861EF5945A736319119DFED5CD34B96DB4AFB0F60901465F50D20A5CFB83A93C013DB1910980DDA8F3D101C1D2F92CD88F6C821FA25FED54173F28C6181DCB02A0497DB4EC2BF3023D9C09F296FA899484BEDEE469B75D81C7302D9AA204E0D6E236D52E55DE01EAD3AEF5D92045A61D7A16F23FC38B51B15EA0CAC67A995799361095978D34234452DE031BCEF36EA174B324B808C1AC50A7586FDAB68495831FE4A052DBF71CE562E6768DC01B575292236A261280538DCEB4A31F92C5B20D33B688886FD8E500EF24E8D6ACC6AC19039601300C011C8A8A256DC3C721782FD55DEE03F72FE40ED5357828445DE8549F730ADED229F78678B29A5DD587B1B2E9AB35B30FF9D4082975831A99EB040A60CAAFD5B759FC54C59E730AFC3200A3B8C2A062BF6FADB552B20FC0DCF2E1D13EAADC15E3FD476B1ACEE3707BB38D0AEF08C79713149578EFAC8A60AD57FBE062628F913E624A6538B4031B6A8A5DC240AFB201CA87A93A556898B40D2E0C77017258D8FCFE7D302A097C6351A72CC4CCD42F467D42AD15E3E48CDE904597ECA1FB6F35003D1A4600E60538731C1EFE9F8BD6A7F193CFE56467AC5D461DCD3D843E78F6ED63604B8013FF89CE717A525DCF601D490E52FAB5DA4937BC484E4EFB67ABA8C58930D27404C5DDAECB85A842CB6EF1602C1B14FC26B1B35CC6126F59A5B270EC03FDBA0064F83B994FB9BEE2175E9EB6527BCAC713D10717DEAFBE4984C44E335D3B057CB7E7E68302BBD0427D36B084DAD8A3D9BF491657C85DB8A8D3EAC81674C50E6791CCF71DD9922CC8582CE7BA1F4119055A4309EFCCE555EFB540688A8376342B099C7121B3AD2EB514C0853D229B9682277E2628170349FDF73A67619C5
|
||||
D2B525EDA5DE93A7388544095A47500BF01904294EBAC452AEB591740F837BACD683674786FCAED393C75CF88F4F68F48FF20738DD201AECA869A866024A283E369A38385C994036148ADE65D1B38688EB7624747B24A0FA7E816ECE7311E8507329290115C31510E4383C9FFC26B3DC34C4D8D071CFD40CE181FAA0EF7F22427763A719A0AE16DAAC64219E140F61499CBEF23EC2D21F980D6D4CB57360B9979F9C44239F052D01B2BAE391CA32C68B3C439894101F9C1D0D7E915BE37799F8227E882475C8AD38080CB0A6BAA4FDC9871D61B280FD583DCF8791C3B3D5B803FC48D94336E62A19523A5B172F25C3DD13346ECFE9C8647038719F54DBF0339AEBF5C78193E7DA773E574FF81AFA22975141950F703574E41EDA858680E33A5D77E33167C7E9F1220F9B92A1D9015FA7E82827A970BDFD0A3B4D5B2D8F87990EEE9C2EF848569428182359645D4742E4AD4E571E7C734731639B9FB449D1F15DC96260A3826E3D6F8E86A4D46D450F58DC35671FD3BDF5FAB9218195EBE73DDACFA3A2D763C496E47570E126C150FF9778FB0191F4BB9ECFDC2B9F01546F2702C0DD84D5F1D28BAFDBD4E028DF8A452304281BF6D6BED843236AC18C28D155166B858B9B52294492C66264C0869339336C147939B36AA7EA9462503CF6ADC9F4D3135A46F505BEBF9AA426CFFCF76D57EEC8ECEB556FC0F6C72F124A1A416658B4F69BF8684787D57B9E7A0E9538E1FD2C2B6594E170EF8DEC2E6B0957234B6ED922FD04D0C38FB0C6552DB13DE37D34BB751859DA1B310756F903BD373245593FB52247A29CC53803F8A72FCC56C4D3B6F60F3B3899166C19C7217E9CD7BDB117C0F31952530432F6353040439F8671BE3C5E26AA9FEFE0DCAD5A5B2C6278DBBE5F0DBB924BA47FD79A8177749370BF2BB4576B27C3D607832D69FC38E16AB15FBBBB6C352B0CFF4D1A6524B865B10170CE267DE9100051FFCCB84338F63B259306DE199CF5786786D38337DF1D3EB571CE2BE5D17690B2025B64A27F6845737D4250B7A68DC603D9B343B3B6C9DF7D5B8970180D71925E417CC876C71FB6575FAE29C3012798958F89AFA41616CD9AB7E75642999E4D77CD572AB2882DB0D2AA0BE549FC8DC07E742668F9402A290142B58E99BA3E126D9598D3FB6C93CC5753974E57EFAAF101FA8F4D424305715840E1068B117BED399C768F9C2833D750AFE9AC8793C9A11BC7FF12216B47B9AB2E1C36B675270A3937AA46CAB398325659CA490C7C25FA50F9F75F9A0B39BD7C048E09999EEBF488626E110592DFBF03D8BA4625724F879CF70731E3DA71785CC5AA1F127998812A5653195D1D9E8411F04666E084D8B042762AD12796355016DA193847FF7EEFA3A45C3F9DDBB474E45F3B671F7B51F5E78FACA52B46926438BEFA610C761D4374E8BA2EB514C4F742
|
||||
AB1A03F3E0ABCD1D93A8F16BCB11E5BE0A30B165A40D3D8E7DC8B137110EBB6EB29A04D5B52A3BA52617AD33F9EDBFEEC801AB80633256C8E564744A82FDBCA1149F40765215BA75099DF157E11A10726321CBDE29B424B2048EDAC27017BCEE06214C8AD2F043196BC52083FC654CD0F6F577EE747DD829B17518817689E23C8AD366BD3AE2D2D3269D2AB9F5A03A358DB95FD25E3F5415A3B15C8E9084A6914EEB03D7C907804EEFEFCF310B3A6C49F502011CE3ED1E132B841C0B2583727600058AC2E79DC8CDAA506BBFCF7A792D1513B064FDB825CC96D5938020BE00B9F99AF84F5F1DA1B5D0F21F280A72CCFFE9055B2E135FDB1DDA9F22A6B1CCFC4DA550FF01DB0B938DE402F264487078D54EB26ABAE54FAD32504F6BDF3367FAD2C8EDC257E17BE8BFC204CA7E98AFD30652BA077A5D28D0B84FDE60F1EB896D302E9F7EEEEB452B8B7D618EDD0D045693FCB5E144C4BBDFC0B9802D0B7722DF545251437ED22C25466E827C97D4248D7101CEB1247828788A34A9A7FF60D9C8DE60039BA88FFEBAD3D923102353E813388D19D000EBA8CD2671AADF708FA461CB2E9EF6D26F715630E56C77103C107191914C50A601EBF8D5FF5132D5EDA3871EF6FC587D15A6F4695A66EF3093A34B665243CED37F0DC9A869167C2439D8B6ABD0B2AC34CA3752EBC428BC460FC77FCDFD301D8EEE9C7D5A6EF8E63F6D329C9A3F364B5618DDBA11127C5E254F27800FB7419047C05374A86E21AAB3BFE4522520150DE19E43749874F759038E0D76E6C3429E8A0C9799DC98FEC703AE3DF587661FEF9E5663FD49E4769A30A5855F53478BD653730D3D893796FDA218B818F0642E116740D30BC77D2E9AF079B5FB8CE18C256C2FC98E51041358432421C55E0801623E99A0A335CACF7A68645E7D3B1FE23ECD0FD0DB33C278B75FA3767733C5FE22DE1DABF96C41A44045110CCC5DF4986E4B6A63C426581CD605FDE648062AB8C750D2C650A79839C2FCECD29531C6A17C42100A26F9A3EC43EEF51502EF4F8868605257A269ECEBB319A92C27289F578F93D59AD54AA893E4372037482F7076F2C78E27BB98220C55041E6A69264455E3339F82893350248C52B3F5E5B43D63BD2924B2C05A7AD713855EF0F5922E75CC09CDB7D8167ECAC12B50B275F75E88F5354B6FF44AB3E0FEA2EFEA0E053B4B09C4820BDA2B3EE7FA9E587479318A1816225E940BAB7EE009C8462C420479FC661EC5C8B9C2F5886F812BACBF254BEEB22F1FC33EB608E3BA13B0CECC2717655063DBE3C858CCCC664DFA2CF8EC0271636E26F22D69C6C818A26BB17F2005438751751346F3FDEB2057455AD9798C5AC6069F40312804247AE39CD3DB2394B8CC1BC0929C5B1216B8AEF14683E16DD5A3E6BCDA9CF40FDA0B1062E4E4E14A24A5529EB0B728C7AE7023169B60F8
|
||||
B5EE50EDA4FA506F2C518EB3C7AF13F1510F0ED92DA81550D8544664A05384291C9374A8C21B0AF49AB504A6E70A942084EE52A173D404C9FE19E1E0BAD5E64D08313036ADC05C1EC97136C1C8C12B18DD5570579FD502C5252B338492F21A3C19685A38D5E2950DA8156E647B74D9873B6ABC3E4C58267DDCF68C91C732A946E7330C2B9417138E8AF69B9C7BD586FFC4AEDD3825CF457D0B8D0841BA8E87559C3A9926375FA30229227D862578726B8054DB84B3547F17FD3A399FD67DE8BACE532D516392B0516309B588E5ABE565A05C11BF0F5CAFC22317AC4D7BC6444FBE60208ED60B74CA1060F83DEBB4BDD550A756D2AB74C6E3846F42989CB9CF511D02A50529CB5988208BFCAA4C253ABBA8C2D93A7FBA93C2DEEAEFE4AB6042AAB1AFAA33E99D72BEF260361291CC69276406ADAF1B2496ACB0EA09ED1C9D2A54AA3BDCA61B93DBEA7EF46FBBC8EC884059F4145B806F3688F483F0E1046DF0A794A7C4CC5258AA3F131714A3D72BBF4E11F7910B47208E63076903F2C5B6BD1F4843C1C5D19B7B917EA2F1E18C597953B634EFF70208164545E1AE70B0B28714A954C9A65A4825EE6AD7994D18E8815A1A1BCCD78581A514F0FF147480F413EBD1D60FA14F38279BE61EBD5FBD8848CFB1DECE1F0C7F1F79C34A0250F15055B84CE5E37B0140AB7668D57B629E3EE39018761555E8A659EA0904563E1320A2627196D74FCA2989F58AFF4D3E8F7950E5395019DBE83B998DA6D96175D8CB7BC00FA5327BDBE8B062AA7CE6CA619A3C8EFA75CE06C18F87E8959986CFCA38E0D43E4D3D2D1DC6B9CD04CE99D0D653DDA9470A87282C0A6FC40430C343D0BF5F8DC75A1647FFC25A5B5DEDEEF91A8160A497DA0BFFF5BC9EF470FF3B627006FDBAE7CB574BD5D30879606147908DA42E7E8083268B0715F7119A03F16C956A8D56D6B7A0D87DFC2873D78B3514FCE0F2D9F2A61A7DD8E6C4A594C73C79264F94E540E80F15535FEC61FAC84556A4C33D0253E6E9B13A3501F8CC5B7F2DA53E566BFACF16796CD0A3CF87AC5F3535B927449934F9FFDCB7517107E2C381C2C7B0B3E94A2A59CC8C6221433EE8E17842E6AF2886333AF205EE2F27F32FA6EA6ADEB2A329011B8639B75A2F531E366866BFD1520FF18C895359EA87BFF1B3D14EE127AF6D50100C0C31CBEF3ED7F0DF59F3DBE588FC65FD4F9378677FF89B97EACC2EF34C824211728EC92156E3B678AF2B08B4B7483B277D4607CB14384B0BBAD83D4988059D4621AFF50D83F628860CCC39ED73DDD0E0097F6381A4C7C4D496E1D6FF0EBB7FB05C125E125940CE39F0A3872370E717629924DFDF064D234C60D8C6869A68CA5193CE4ED35041423833F3F9D83B975C946B385C2CFC9AA70BF819FC6A19E295A12F13AF7C2E40547990CC88EFA969F5CD5881E7A85B1AC40194EAE3
|
||||
D232F8CABA869B42EBB17F83703DFBD72D865FC9B72CB0B25F16B615B0959E20AE31573E7CB2CED310F0206371505F45173980BA318EE1D4C79FDF340482AF9900FB414DD98DED016FA2FEE9BF06B442DDEBA41DD94D5BE3EBC18DBB0E51F8E5A84D17F60DFA2D5A4D34345152E567F36A530FEB6CC71BFF82975D7DF5A6DBB206066DF9F021C901B5DB9F947F9F279C1FC7067C76FD435DA224162000145A49167B6AA3315D4C1920CB2CC96865FC2F8A8E1A173E1D5A5A2D91F480C4DFAA529C58B0CB94C26BA83A81346458A3F37D20B39DC32D39DCFDA679B72724B323E02417E4A8D740B5191F06EE56E00CACF73D1D9D9A59114886E52B5B413E7C72296859D52DB1FD71535A7A869E935D2F03917D7D5820563E524E3AF375F9A31CA0AB255E09594C6BBCD9FACC72BA7C568FBB412B108663D2A6B72AD08699001A742F4BEAFA263E04CC9BF0152D5B5331BC5224A3968E0CEA0278DCBA19EBE2F99FD5A154B4A5BC0E7DFCAD9D1C0D98D2DE10D9B2683EE7067849E5F650328ABFB844F449CB4DC67B3E5CA285820AF2DADD2AC3E47B02D38274F71A56BF9C5F2298B0A671DBF43C5BAF51B0BE59902A67F5EAEDB38F584BD5D922977E8A51FD72913DB10F28E982EDD5F815324052C0EBC1E5A62B10B4650DA2B61FAC2BE50411F641ECDB5552D21FA5E8EB2B1AEF7EB7C52B145958DD530E5F6215EBBB568ECE9538F55D54F7ED27990250CE8631A439ED0291C4D2AAE258722B618B6FAB0C88CED88CCCAA052FBC8798F8C9D19E006190FE4C866F7D1E84365DB61B7DA3515F645178A7201936CDA227091FEE42A2941A184F82F76517189048E37B814D4F721EAA28B4863A49CE36043615E8AF893730E603F23B0C5A80E83663787D71FCD63C402E4C754068612ABA22D4C075EA29F2F9DB7D97D10CF6AEB4CB1FC8C1343F664AB2FEDB0339C76ECA5C70C5F922BF1EFB0BE94F4C4DD899A18D2123D6A5178478425DF521FE18463D19288A3F98100A0017F75232984CD2A40BB94A38A3CBF1E150C5AD18898030850EF51EC8B0CCAB93B238EDB444FD1510F0479854B1740E4121A124EB0B285442011F087641665ACAC0C79B17C936FCD0DFA3F0C4627D4F767203F3C2A5A564750A38C785518233F530F0DF02E0CE787C41131EB006BB62B6B10075F394F9EC93105C7148362879C1890733AFDC7A3A201DD4EAE96B3FDA99D19F5DF9B4CB549CF7ABAB458874AC6E73FF78E6B0099DEE8FC990F7F1A4D36670B4AD00D748B47274BD297F85EB1629C652C6425B3FD0CF3926AB1F46C55B8AA4F5F37FA1A3B30F6020BAE57BBA87DDED53F14B20067EE881AF52E87E2D342E75E99813E4EF44C8C710A6298D66434C3ECF07DC28DE0E76D631672AF308F33D849A801E25AFFEB6C0E704E2BB48C74240608CC41C0EAB4D40DD73906FA5BA
|
||||
0854329205724ADF4EE7B8FFAAFAE2F833DF3F0850E1304FE9B1132D19538EE62195B412AA95501E67641DED8EAA51CD17392FCF7115DE12A169A287D10031
|
||||
54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA55675454E59AEC12A68086DDD95476477C46AE143377694529C58844212FC811560E27EEE2CF00BCB28031C17829BEE98293CCF96BAF13971F3C4CDD5E6FE2DD02A8EDB11B2F35DF0D375E18A0AF7EC55CEB6ABF46CAEDE26648D0D4F26E74A8E9A330E651E41BDDB1B94BD0B6D2D662FC6457B5E5D588656E7F0A3871F095650CD0C81DE3DFC50B1A65EEB52F93A0555DDFD08856760B39E5C1FAAB1D031AF051F8BE107A3EB373F4B3E1D9137525D402AFB01BAAE2752A14D7346BE3846EB69E910B02B8628187D4AC46E4581BECA3CB941D6AFE8027E519E0F8568195679B2C83A5AEE46E45380EAE57C24973C13A8E78DC8F0A286C013B2B59FBFE8A3D914809DB2D008BC1A517040F975AB23FD44267B16815C02932BA6E9C94F50AF390A8F2B11ABE5069AEEEFAED37F5A5837B5455822957A27908650BCBFD4A2F19C5FC1A434C0F5047E61D21D7F46867D43B20A915D8E9121A5A0D514D32C812936A9F319D02DE135E8B2793EC9EA798B9382B223B44E5894A5790499B3D1DBC9383060D2673FCBDD0FE879094D5C3A75EBE9BDD3AF5ED73CE93274DD5E1F6AD580C50A94CE06064560E67287AABB942C7C677D127524CA5068AA7A9B32572EF7C181D69B7CA099352944FF64FECA9CECBEB6F273AED01A408AB982A6C43A66886D790ED2EF434952DA028351F820AC785CE76A7AC942705BD7E93151DF77CEFF4328B324CFA01CBEEA6312C519E3260BF7D0655D506B5DB75C15EBBC0B66AF7B1B4182BD2234EA93F6F00D98C862FC712085BBD09C3EEBBF85CEA4DB68ECBF3BBBC59CEC5A63214877D7D89175DAA
|
||||
B543CD0D7490D285F014CA4063BCA0FEDD919512D6A67BF32FE82EB18EA7FC39AB6EADC2F2B83CF2853B1A6F6F86B43F546D466DBE617AEBC62DDCBE0186A1C90C6C7A85B94DACE34A0DB41858DAA48CB3FEBAE36389D5EF223EAE4782960A8E9EF7E28338FDDB3939844625FBCEEF5D136D8958D7C7478EEF47196B763EED55DBE64D76BFB9EB10A21E47D77D45085441FCE236511AB09A380815FEF91C3F3D43A81539BB4520427633BF9CF85479F1FB9A02E1FE25C2E9E91474A41E9FF879D8F9983D171321314FC5306D6F1604CA0D4FF1DF1BE6239CCF5AE33D3C9AF495C2069C2A4ED0E67E78B43B99A2261B15C6AE23547D1D828DF684506E3E0BE886AE278417F74664D1B51BC0D3EEC9EC1C7B286A4891794EDCFE4A96C19A83B3BF716CD837B077F9FC5578094288A1FC09D432F25E589D7678D231E2381840BD8F6DDDEC8258DBABB11389494CEE28C8EBB874844F4E57BD990851C3FE80D8B5A73150BDA27BDB219852B75AB6C120403BCD533F110E1BF0D6B7B07D577D4AE10776028349C1915477417D46A94177F5E3A21C85D8CAFE08F16BEAC43977B2A4280217522F1ADD37493DB66E9AA435C8650D831DC9CCCA0ED68F1E33B1D8717426EA996AE829C012D0928485CEB307C30A8FAAE5ECEA0447BAD9B4841B2440BB8620B62F454DF6CA95F0BD7D94E60B00891F503F869B33C3A1E2418CB548D91518E0D950C30395DC74B0ABE584A6103E0A6A4634F056B51D031B982259F8C838C11A85EC09FA950235B3A8A0C0F3EE71EE4F5524CE556C918A2BCD48FC5BAFD8DA77BF1CC9D872AAE902C5E65DF7651846054EDEE6316EB5A6FEEF61E37D44BE2C6F636DBDA69B8080468D04C463D1C0683FE7F508998D5A5BCDAD3E632E454CC8544852C2B3141EE939C6D2A4C1A016292753A303C848E2EFD2B075598486F5CD0DD741EA52890EBD138AC9A181DB6C4F5D164E6683378CF782F578D28B413C784DDBD11B11826CF9834E93825D3D1ABF8841274BF51AEE6B61FABF6E3E8C3B93B14FB0C01C231AC7619EC2BD6A9A253920B6AC8583003455D81CAA95DF6289A138BD705230D38D29911E9A02C6C3250C62E1765A51C3845EBDF1B32BC44682C0708963BC5D023F44E4AE27A72822C998C1B744FEC4F0477E8719DEFD269B2DB2A6DF2CCBF88034C0AFA05A326B8860C2CABF7069234287D570097FEF9BFBC244C4964ADD8BD0186AC2926C3E4C4C5BBB23DBD8200B5ACAF6D146AADC8CF18D632913E362D35A7471A957BD6FB5930EB4AA9E69E470E92ACC574DCC4A2BD5D87AB7198109A026AB0D0110D62FDDA174ABEB989B65582FD190A509AA12D5C5E49461FE6A7772861C0F1CA3E6EE6C5670D50A68028A0EBF53A982A268A33CC2606F258EFF488A277C68D8B2FDBED9ACB86387FF9A31D223380349481E313578DB75
|
||||
C7E9CEC95B16C9F874C88B4BFA4113F703CC4BB04668C975CBF51EDA67470A8CB3FBBBC8091A27FD2576F459B7BF49B29E99490E3B85D8CD3AD132CDFF7C55FA68A1EBD10E80861D6D8870264E865BF9CE0A44E6EF3B7D584131D9887DB9E37EE0D190498E16387E649874154CEE3BF2F27E782978363BC0156545CA75E8B96B0CF28DA9FF9B542A201BE17F0048239530E63889B053F80B026EFA03DB5A866FBEC9AFC4AE46D0BCE9559794492C20FEB4EFB5BF1FD9890BB38230A0B2182360A083B2B6B275A0FF3EFFA147BAF2A806E9C738BCF0DCE8F26C5FA272DCBC00DB7C09B2250EC4BB982E66ECD61700EB1CA96AF27612B9A17888E6E4EECBB01A7A065685C96A07CFEF3EF04CAD6006BAC08A34DEEB542B829DC42EE3E498A251705DA6962C7EC1CEC515F29FD27B1ACB453BDF57464758B4470117E2846E5895691EC6B2A1252CC6E446CAB9581D474AE92C467EB71165FD07CD00048802F38D4773592BC2093BDA7B0BE15FE0D827290044D06B001432F9346E7678EF9AEA526DE2A1915AFED7B1AF7BE48ADEBD7AF57BFB08BEC90476D8938C0348816326FAFD6351C9F41078CB83C1A98F62FCE7C52F9B4BF858ED2B16B69CA4CE66FEECD63CAAABB6C6E0D0738CA5B2425C973B5943F2BEAE20D4F4792EA5ED212793469D70DDA1237E16B85DC832C4E8E3F33F34BCE9AEB9BDBF1048B4F835F9C6C48BC1D81AE0A5178C1B17A6D27D819E65273CCD3A9F3AE13BB1310388438B3CBA3B100846258BFA76BDB02A68D5EC66BEF75D0F807A593C431712F4C43DF266EE3CC64FE45592C5AB23B295F355281088E881F6CAA4D66053BA786FAD395A69B8016D680657A6C5F75FA895A2E7971067B299A90B0B25C53E0F625F267114694C1F0F273E7F9833CF29717E460C8774FB9F16C0ECF1FA081C723180426EF99A60BC8C04FE457CD69581BA1CA31003364DF7C84CB74A519DB48765D2DE271EA73EBF524FF29D89B688698978C2D3A885684574DFC253B906B72D9DA2BA5E3CF0CDB1811C647A8837DB3D0382E6D11D99313BB6096557A97CC17522E34545A1F5AEC142C42E8475A65416497A3AA8296AB7C6E52D67CE06670812AD04271DA76FB252688506EEBB1DFCFA1E6600718535141320BD1C179DE32AE2AB8281222D398A5121AC5D7B2FF426D5CAE91C7AAD52CFB7B53E55506AF1E7646AC170247EB195924D800DF228C1C5E64700744BCB16BD08B8D6EE69968AF001A503A0416D282E56481C62D1A4DC0EAEE4A97B20527CD0E7F68729419824D308D386D0EEB10026F6528D7ED3C727487A20423DF7363589167D62889B3AE18D1C15126AA909ED487998D971D1635F5D0BFD94DF4B4655A2919352F6E423BE3E8FA2C0AC871679C73A9B9D6ED09FB844CBD8D6F661096B94703C32D0ED684400CE3B35B3BA97F3D167B796
|
||||
491CAC73A85670AF1A5CDDB6691A0DA70CC73B433E781BF7FC190FF270BA050E3574A064C471E02C3AE26FD3CD883614AAF10A04E561DF44EFF594906BF7AC5C7D092EFA5384458E0CABFBC9BD09B6CE4BDC9451E0BF5D1822603EE7CA3442D43743056648713D7CECB499FC1B17D6E5DE754BC598701559E818234C0C94EA5466C99AD2530BB5586695E98F268D08AEA637C5DB0AA7CB84AE5DF32556CFDE3A44B8E8F8CA885E4524736C5C1F140BCCF27AD56BBA87249C68D9BC7DD9243DF47A43706F2D1D650884F320E75294312D5EB48F91B9FED037456221C9688AF73B8C581D54DAD8F8CBC9E20E5C21E0AA065A1CF97F1E50F83C240827C587140DBE8FD77A33093E7298FF1F48A83F0E8220F86042DAD6BFF44F3F6B3B3CACB0D2DF9AFB818EB6E2C6F3424188E99017E1105655A9565AA95DDD76E2F57E4D1B533C4C9E3F44895850AFC84BE1FF71E932C7BDC77735000D2A0415B092323930535FD0A022746F871CE99606335069C95E188853E82CFB3F857486CB452AB3C4424E84E2667AEB3F84A6A71596A8CB31F27B1806074010DE1500F3A575DE1B7684B7FA0B6EC2D6FB6DB12FDF3939BD4969155DADE5FB3EC6484FD51AAD21C529DE7D9587F5D9B5ADAB4DE05A12A7CD25A220A0175952F0DF95E26D8746F286AC2DC7C95D493C00A539B3A33271F2D9218102ECFC0CC457924F73747EE2A6F443279A67754BCE079C2A5A9909413035C983C055FA4D33F0E6AC0FD194FDEF35187BC8B330A558E8D741CF5E2BEB4E5CF2E78632A1396B9108EE3CE58D09B70BA5AF8AF808C9A0FD2E21F2222B6B80905B6DD5EC7F384E3225A9D69E297BCB201B0EAD1CDE0D848E91CDDCC6A3413CDCF1F9905B5D240F003F66EA24491437864E9CBA9B4F444A4E4FF3134F1CF278D71CD81223985A25FCAC3F26EE8927616118E4313CA53FE45C4DC57B3B71044B6B6A8DA3A3591C763FCC42E26B85CDBB71E7D935E2896116FE8513A0AE04D59EE356E3EF0A628D8859A14A87C88E2BAB6A49B6D6BC0D375B48148864B8A6115A920F4E3D1C2B1CEACAC8984D077EFD3D1496EB284CE11A8D55FB45E8C6A0F6AAD27B267802E42353362C19E4CA60AAD6580AE27BF8A470CD32C1EC7E07527BC7A3746FABEAC19713489DB21B6546EC8B6A0348FBF2688318DDAB43FD1D1A40A24604ACFE78403565C84F70A2A76D0B9963890D6A7625F7C702BA467ABAA5BA228C46B43F91C984CCB7A5FE59B471C5C0D26862D1609F9D106AC5B7E6E9DD69F5D4F8784BCCECD1F46B8D8653B157AD7EEB7F6527D705AD3DA84AA015321E2C97556D4423469BCD6EF5BFC0A0457C13181112D4472E28986E559E9AA13805D386CFABEADAFF05E1E70FBD7EC5724EC9DA05738D411CE29F00E8D8EEB0FA004BAEB149383F3928D51DA4624C6D162BBEF1C1CD7BC6
|
||||
BFA6EA3E94D7AC40FDBF5159C22476B54A29C3DCBB61BABB208D656B72BF768B1B03195CA0F41F4282A6C48E7EBCDE2C6371A706EF1B5A0FAC7D000956B8506B501465710F79D694B6AA0D0332E69F0589F6DF1B4B5109A24305B0AB4A1957DD2D4965D49F88C75C8924910DCD69728ACC4E1896BA5B59F6ED2881199DDD17C83CB0BF56AE095EBB1293A2436C0BF8464F446983AFD603A4E77580678F4BA9AE19ED046AA19191FB912D65E7EEE59053B1868C3A87399EB9C55CEBE8D07DBF564CE20723FAE313FF785496D4E0644D2818E6130D1BEFA222FDE9F47002EE7EBA3EFC790C051377CFB0C41C8D5AB875A7E6FFD3E460D16AC42C30FB68AB45FB6C414948921CBB067A8F9A8DE0CC46093B0A7B93AA8623B8F46FD27F71CA6D42400C2EC8852FD4FEA4BB75E07CEED55FE82AE52CFB5AC0E1BF83699A30A6A3C7996FBFC612E250E56CA2690B044541345C440D851AED43EFFDE3F2558FB9CED11AC47803050D7E9BD041770CBAE100267BDC4071B4608532CBF30BFC070C214C59546FE0FF7ABF59F53E65AA1AA6BC7A6123F3C492641E18C9FE0C98EB0DEF7842D54FEA630148596A997954667D8E7F7F18E82110318B17FFEC375DAFA390AD87B67213B0257B46F2EBE9EEF045EC6FE6CB695A356B17C4A04AAB7A3E8E47D3A403D9EF1949E2DB3D51E85F237731AFFAE1F1934B59DCB8E73E2CB5EABC5DB8BB91C31D0A55EC46B703CFE6CFE135CF7DD42788A268ACCD5C72C91A0FBF04EC5DD496EB2A641F821E6A813EB15B8278DB4EE9CF6DAA4EE1BAB3C0DF890EB836D7B3D5DD9604CB2C0BB860491F47B8C8B4BBC0C12A615A18C2E45AD6F15B398ACB71CFC7BA74832AFB7CD92142BAC84A5B4FB2EA1C4BDD63D66EDD4D1233C7A37F2C02C5F4CC16F5D3F17FD54F62DD3BBAFB88AC0C5977200225D6966919E5128D27160BD9E522A13041EB2FD4F4EDB1C58A01495823B4E594546A46A8D8830F5194C5881A7B37925B666444F23AECA03317FF89FBB82D6B232A4C9FEB2BD641B7417BC8DF6DD69A42D51E40050D0E76A0C5E07BEADF15E59E205F77A6E8DB7A333566A0552D8726017D03FF573EE02C6C2998443A42E9E7D02B9B9511BC7FDA567831D0669C835ABACE823739810959CB516F75F1BC5B90C41A67ED49667D85F0E464FD49B0E47FFBD79F0FEA6FCDC2956E184F365607A1B2F101B168BE0F9DAAB9AB14A4B1768A8ECBB827778798C83E01BBB93F3DCEE1B464BAF0A46CEF85A8A403C6D60C1B39673C93AB9E13122FAE42CD26D7214A264B1D73E546BE60B32189731C8DBFBC4FDE547447E475F48A3ED6D7F32AE98C2FD025C59B9BB2C6375E336546DB6EAD192408C2A23C04E1ED63354E647A6D784BDFABD6027CEDE767EA3E7FA6A8EE880CE4B9D7D31754BEB06140C8C21C57F42FF171704E01A34FED5C
|
||||
67C8C31D2E2994CF7EA33AA0BF01F71F66EEFFA222ACF112DC19FF274987AC6B065358E86972EF98EE1BB2D5490DD1D0F9ABA9541E16E12BC8AE792322E5D285A45020EEF72C9C21CDDE9D620BD23343B5BAAF6309876BBC78F6CC0F152D338C31E0EDFA77A1E8B26E54AB91572E6D5EAB54E0CF437D8B1E813BB51E2C8818262C514FDFB216BFFCD81F2F9403893653804FE5D6AE3792D98C560D40BBCA681EF9CC66EE6D204A537B351564D05D8A84284A3DA663F4738A105F4F457E20287688E226C6EFD1492D635F9B00DBD741BB93C61823DA5ADFB67B0BA39D5948A2F4C4D3F610526BC467D1C573B40B4A8C3C147B53A1D2D149F95EB79D292AA038C1CC435E463BDC42E717A9B5424E61F6753CE1E7220EB57379F9865ACE43019E8E082AAFE9FEFB8CC80D6751777F858654FF0FFDD65A725A984ABE789940ECE0D61AD47D07362FF73F448B300E4E1B8736A637B05F089E8FD55DBE41A14731C0DDD7A4E45005EC531DAEFE2C5962CEAD7F8D4E317A7408F8EDF85E519B99AF50846C2E8615291C0AFCB1C5708ECE4C281E71530A6029728EF258F7ABAAFA5280058A219CEE9965D376349A3099C1664B0617248D55D781E7B99C9D59221001D3725D8473917DFD32369C31B37EEF98FE3609386415198CB5B76EE2C8C95CB1943CC7B2855DA9CFB93A605343B762A0DFCD026EE6E15E6CCF4A7940BDDEE4D4B8F233A272212EA535AF5EFDE57922B1B1A1017677C086365571816AE58D069DD083D9B17DBD6CFF38E367CA9BC61348A7F814290D63B0C351478B10ABA17D470EA907221AB24DFA35060DA91288B7D857880F6194EBD3B44995E6E6A734AF124C5FB6C768B9528CF704E5FCF58CE019C2EB95091001F931F4A54E29BE9C9289B48BDA83CB0D48C0EED539AE6601DB044AD5C78D13B4D68264FCBD5E1B56B53E2B3B0D8C31808BDC128D6936CD666612A0D82349B3CA6E92DEA0D357E123B49DA89A0D9AED0CD1CCCADDC409C20C820F4E07AD56132B1C562191205B9094FB6ABF6B9E62370996B227852DF0F9172C8443849757019E560B31F76E518299AA7230DCB30562FA79B12A02E3D2A1FF2D156C909779FBA41A2F6C798EEAAFC99BF230AB1489729F457F8ED0CFCEC2DB507FF681B7EEF7452BC22A774D8698AF0F948C657EB5A1A341985C6572641AB3E943B89351B350FD49A74F31A66928E31B0524E9296799D1E6773871213684C26F80091BDBD50B3B05B6DED522DA2A36F1609B164691AFB9F6480E9E62EC2A65A05E26797DDDFDEB736E8A32938EC202B8585A27B6FAF8263A26C915966FFBED32A9B830BD6FE362CE6741A1F3936F33664D06828475B44ACC31758F7A50B8265C0C6963C7F8BD9327CA6B02F8B4198F59393AD53A3575B79EF591F89FDDFFBC88702CAB0B1B9A402237ECB68BE29E6280E0456A
|
||||
357C8EF2269164A436BFBC48845E5A5C363BDAA56EDFFBC5944E755E793FF5EA1F542FE8D32E1F5783DF41E68347E8FA607FE5EF536DEF9D02551001428E36EF4CC3FB12DD4A4C944197701CBD05B5AEE60C4C3C368C8435C0CA5995E068CDF315A6AFA1B815C90A140649494816DF6AA9C9E3DD4FCC849C83478A71B9E6E331CB1D091D65005BD3334E11AB245DB4DC9B0E21AF9422A7F2100040A889BDB1F12105675DCCC286CB424C3C183D05057AF55A99D426B0F5CC60088801D0CCFBF225438D7B5449F00CF4364E75B69356B9C8775E91BA73085D82E7457B7DA545089A353ABC4FBF1C3DC12E7F9E4D68BB60B2902A0BAD31023BA8BDF331DA02E8B000A6EC62331ED28EEEC884960705CE8D8FDB066334941785D6B3F56ADF24E8DD38E215307EB2B42F79100465051690038F229C0E1317B6825565A014DFD494CE496E1E76F5B549FCFC0D7DDF0A305C0FB9292A61DB26B77F2DEA18F29615655060B0D91B9F482F225324D217A1B7516C47725A3493C8CC22478844CFC19D840F3431D32AFA0AB2A3DDDD46BE286B8A8A3E05E3745FAA51198A061EB31710F18109850F0F9F9CE9F66FEF5BF5FB923854F5809768AF7E8C497C28E29B68B7EF3A8D595F4AF0B1B6B372404C9097C12D01DB9A6187AFF574BCCE0C5B9C16856C7F01151FDFE88FBAEC6982CF01AC1D98833ADD081BB0A835B04D3C5C7CD14B8090FA82E1045A8607099409D96A3ACB5E6AB172484B931B2C2DB79D3C9C25B15A005EA7D8BA88CC2A58A293AB912DC4ED4C286F06F67917F33E4FE64CC3610A8548CEE2A257882FF47ED375F9A89DD3B993A0068C449E4C22394E8C5D1435AB5851BCB3FECBE93D954482BA51B5E0BAA4B75725F0999470C1445E3593FA402DCFE162981287429D21EAB31A5EB15894FB0EBF7CF9EA442CB6B55B4B1AC055D4A50C53E027029E00F83BA275AF158917BD52B41202E62C00D6BC4DBE180056FA9E9B54F9BCDD2CE33C4A508EA2688504F80A578B73A397FA0E36E1CF3543628982BC5A44A88D5E254FE333BF57DECD6DFBA8F03BFA09E782C616E7581F887C89510C4A91E329BD5EACE2E41263FF46FD0193A7B4686DFFE5116B78CEA4C21076217F14492FBACCA1415D107096F77311F8905BB2FF85674D8318131A79B7739B79746EC3D6FB5D0AB90D72B0B0D50430983870F778360C9EA7163F891D103B2A120B0AFE8642FBDCDBCA23773B8DE3A5FF1DA6B5859355159C7BF057CF59F68C8FA3B517178CF5D86D5D515F91A03E9461E5367B6E177639AF59A19389BCAE01101F18F9BA6FB2BA8FD0CE6DD590EF2428C9F39E45EB87E2E66EE5E0DF2EDCB7FAFE06013A8F31D795F576A78D132CB4CD291B3E21719D01CF9D4D8A64DA9261EBE309597AC7C138A0B88922865AAF51634E3C0EEA4E4AF59F03974227E8A2D10B9A
|
||||
132884CA7C0AB75B54E20317D6C2AD645FD1E2D30EEB7995088EC526353E38101E9C6C5FF9F332DD3F47F819873C5DC2B494CDAB7856EAED8289B48C1A1237714234EC38C73C4FB904D1377806C5AAF602C97E340FF85575262F7DE7367C33EC7E7AA7355835FE9C0F9BC76C1C3F86084CC3D2537DBE069281BBD383378EB40BAEDB3E361F8DDE2C03BA1F681F6071936CE82CCF55E8FC5A4537CA0480AB1796EDB2BBDAD99CC7D79B4F823EFFAEE114F7D9FCAFD12FC1CDF57047DB765C7462A8ECEB62ECED303976135D4011392C6EFDA7308AC9F0AC4CE7EDC26B004686D10704334BD6077053298BEFDCAF765B7A3896DAA3615A31D0C910B6760B6E747928D05B271AB2A83F30214F8E2F900EF1DD8A6BA5688813000865A98A3B6A5DCD23D2158DDEC2E098BEC568979DAD49272A99F9212A6C23AB4291D28116BDB045807F8A399D87BCC068C47AF1FD934B0354E1882D5A0927565B75DAFEA946B0495450E836835459D0B0474BDD30C33F7AF18763F740BE130856DE69036567C2219FB4EB3F048E09E84E973E9BA6E8E981C57426BE73076AE069F397477E0C8C70A36ECA49334514CE896D6BCFD9C3FBB1A25B1DD76B85D63DEDD1D665807F4C1CC1809D4617356E0C9E6D4D140D87D3E8523FBBD4537645FC9EDEF44FC58A22CE8AD3DC921A8453C1F1DF97F5B0E05CE46A47DE94182F5C1F7837EFB492057B5C52083AF0F9989363A3A276D8C57779930E12FFBCCE83619C9B55F82CC24FA37563F5FC491D8ADEB38C44AA049B912AA6055D743129A5FF298E07821348178A84D179EE8236BDEEC397435F7C4B595B2C73BE1111AA08DB94EF2F78C4DA2A011B22B49E98CCAC3B4015DAFDB185F472A1AAAD9A7018093C1372599D7181288A3E1E83DF70
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
@@ -2230,12 +2236,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/IZBYMP+TimesNewRomanPS-ItalicMT cguidfix
|
||||
/F16.1/IZBYMP+TimesNewRomanPS-ItalicMT renmfont
|
||||
%RBIBeginFontSubset: TSTNOH+TimesNewRomanPS-ItalicMT
|
||||
%!FontType1-1.0: TSTNOH+TimesNewRomanPS-ItalicMT 1.0000.7.0000
|
||||
/MGHVKC+TimesNewRomanPS-ItalicMT cguidfix
|
||||
/F16.1/MGHVKC+TimesNewRomanPS-ItalicMT renmfont
|
||||
%RBIBeginFontSubset: FEPHUE+TimesNewRomanPS-ItalicMT
|
||||
%!FontType1-1.0: FEPHUE+TimesNewRomanPS-ItalicMT 1.0000.7.0000
|
||||
14 dict begin
|
||||
/FontName /TSTNOH+TimesNewRomanPS-ItalicMT def
|
||||
/FontName /FEPHUE+TimesNewRomanPS-ItalicMT def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -2285,69 +2291,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/TSTNOH+TimesNewRomanPS-ItalicMT cguidfix
|
||||
/F17.1/TSTNOH+TimesNewRomanPS-ItalicMT renmfont
|
||||
%RBIBeginFontSubset: GLVSUZ+TimesNewRomanPS-ItalicMT
|
||||
%!FontType1-1.0: GLVSUZ+TimesNewRomanPS-ItalicMT 1.0000.7.0000
|
||||
14 dict begin
|
||||
/FontName /GLVSUZ+TimesNewRomanPS-ItalicMT def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
dup 34 /gid4 put
|
||||
dup 35 /gid3 put
|
||||
dup 36 /gid5 put
|
||||
dup 37 /gid1 put
|
||||
readonly def
|
||||
42/FontType resourcestatus{pop pop false}{true}ifelse
|
||||
%APLsfntBegin
|
||||
{currentfile 0(%APLsfntEnd\n)/SubFileDecode filter flushfile}if
|
||||
/FontType 42 def
|
||||
/FontMatrix matrix def
|
||||
/FontBBox[2048 -1019 1 index div -628 2 index div 2730 3 index div 2096 5 -1 roll div]cvx def
|
||||
/sfnts [<
|
||||
74727565000900000000000063767420000000000000009C0000079C6670676D000000000000083800000634676C79660000000000000E6C000004D66865616400000000000013440000003668686561000000000000137C00000024686D747800000000000013A0000000186C6F636100000000000013B80000000E6D61787000000000000013C8000000207072657000000000000013E800000B1B058E0000054C001F054C001C037100180000FFE10000FFE80000FFE8FE4AFFFC056B0023FE68FFE2033E00000095000000950000000000000000002500A8008E010B007D00820045003200A400CA006B0070005100AF003C00F001D700470004002500770029004000FD00160161004601370029008E0017FFCA0025005BFFE902E600020099008100F2007500D6006300C60006009A01330024003800CC003DFF67001305D8003600860095FFDB0007043400A500D8FFDCFFFE004800A200D8013C01530380053E0057007A007C008C0117012A0138017C0026003C007800BD00C0021009B5000C004D004E00540058006700B4040100020005005000AF01D5034300240058008B013501C0FFAC002000250026002D00410136022BFFBA001E002A0034003B003F00850094009800D7012E013D033104B900170040006100B9010E0116012201BFFF9C001F001F004D005C0086008C009600AA00CB00CB011F0154022F036005A9FEE8000E006F007C007D008B00D500F1010A0157017802B803ADFE3FFF6AFFB3FFC4001F0037003F0044004A0078007D009700A200A700B600C000C100C600D8011D0150019701EE04740532FD81FED1FEE0FF16FFF1000F002D00550068006E007F00890095009E00C200DA00E400F801040108011101C2023002DA030E049E0517FF00FF8700000020002F00410057007800870088008800B900C200C5012001280133017401D6020E020F026C027E02AB02EC038903B103E304E7FF43FFA8FFC3FFDCFFE9000700230023002600520077007D0081008F009900AC00AE00B500B800C800EA00F000F40135016A018B01B101B501F7021402AD02D504FC05D805F0FF9DFFFC000B00240025002C0030003000330040004700490057006E009A00BD00C900CD00DC00FA00FA011B0139017E0187018A018E0195019601DF01F6028602CF02DE039603A903B003C804010432046A058B05E006510761FE96FE9AFF4BFF870013002500340038003E004A0065006B0073007A009C00A200B200B700BF00F000F700FB0104011301200124013B01520178017C0181018F01A001D90248026A026F02700301031D032303270388041F04AB04D104DA057A058BFE26FE59FF2E00010002000A003B003B004700580058005F0066006B007A007A008B009900AF00BC00C000C700CC00E900F200F500FB00FB0102010A010B
|
||||
01150121012701450145015501570158015E01610168017D01A301AB01DA01EE021002180222028F029402A302D202E703710393039B03B303D303FE04FF050B05320532054B0559058B05AB05F2065506890742076207A708CCFD2AFDC8FDDEFE0CFE15FE27FE53FE84FEBBFF58FF76FF77FFA1FFA7FFADFFAFFFC00000000000030094001D001F002000200027002E0048004B004C005E005F006B0071007C008A00900091009100A700AF00B300B400C400C600D100D200DE00DF00DF00E600E800EA00EB00F200F500F500FC010201180123013101330137015C016201660170017A017A017A018201980199019B01B001BF01C001CA01D301D701D801E001E001F601F701F802120213022F023702440247024F0252026302650270027F0298029B02A602B702BA02C502CF02D602D702E502FE031C031D03450348035D035E03710379038103A103B703D403D503D803E103F803FE0404041F042104230425043A0467048304E00528054B0564056A059F059F05C2060B066A06AF06B306CB06E8070607280748075007A607B207FF009500AF00920096000000000000000000000000017E01A80129025B0212020301C302B4019301CD02B204ED020E0159017A0300022D042C00C8004D00E602890325013E0378011B00F1018D00490203007C000E029D02470024000000000052004400330038005405D3041501A7000002860168005000CF0002004B0024008800BA0025FFD800110091FF6B00B5011700260065FF9900490080014B01C000F40167027102EA04FC0310017C01E103D9015501E601EE0434019606CB005C022B0099003D009F00160039002700DE00790120022E005A00990388009400210019002A046C05E8000001F203B200AA0296028902B4FFC9020000EC0005005A0447010004E00000052A001F01EB00AE016800CA02D3028901B5040601A1014F014B011C0308005E00C70024029D006503750104028002F304D800D90239025A032C01F204310303005002E50283005901EB010800AC019602F8012100950180004400E501EB02E5007400F301FF02FD038F026801C801C70116022B0142033000FE02E101620200002400EE05170108023700660006010201E602AA0366019B00D305C203DC044D03B6000401BE013702FC03200244014D0338FFED002506F8030DFED5FF43004402FFFF92040BFDEF0155017100D9FFC4032D0461044AFBB5FBCF02170192036D0558FFF2FE7D0583023E006605E9073D00790243002500CF00FD00AF002A01EF021A0026001F0025003A000001170490FBFB0251001D02F001F50078018F005F00240044005400BF00AF006701A8002600050006003F009800FA02AB00C2004D0375004A00B600C401BF017C006F00130263000C006801520002012E0104001F001F009A000000F1
|
||||
046900790080005000BD056B00AB0080001E05A5FE4000CE006E0056004800DB018B00B3004802390458005300820082002203D703F1047040425554403F3E3D3C3B3A3938373534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A191817161514131211100F0E0D0C0B0A090807060504030201002C4523466020B02660B004262348482D2C452346236120B02661B004262348482D2C45234660B0206120B04660B004262348482D2C4523462361B0206020B02661B02061B004262348482D2C45234660B0406120B06660B004262348482D2C4523462361B0406020B02661B04061B004262348482D2C0110203C003C2D2C20452320B0CD442320B8015A51582320B08D44235920B0ED51582320B04D44235920B09051582320B00D44235921212D2C20204518684420B001602045B04676688A4560442D2C01B10B0A432343650A2D2C00B10A0B4323430B2D2C00B0172370B101173E01B0172370B10217453AB10200080D2D2C45B01A234445B01923442D2C2045B00325456164B050515845441B2121592D2CB00143632362B0002342B00F2B2D2C2045B0004360442D2C01B00643B00743650A2D2C2069B04061B0008B20B12CC08A8CB8100062602B0C642364615C58B00361592D2C45B0112BB0172344B0177AE4182D2C45B0112BB01723442D2CB01243588745B0112BB0172344B0177AE41B038A45186920B01723448A8A8720B0A05158B0112BB0172344B0177AE41B21B0177AE45959182D2C2D2CB0022546608A46B040618C482D2C01182F2D2C20B0032545B019234445B01A23444565234520B00325606A20B009234223688A6A606120B01A8AB000527921B21A1A40B9FFE0001A45208A54582321B03F1B235961441CB114008A5279B31940201945208A54582321B03F1B235961442D2CB110114323430B2D2CB10E0F4323430B2D2CB10C0D4323430B2D2CB10C0D432343650B2D2CB10E0F432343650B2D2CB11011432343650B2D2C4B525845441B2121592D2C0120B003252349B04060B0206320B000525823B002253823B002256538008A63381B212121212159012D2C4BB06451584569B00943608A103A1B212121592D2C01B005251023208AF500B0016023EDEC2D2C01B005251023208AF500B0016123EDEC2D2C01B0062510F500EDEC2D2C20B001600110203C003C2D2C20B001610110203C003C2D2CB02B2BB02A2A2D2C00B00743B006430B2D2C3EB02A2A2D2C352D2C76B802EE23701020B802EE4520B0005058B00161593A2F182D2C21210C6423648BB84000622D2C21B08051580C6423648BB82000621BB200402F2B59B002602D2C21B0C051580C6423648BB81555621BB200802F2B59B002602D2C0C6423648BB84000626023212D2CB4000100000015B00826B00826B00826B008260F1016
|
||||
1345683AB001162D2CB4000100000015B00826B00826B00826B008260F1016134568653AB001162D2C4B53234B515A5820458A60441B2121592D2C4B545820458A60441B2121592D2C4B53234B515A58381B2121592D2C4B5458381B2121592D2CB0134358031B02592D2CB0134358021B03592D2C4B54B012435C5A58381B2121592D2CB012435C580CB00425B00425060C6423646164B807085158B00425B00425012046B01060482046B0106048590A21211B2121592D2CB012435C580CB00425B00425060C6423646164B807085158B00425B00425012046B8FFF060482046B8FFF06048590A21211B2121592D2C4B53234B515A58B03A2B1B2121592D2C4B53234B515A58B03B2B1B2121592D2C4B53234B515AB012435C5A58381B2121592D2C0C8A034B54B00426024B545A8A8A0AB012435C5A58381B2121592D2C462346608A8A462320468A608A61B8FF8062232010238AB903B003B08A70456020B0005058B00161B8FFBA8B1BB0468C59B0106068013A2D2CB1020042B123018851B1400188535A58B910000020885458B202010243604259B12401885158B920000040885458B2020202436042B12401885458B2022002436042004B014B5258B2020802436042591BB940000080885458B202040243604259B94000008063B80100885458B202080243604259B94000010063B80200885458B202100243604259B12601885158B94000020063B80400885458B202400243604259B94000040063B80800885458B202800243604259B12801885158B94000080063B81000885458BA000201000002436042595959595959592D2CB0024354584B53234B515A58381B2121591B21212121592D0002011C0000051C050000030007003FB40201F80607B802664013000504F803000A0704F8010019080605F80203B8014AB309A2DC182B10F63CFD3C4E10F43C4DFD3C003F3CFD3C10FC3CFD3C31302111211125211121011C0400FC2003C0FC400500FB002004C00001FF21FE4A021F058E00100043B70908010111091311B80181B30F00A601B80145B3050A3B09B80156400A0F430F051F0502051A12B801E8B150182B4E10F65D4DEDFDE410FDED10E6003F3F3130015D0137161716151007020127363736123534012A2277332995B8FE6718B97592BA057B13E2AE888AFEBDFEFEC7FED81F8AA9D40259F6BC000001FFEBFEFF011000B40014002F400C001414EF3F0E017F0E010E11BA0174000402B5B7003E0B19156DF5182B4E10F44DECE4ED002F5D71ED10C93130073637363534272626272635343633321615140607154B2F2406043003073B28293F8C85E122342825120F08300911162B3E423259B6320002007AFFE803F3056800120024008C404E35163B2048064A07491E4F1F4C2054175A20641664176E1E6E1F6B20760F
|
||||
731674177E1F7B20821685178D20951691179E20A315A416A117AB1EAF20B902B415B216B417BD1EBF202413F900051CB80167401A0A0D19AB800D010D192522AB8003CF03DF03EF03FF0305031A26BA011D011600182B4E10F65D4DED4E10F45D4DED003FED3FED3130015D0132161514020706070623222635343712373617220602070215141633323736131211342602C480AF82765E673C4F82AF5867A069833A777F3A4B5A403D2B7352855A0568D6E7C6FE649777351ED6E8E5E7010E8C5C345BFEE0E3FED7D16867286C010501AB010B6F6900010020000003C00568001D00B540218F08860B9C08960AAC08AB0CBF08BA0CCE08CE180AEF03EA04EB16EF17040B0C1DBD01A3001900190177001C013840151D031718041605021514130312060317041604010BB80202400C09AB0F051918E60000010C0CBF0217000201F7001E00060121001D0202B2121A1FBA01F601EF00182B4E10F64DE4ED10F6E4003F3C10FD3C3FFDE412173901111217391217392EEDEC0010FD0110C9B1060243545840090F030B041F031B0404005D593130005D015D21213500133635342623220727363633321615140706070601213236373302C3FD5D0204A64D80668D5B2333C47281B01F3081C4FEB90154526A17282501C40101778368838710818FB17E584B7591DEFEDF44390000010044FFE803A10568002E00CDB90014FFC04046111C3F5D2D6D2D74267D2D8E2D9A2DA50AA918AF2DBB02BB07B50AB918BF2D0E5E005F010265147514020502090F0C29030603160324149D2DAA2DBE2DF51507041414140214BA038E000001F4B301010E22BA030E0028016CB21B0D0BBC0197000A02020008016CB20E052BBC01210017030D00050121B64011012F110111BF019E0030000A01F4000B030F00010217B32F1F011FBC035D002F00C8035C00182B10F65DF4F4ED10F65D71EDF4ED003FFDF4E43FEDED12392FEDE45D3130005D717101715D2B013536373635342623220727363633321615140607161615140606232227263534363332171E02333236353426260139F27756644770572534A361769289A7686A90FB8A7E412B33251A1A107D46255A754FAA02E51D256B4C694F678B0B74778D6C5CAA432BA1717DFB892C1E28233208054617D17660965D000000010000000700008773F79B5F0F3CF50819080000000000A31FB8BD00000000D67A920DFC05FD8C0AAA0830000200090001000000000000000100000721FE4500000AB9FC05FA500AAA0018000700000000000000000000000000060639011C02AAFF210200FFEB0400007A040000200400004400000034007800B2013501C1026B0000000100000006002F00020000000000020010002F0056000004ED025800000000410C005403CD02B0001D001F03CD03CD03CC03CB003C001F
|
||||
03CBB3061D1F00410C03BC003003BC004003BC00A003BC00B003BC0005FFC003BBB345453240B803BBB32B2E3240B803BBB2282932B9FFC003BBB31A263280411303BB009F03BB00AF03BB00CF03BB0004000003BB001F03BB000203BB02AF0027001FFFC003B9B2161B32B9FFC003B8B2424232B9FFC003B8B2363832B9FFC003B8B32A2D32DF410A03B800EF03B8000203B803B90028001FFFC003B9B3282E32F0410F03B90001000003B7000103B700030800001F03BE03BF002B001FFFC003BFB2242A32B903B60381B23A1F0F411703B3001003B2002003B2005003B2007003B200E003B2000600CF03B300DF03B300EF03B300FF03B30004001203A8B2E2891FBE039F016B019A001F039800930801400C1F7F047F05027F027F03025FBB02B00001FFC00117B2196632B8FFC0B3651A6632B9FF800173B2196632BD038401170800001FFFC002AFB2313340B802AFB22E3340B802AFB328293240B802AFB326273240B802AFB321253240B802AFB31C203240B802AFB2233340B802AFB21933A0BC02AF00B002AF00E002AFB5034003212932B8FFF2B33A263D32BC038203820382003A0800B51F40255C331EB80381B25C6432B8FFEEB3252E3314B80381B32B2E3269BE03810001008A03810001000E0381B32B2F3210B80381B3515B320CB80381B34E513222B80381B3474D320EB80381B246330AB80381400926473212254358320CB80381B2323310B80381B22A3312B80381B3373D3212BB0381003D0033FFF44015253D331825355B32102526343206252A330C252E33B8FFFE4024252D330C3A2F33329925AA25BA25C92504052536330C25323832193A293A383A03182517B80381B42825382504BC0381038103810025080040101F0F1F2B2E32691F781F020B1F303332B8FFF1B31F263D32BC038003800380001F080040151F375F07AF07025F06AF060222AC2B2E3209AC2F33B8FFDC400AAC1F223222232B52320EB8037FB229330EB8037FB2223314B8037FB21E2032B8FFE7B71E2B33321E2B2F32B9FFC0037FB64C4F3232262C33410AFFEE037F00390033FFF8037F002B0033FFEA037FB23A3320B8037FB33F46321EB8037FB32F3A3212B8037FB22E331EB8037FB32A2D320EB8037FB2263304B8037FB3494A3404B8037FB2463304B8037FB2213318B8037F400C1D3322263032322226333832B8FFF8400A262B2F3209261B21328ABE037F0001037F037F037F00260800402E1F371F062F063F06039F02AF02BF02CF02049F03AF03BF03CF03046F037F038F03031F032F033F034F035F03050F413A02ED0001005F02ED009F02ED00DF02ED0003002F02ED003F02ED006F02ED000300AF02AF0001004F02AF009F02AF0002002F02AF003F02AF0002003F02B00001000F02B0001F02B00002004F02AF005F02AF000200
|
||||
2F02AF003F02AF0002007003B2000103B203B202ED02ED02B002B002AF02AF401A3701003001400102010100090102000800171700000012110840410B027B02230034000D013D0034000D01370034000D011B401A340D8F340D84340D68340D59340D54340D48340D2C340D28340D411002350020000D021B0020000D01FC0020000D01C30020000D01500020000D012C401A200DF0200DBE200D94200D79200D6A200D61200D5F200D44200D410D013E0138000D003D0138000D00300138000D001D0138000D01FDB40F4D0F0009BF01FD004D000D03B1037F0015001F0215B226341FB80214B2263F1FB80208B21EBB1F41190206001E0801001F0205001F02AB001F0204001F02AB001F0203001F0401001F02010031019A001F01FB00230156001F01AEB2262A1FB801ADB2262A1FB801ABB226341F411501A8002602AB001F01A5001E0125001F01A400AB02AB001F01A2003102AB001F01A1003102AB001F019DB2236C1FB8019CB2236C1F4109019B00230401001F019A0033019A001F0176B2262E1FB8016CB231721F4111016B0023019A001F016800240401001F014500260801001F013F00230401001F0123B21E9E1FBC0121001E0201001F0100B426791FFD1FB80125B21FFA33B80801B21FF924B802ABB21FE826B80101B21FE51FB8019AB21FE431B80101400B1FE331E41FE231891FD226B80201B61FD026CD1FCD25B80401B21FB731B8019AB21FAE26B80801B21FAC1EB80401400B1F9E315E1F97269E1F9333B80801B21F8A24B8019AB21F831FB802AB40131F82236C1F7523E41F7026CD1F6423721F5E25B80401B21F5D23B802ABB21F55E6B80401B21F5324B80201B21F4F33B802ABB21F4E26B8040140131F4731671F4626AB1F4331CD1F3E235E1F3A1FB80401B61F3924E41F3723B80801B21F2E23B80401B21F2A1EB80125400B1F2923AB1F2731AB1F5537BC01C60007018A0007012B402E077F077107690766074B074007380736072D07220721071408120810080E080C080A080808060804080208000814B8FFE0402B00000100140610000001000604000001000410000001001002000001000200000001000002010802004A00B013034B024B5342B0372B4BB807FF52B0382B4BB009505B58B101018E59014BB0C063004B6220B0F65323B8010A515AB005234201B0124B004B544218B0382BB00288B801005458B801FFB101018E851BB0124358B900010140858D1BB900010159858D59590016763F183F123E113946443E113946443E113946443E113946443E11394660443E11394660442B2B2B2B2B2B2B2B2B2B2B182B2B2B2B2B2B2B2B2B2B2B2B2B2B2B181DB0964B5358B0AA1D59B0324B5358B0FF1D594BB04753205C58B9027D027B4544B9027C027B45445958B90146027D455258B9027D014644
|
||||
59594BB04753205C58B9001E027C4544B90026027C45445958B9017F001E455258B9001E017F4459594BB05E53205C58B9001F027D4544B90025027D45445958B901A8001F455258B9001F01A84459594BB8010153205C58B1AB1F4544B11F1F45445958B9047000AB455258B900AB04704459594BB8012553205C58B1E61F4544B11F1F45445958B9051000E6455258B900E605104459594BB01753205C58B124244544B1312445445958B12224455258B124224459594BB05153205C58B124244544B1232445445958B17D24455258B1247D4459594BB06E53205C58B124244544B1332445445958B1AA24455258B124AA4459592B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B65422B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B45695342014B5058B108004259435C58B1080042591610703EB0124358B911B53D801BBA011C03D9000B2B59B00A2342B00B2342003F3F182B103C012F5D060CB0062342B0072342B0124358B93B21187E1BBA040001A8000B2B59B00C2342B00D2342B0124358B92D412D411BBA04000400000B2B59B00E2342B00F2342B0124358B9187E3B211BBA01A80400000B2B59B0102342B0112342002B4BB02E5358B8016B45B02A60B8016B234459001845694445694418456944456944737373737375757573737475757575752B4BB026534BB03D515A58B1262645B0196044592B45186944742B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B004BB02A534BB03F515A58B1070745B04060445973732B2B451869442B2B752B2B4518694475752B2B752B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B74752B2B2B2B2B451869442B002B732B2B2B2B2B2B2B2B2B012B2B2B007373732B2B2B01435C58B8FFDEB31E1C3318B8037FB52B3318262B33B9FFF00381B112332B2B2B2B590173742B2B2B002B73752B2B732B2B2B2B2B73752B2B2B2B73002B2B4569442B2B00
|
||||
00>] def
|
||||
/CharStrings 6 dict dup begin
|
||||
/.notdef 0 def
|
||||
/gid1 1 def
|
||||
/gid2 2 def
|
||||
/gid3 3 def
|
||||
/gid4 4 def
|
||||
/gid5 5 def
|
||||
end readonly def
|
||||
currentdict dup/FontName get exch definefont pop end
|
||||
%APLsfntEnd
|
||||
42/FontType resourcestatus{pop pop true}{false}ifelse
|
||||
{currentfile 0(%APLT1End\n)/SubFileDecode filter flushfile}if
|
||||
/FontType 1 def
|
||||
/FontMatrix [ 0.00048828125 0 0 0.00048828125 0 0 ] readonly def
|
||||
/FontBBox {-1019 -628 2730 2096} readonly def
|
||||
/UniqueID 4259995 def
|
||||
currentdict end
|
||||
currentfile eexec
|
||||
54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA55675454E59AEC12A68086DDD95476477C46AE143377694529C58844212FC811560E27EEE2CF00BCB2852CB9BD3FB4254FD5F0903E5B67D5C2ED1223D2F1D96D0624F743634B56D9009A1288009165FFC87C8BB711CE5F9D59225CFC378C0A678441F66849044EA43A308DA4C7B5D6F6B830C29E8C8C415790A972D04B866E0631C979CF0DD32C0D5BD303F271A98A03A7BF4265C1479E1F5FA5B37B6F3498BE8DFC0BAB5F3AA058E1D5BE81694D75654797D677F7F60464F7A79ABA7BD2CC738C4C97EBAA46B30B50DB4682E9E6CB4D2E9E59CA9D09A0A077DAB41299D23355CA0E5F735EA9FB48A8094B46F1BE3EF42D89D71A86A4645F38A8BEEAA870CFCD58020C16B8B3308984BBB7347CE8B1ECDA8B7A0EF7B57CD5627516ABECF66DDA46EEDDAEDB2E9576A9E1BED939EC1F9FB14DA3DBB35DFD85597AD7CD3AA98912D930765271C89F95E7919F4F94FD2321DA1207C33D9B1E0C760ABB2D4A2D3E7D060B145D2DEFC95DBFF60A15FEE84C1B1143A8DD3AF405880F02357273BA7BF0CF0AC5A3779988E0130BC6FB4FEDCD848191DF115598178E93BE466FB98C534F4B83C5E3DF5D260BF30E1500F78B597F9289709EB9B6991CCC1803B9457DC0044D2450643CCFAF4A17B30EBFC6A59E93AD861FF38489D057C1B7DDB1470B2C5602A48EC5D1BF3B4E7B5AB60233E1330A11688E1D3746DA80CE6EBD291D426D86871F3AAE1AE1DA83CB67536691272C48CAE3DAA3417B28B578E311EEA85EA4AD867764C60B39A7CC4E0849BA64A46FDCB3EF49C53263B7D08356EE367A20AA41AB4179278124FEEFDADD0F3CB4
|
||||
ABDAFDA3F244EDD49D719732DF32CC257D47330E946C92F939C3EF21EEF70C42D8EFF50B21A781B03A61322B127824BD0E1E2F4CA8926A47E1DF2BCF779444B2CF14D09BD147A10F08AFCFEFF52193159ECEA87C79B4C617CF42F7AF8E851A9E18D5CADED5AB1CB148FDD40ADC0059962A63E214292E69D7C2D335F28939CA3CEE63D619549AF9FFF572BCBC95C1F56CBEAFF88A58B7A1A02B4FCC328B4157E678E829047C5329271B4D88DC236FA89D61EB075306C8CE4FA87A10E27F6C0BA5A6FE091FA663A778BFEA214158F3B3BFDFE52F2DB7A8E2CA6218C69FEDE528CB81D00BDE4B22F1A87A81B4CC30F085790273C75ED747F37E5281B4D25FDA552EBB32CAFF7672BE53A1252DBDA84BC72BAEEA5BD64CBADB8EC2EAEE7A3A7DA1F0AC50C66F0D9541F1D1F50EB361FAB43AD824AC4FA86B8BF4237932DC2596A922656D916E73E51A8557E31939447EEE0058CA215D0E0E3A5036B9EA0455DA6A6D64F46AA5F9CF4CAA2032AD4CF78ADEB2F388CC4F3ABF76CE17A0842D6CA116B380B3E2A102947E4BAC7D8A387358385448802B2AF44EC7C4EC1E8948963BA431A15624A2F09EFA9F79646A9F1F28622003090EB3CCA53EF7C43C1EB1080850311B8F9649E88003AD749BF60D19D17A07074D7F8C61A8E4330938BD621EC652C9CB72377EFF
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/GLVSUZ+TimesNewRomanPS-ItalicMT cguidfix
|
||||
/F18.1/GLVSUZ+TimesNewRomanPS-ItalicMT renmfont
|
||||
/FEPHUE+TimesNewRomanPS-ItalicMT cguidfix
|
||||
/F17.1/FEPHUE+TimesNewRomanPS-ItalicMT renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -4395,9 +4340,9 @@ f*
|
||||
0 2370 m
|
||||
(!")[ 8.411668 0.000000 ] xS
|
||||
0.23999999 0 0 0.23999999 125.2754 -479.79999 cm
|
||||
/F18.1[ 45.83334 0 0 45.83334 0 0]sf
|
||||
/F16.1[ 45.83334 0 0 45.83334 0 0]sf
|
||||
0 2370 m
|
||||
(!"#"$%)[ 11.068752 22.114587 22.114587 22.114587 22.114587 0.000000 ] xS
|
||||
(=?@?AB)[ 11.068752 22.114587 22.114587 22.114587 22.114587 0.000000 ] xS
|
||||
ep
|
||||
end
|
||||
%%Trailer
|
||||
|
||||
+63
-63
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: ZCGRQH+CambriaMath
|
||||
%!FontType1-1.0: ZCGRQH+CambriaMath 1.0000.6.9000
|
||||
%RBIBeginFontSubset: PQIJCX+CambriaMath
|
||||
%!FontType1-1.0: PQIJCX+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /ZCGRQH+CambriaMath def
|
||||
/FontName /PQIJCX+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -895,12 +895,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/ZCGRQH+CambriaMath cguidfix
|
||||
/F1.1/ZCGRQH+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: CLRMSP+CambriaMath
|
||||
%!FontType1-1.0: CLRMSP+CambriaMath 1.0000.6.9000
|
||||
/PQIJCX+CambriaMath cguidfix
|
||||
/F1.1/PQIJCX+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: LBVAMN+CambriaMath
|
||||
%!FontType1-1.0: LBVAMN+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /CLRMSP+CambriaMath def
|
||||
/FontName /LBVAMN+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -955,12 +955,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/CLRMSP+CambriaMath cguidfix
|
||||
/F2.1/CLRMSP+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: QDZOSL+CambriaMath
|
||||
%!FontType1-1.0: QDZOSL+CambriaMath 1.0000.6.9000
|
||||
/LBVAMN+CambriaMath cguidfix
|
||||
/F2.1/LBVAMN+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: LCNKVD+CambriaMath
|
||||
%!FontType1-1.0: LCNKVD+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /QDZOSL+CambriaMath def
|
||||
/FontName /LCNKVD+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid41 put
|
||||
@@ -1015,12 +1015,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/QDZOSL+CambriaMath cguidfix
|
||||
/F3.1/QDZOSL+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: IORWQT+CambriaMath
|
||||
%!FontType1-1.0: IORWQT+CambriaMath 1.0000.6.9000
|
||||
/LCNKVD+CambriaMath cguidfix
|
||||
/F3.1/LCNKVD+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: RCCTLV+CambriaMath
|
||||
%!FontType1-1.0: RCCTLV+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /IORWQT+CambriaMath def
|
||||
/FontName /RCCTLV+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -1113,12 +1113,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/IORWQT+CambriaMath cguidfix
|
||||
/F4.1/IORWQT+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: TOKSGP+Calibri
|
||||
%!FontType1-1.0: TOKSGP+Calibri 1.0000.6.2000
|
||||
/RCCTLV+CambriaMath cguidfix
|
||||
/F4.1/RCCTLV+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: JPTLUE+Calibri
|
||||
%!FontType1-1.0: JPTLUE+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /TOKSGP+Calibri def
|
||||
/FontName /JPTLUE+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -1181,8 +1181,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/TOKSGP+Calibri cguidfix
|
||||
/F5.1/TOKSGP+Calibri renmfont
|
||||
/JPTLUE+Calibri cguidfix
|
||||
/F5.1/JPTLUE+Calibri renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1333,16 +1333,16 @@ f*
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 214.7524 373.74939 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 267.79279 373.7493 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1362,16 +1362,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 153.9554 373.51611 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 205.92979 373.51599 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 278.4935 -212.44 cm
|
||||
/F1.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
@@ -1402,28 +1402,28 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 305.8692 374.07431 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 357.8436 374.07419 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 554.0014 373.39761 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 608.3446 373.39749 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1436,16 +1436,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 492.58609 373.25919 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 545.6264 373.259 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1468,16 +1468,16 @@ f*
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 643.86493 376.26569 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 698.20819 376.26559 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
Q
|
||||
q
|
||||
|
||||
+250
-246
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: NVWDEC+Calibri
|
||||
%!FontType1-1.0: NVWDEC+Calibri 1.0000.6.2000
|
||||
%RBIBeginFontSubset: KUCSSP+Calibri
|
||||
%!FontType1-1.0: KUCSSP+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /NVWDEC+Calibri def
|
||||
/FontName /KUCSSP+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid31 put
|
||||
@@ -916,12 +916,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/NVWDEC+Calibri cguidfix
|
||||
/F1.1/NVWDEC+Calibri renmfont
|
||||
%RBIBeginFontSubset: VIHCNU+CambriaMath
|
||||
%!FontType1-1.0: VIHCNU+CambriaMath 1.0000.6.9000
|
||||
/KUCSSP+Calibri cguidfix
|
||||
/F1.1/KUCSSP+Calibri renmfont
|
||||
%RBIBeginFontSubset: FOUUGF+CambriaMath
|
||||
%!FontType1-1.0: FOUUGF+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /VIHCNU+CambriaMath def
|
||||
/FontName /FOUUGF+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -964,12 +964,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/VIHCNU+CambriaMath cguidfix
|
||||
/F2.1/VIHCNU+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: WMMWIX+CambriaMath
|
||||
%!FontType1-1.0: WMMWIX+CambriaMath 1.0000.6.9000
|
||||
/FOUUGF+CambriaMath cguidfix
|
||||
/F2.1/FOUUGF+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: TLZCKD+CambriaMath
|
||||
%!FontType1-1.0: TLZCKD+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /WMMWIX+CambriaMath def
|
||||
/FontName /TLZCKD+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid5 put
|
||||
@@ -994,7 +994,9 @@ dup 51 /gid30 put
|
||||
dup 52 /gid33 put
|
||||
dup 53 /gid6 put
|
||||
dup 54 /gid9 put
|
||||
dup 55 /gid29 put
|
||||
dup 55 /gid28 put
|
||||
dup 56 /gid29 put
|
||||
dup 57 /gid11 put
|
||||
readonly def
|
||||
42/FontType resourcestatus{pop pop false}{true}ifelse
|
||||
%APLsfntBegin
|
||||
@@ -1003,12 +1005,12 @@ readonly def
|
||||
/FontMatrix matrix def
|
||||
/FontBBox[2048 -3020 1 index div -5046 2 index div 5873 3 index div 6383 5 -1 roll div]cvx def
|
||||
/sfnts [<
|
||||
74727565000900000000000063767420000000000000009C000000046670676D00000000000000A000000004676C796600000000000000A400000BD0686561640000000000000C7400000036686865610000000000000CAC00000024686D74780000000000000CD0000000606C6F63610000000000000D30000000326D6178700000000000000D6400000020707265700000000000000D84000000040000000000000000000400BE0000048605540028002C0030003400000135343E02373E0335342623220E020723353E0133321E0215140E02070E031D01171523350111211101112111023706162A2417261B0F413E2030241909603C894346633E1C0F243C2C20261507129001FCFD060361FC3801E71616252A3527192F3339234B521424321E821E2E1D334629263E3D462D212C27281C066EA1A1FEE4049AFB6604F7FAAC055400020077FFF004C3056500100020000005222E0102353412363332161215140206011012333236123534022623220E02028E78C58D4D88FDA7B2F37B8CFFFE0DB3AC6D984C599A665A815527104FA70104B5DF0140A79DFECFDBEAFEBEA002CBFECDFEC08B010CB3DA011F82549BDC00000100420000047C055500200000132111232E032B0111141E02171521353E04351123220E02072342043A62162B3037377F0D1B2E31FE371E2E1D130B7E2F3D342B13630555FEA456643416FC003B4629170B3131071017243E3C0400123969500000020050FFF003B003CD00260032000025270E0123222E013534242535342E012322060723353E0233321E011511141E03171521030E0115141E0133323E013502A30F5799564C743E012101212856484E5F18836080804263783C020A14272CFEEE0CCBCA2E4630446F3E8F04594A3B6B46929F0D41687838525282322F1B3F8283FEA44A3D341F160C3101C802686939421942663200020030FFF003F90597001C002E000001173E0233321E0115140E0123222627072711342E032735373311141E0333323635342623220E0215015D04465D633B6B995363C1844A83484645030D172733F23B0E213F4E30787C717239504F25031F014942236DDA9EA3E1731B223D10043F604C351E1209340AFBD14D5B3C3213C4C4C6C7234A482E00010069FFF0035203CD002100000115232E0223220E0115141E0233323637170E0323222635343E01333216034A7F11324231466C3F183A604745774039334E595733BDC870CA84528B03A5D1414B1E5AB885558D6438364442383D2913FBED94E57C1300020068FFF0039403CD001900210000250E0223222635343E0133321E02172115141E0133323637032E02232206070380406B804DCED26BC681658E552F03FD8A3579615283416B062A5444677B0BAA434C2BF7F195E47C406FA9881276A15B3D4501556C8949A5
|
||||
99000001004F000002E7059C002C0000012311141E02171521353E03351123353E04373E0333321715232E0123220E031D01330263EF0D19292DFE672C26150A79261917110D04093D75855A4F376313332E212D261B0DEF0357FDA3434423150A31310C16224045025D3306070E1A332E6D8860270BB53B311226405F4C69000003003FFE4103E203CD00320041005300000127071E011514062322270615141E013B01321E0115140E0123222E02353436372E01353436372E0135343E023332172101141633323E0235342E01232206130E0115141633323E0135342E022B012203E2B9091F24C9B9533C4C1D4344F06A86396CCC8865A77741544D2F364051484B39658A5048470162FD4A666033482D153256385F641933338F935A81440E27483A95510357070B1F6B3EA3B1153A38252610426F4A5E935218395D463F6727134A32395F3D2A905C567F532911FED07D88274459315876377EFCED2655365A55305A3C1C352A1900010040000004220597003A000001173E0233321E031511141E01171521353E033511342E0123220E021511141E02171521353E033511342E0327353733016D044E5B593337564129140F273BFE762722170D1B4F472840542B0714292BFE742C26150A030D172733F13C031F014F3F201A354D6B52FE87573F231031310C122043440106858D461C484C2BFE81443A27190B31310C162240450345604C351E1209340A00020053000001E9054400030019000001152335033E033511342E022735373311141E01171521017FB8662721170D0418312DE93D102D33FE780544C2C2FAED0C1220424601B4404E2F17083509FD355643230D31000001003F000001DC05970016000025141E01171521353E033511342E0327353733016C102D33FE7332271107030D172733F13CFA5643230D31310D1C2743360345604C351E1209340A00000100530000065F03CC0060000001173E03333216173E0233321E021511141E02171521353E033511342E0423220E021511141E02171521353E033511342E0423220E021511141E03171521353E033511342E0227353733016F0E3C4D483F21647E184B5D61384361431F0A13262DFE772722170D09131B222E26284551240A13262DFE772722170D0A1521222E1D29484B26060D142525FE782621180C0418312DEA3D0322043C3D25105C5F4C482727517A67FE874C3A20170C31310C122043440106556F42261C10204C4D34FE934C3A20170C31310C1220434401065970442A160B25464C2CFE89393C2215130A31310C1220424601B4404E2F17083509000100530000042F03CC003C00002901353E033511342E0423220E021511141E01171521353E033511342E022735373307173E0233321E031511141E0217042FFE762722170D08131B25302727465426102D
|
||||
33FE782721170D0418312DEA3D0B0E4A5B5D343655412A150814262F310C122043440106467249291D111F4C4A30FE8B5643230D31310C1220424601B4404E2F17083509A3044B402319344D6C53FE87453E22170D0000020069FFF003D603CD000D001C000005222635343E0133321615140E0101141633323E0235342E012322060214D0DB73C880D6DC6ECAFE88837A435E3B1A417048798110F5F0A5E46FF9E9A6E47101FACEDD416E914F93C25BD20000020049FE52040B03CC0028003800002515141E02171521353E033511342E032735373307173E0333321615140E0123222603141E02333236351023220E0215017009172B30FE68242D1808040C17272DEB3D0D0F3E484D4728A5B164BF844A7832183D5344797AE5385150211ED3414025180A31310A1529463A035A483D281A12093509A3043F392610F7EEA5E17119015F60684120C9C40188234E492A00000100530000032D03CD0027000001173E0233321715232E0123220E021511141E01171521353E033511342E0227353733016F0E375E6D453A2F7118362F24474219163333FE6D2621180C0418312DEA3D031603434D2A06E636312A504630FEA25B45200931310C1220424601B4404E2F1708340A000001005EFFF0030A03CD0031000001232E0223220615141E01171E0215140E022322262735331E0133323E0235342E01272E0235343E013332161702FF60163C4C37505F265065666F3F36628750549E4B621B6A5D2445362028546A5B6E3F59A871427B5D02E13C451C4B412E3C342B2C4A62444F6C441E1914D15C530F233C2D3340352D264862435279400D1300010025FFF002C204B3001C0000133E0337331521152111141E0233323637170E0123222635112325323E23140B8E0143FEBD102C382C2846222D477F44817E94038A08283F5F5BF765FE436173411C211F36453E99A3022B0000010049FFF0042503BC002C0000132111141E0233323E023511342E0327352111141E021715072337270E0123222E013511342E012749011D1224423A26465625060E132327011D06142A36E53D060F53974C5B763A0D253E03BCFE03757A3E2A1E4B4A310177393A2316120A31FD554D4428190B340AA4045A54488F82017A543F25100001001DFFFB062C03BC00250000090123032E02273521150E01151416171301331B013E01353426273521150E03070123031EFEFA8BF0171F2327018B3A290C0C9D01018DDAB00E122D36015D1C1C1B2119FEDF8702EBFD1002E6483B1D0A31310C27271B3B27FE020306FCFA01E926451E2A2E0B3131070F1D3D40FD2000010017000003C703BC0037000001373E01353426273521150E010F01131E0117152135363534262F01070E01151416171521353E023713032E02273521150615141617020882151A2224014726
|
||||
4F39CFE4314E27FE6E530E13919A11132528FEB22135372DD0D52C342C1601884F15160241A51B331B171E0731310B4047FEFECD42460F31310A34152619CAC81625171B230431310C243937010201243C361C0631310C32172E1C000001006D0000013700E800030000251523350137CAE8E8E8000100000006E66638EF545C5F0F3CF5001B080000000000B9E6983D00000000D18D01E4F434EC4A16F118EF00000009000200000000000000010000079AFE390000175AF434FDA416F1000100000000000000000000000000000018054400BE01C30000053A007704BE004203E80050046100300387006903E70068026C004F03F4003F046A004002390053022C003F06A8005304770053043F006904730049034F00530370005E02B50025046B00490632001D03DE001701A4006D000000500050008800B901040148017A01AF01EE026302B502E00305038503D904070457049204D905060548058705DC05E80000000100000018006100040000000000020010002F0086000009A411280000000000000000
|
||||
74727565000900000000000063767420000000000000009C000000046670676D00000000000000A000000004676C796600000000000000A400000CD4686561640000000000000D7800000036686865610000000000000DB000000024686D74780000000000000DD4000000686C6F63610000000000000E3C000000366D6178700000000000000E7400000020707265700000000000000E94000000040000000000000000000400BE0000048605540028002C0030003400000135343E02373E0335342623220E020723353E0133321E0215140E02070E031D01171523350111211101112111023706162A2417261B0F413E2030241909603C894346633E1C0F243C2C20261507129001FCFD060361FC3801E71616252A3527192F3339234B521424321E821E2E1D334629263E3D462D212C27281C066EA1A1FEE4049AFB6604F7FAAC055400020077FFF004C3056500100020000005222E0102353412363332161215140206011012333236123534022623220E02028E78C58D4D88FDA7B2F37B8CFFFE0DB3AC6D984C599A665A815527104FA70104B5DF0140A79DFECFDBEAFEBEA002CBFECDFEC08B010CB3DA011F82549BDC00000100420000047C055500200000132111232E032B0111141E02171521353E04351123220E02072342043A62162B3037377F0D1B2E31FE371E2E1D130B7E2F3D342B13630555FEA456643416FC003B4629170B3131071017243E3C0400123969500000020050FFF003B003CD00260032000025270E0123222E013534242535342E012322060723353E0233321E011511141E03171521030E0115141E0133323E013502A30F5799564C743E012101212856484E5F18836080804263783C020A14272CFEEE0CCBCA2E4630446F3E8F04594A3B6B46929F0D41687838525282322F1B3F8283FEA44A3D341F160C3101C802686939421942663200020030FFF003F90597001C002E000001173E0233321E0115140E0123222627072711342E032735373311141E0333323635342623220E0215015D04465D633B6B995363C1844A83484645030D172733F23B0E213F4E30787C717239504F25031F014942236DDA9EA3E1731B223D10043F604C351E1209340AFBD14D5B3C3213C4C4C6C7234A482E00010069FFF0035203CD002100000115232E0223220E0115141E0233323637170E0323222635343E01333216034A7F11324231466C3F183A604745774039334E595733BDC870CA84528B03A5D1414B1E5AB885558D6438364442383D2913FBED94E57C1300020069FFF0042B059700220036000001342E032735373311141E021715072337270E0223222635343E013332161711342E0323220615141633323E04350304030D172733F23B06142B36EC3C0C0F3F5D693CA4B274C57B426C390E2138432F80866E702C3A383A
|
||||
1B0E043F604C351E1209340AFB7A4E4328190B340AA404434328F9EBA4E5701518FEB14E5E402C14CDC0C0C80F213A303E3100020068FFF0039403CD001900210000250E0223222635343E0133321E02172115141E0133323637032E02232206070380406B804DCED26BC681658E552F03FD8A3579615283416B062A5444677B0BAA434C2BF7F195E47C406FA9881276A15B3D4501556C8949A599000001004F000002E7059C002C0000012311141E02171521353E03351123353E04373E0333321715232E0123220E031D01330263EF0D19292DFE672C26150A79261917110D04093D75855A4F376313332E212D261B0DEF0357FDA3434423150A31310C16224045025D3306070E1A332E6D8860270BB53B311226405F4C69000003003FFE4103E203CD00320041005300000127071E011514062322270615141E013B01321E0115140E0123222E02353436372E01353436372E0135343E023332172101141633323E0235342E01232206130E0115141633323E0135342E022B012203E2B9091F24C9B9533C4C1D4344F06A86396CCC8865A77741544D2F364051484B39658A5048470162FD4A666033482D153256385F641933338F935A81440E27483A95510357070B1F6B3EA3B1153A38252610426F4A5E935218395D463F6727134A32395F3D2A905C567F532911FED07D88274459315876377EFCED2655365A55305A3C1C352A1900010040000004220597003A000001173E0233321E031511141E01171521353E033511342E0123220E021511141E02171521353E033511342E0327353733016D044E5B593337564129140F273BFE762722170D1B4F472840542B0714292BFE742C26150A030D172733F13C031F014F3F201A354D6B52FE87573F231031310C122043440106858D461C484C2BFE81443A27190B31310C162240450345604C351E1209340A00020053000001E9054400030019000001152335033E033511342E022735373311141E01171521017FB8662721170D0418312DE93D102D33FE780544C2C2FAED0C1220424601B4404E2F17083509FD355643230D31000001003F000001DC05970016000025141E01171521353E033511342E0327353733016C102D33FE7332271107030D172733F13CFA5643230D31310D1C2743360345604C351E1209340A00000100530000065F03CC0060000001173E03333216173E0233321E021511141E02171521353E033511342E0423220E021511141E02171521353E033511342E0423220E021511141E03171521353E033511342E0227353733016F0E3C4D483F21647E184B5D61384361431F0A13262DFE772722170D09131B222E26284551240A13262DFE772722170D0A1521222E1D29484B26060D142525FE782621180C0418312DEA3D0322043C3D25105C5F4C482727517A67FE874C3A
|
||||
20170C31310C122043440106556F42261C10204C4D34FE934C3A20170C31310C1220434401065970442A160B25464C2CFE89393C2215130A31310C1220424601B4404E2F17083509000100530000042F03CC003C00002901353E033511342E0423220E021511141E01171521353E033511342E022735373307173E0233321E031511141E0217042FFE762722170D08131B25302727465426102D33FE782721170D0418312DEA3D0B0E4A5B5D343655412A150814262F310C122043440106467249291D111F4C4A30FE8B5643230D31310C1220424601B4404E2F17083509A3044B402319344D6C53FE87453E22170D0000020069FFF003D603CD000D001C000005222635343E0133321615140E0101141633323E0235342E012322060214D0DB73C880D6DC6ECAFE88837A435E3B1A417048798110F5F0A5E46FF9E9A6E47101FACEDD416E914F93C25BD20000020049FE52040B03CC0028003800002515141E02171521353E033511342E032735373307173E0333321615140E0123222603141E02333236351023220E0215017009172B30FE68242D1808040C17272DEB3D0D0F3E484D4728A5B164BF844A7832183D5344797AE5385150211ED3414025180A31310A1529463A035A483D281A12093509A3043F392610F7EEA5E17119015F60684120C9C40188234E492A00000100530000032D03CD0027000001173E0233321715232E0123220E021511141E01171521353E033511342E0227353733016F0E375E6D453A2F7118362F24474219163333FE6D2621180C0418312DEA3D031603434D2A06E636312A504630FEA25B45200931310C1220424601B4404E2F1708340A000001005EFFF0030A03CD0031000001232E0223220615141E01171E0215140E022322262735331E0133323E0235342E01272E0235343E013332161702FF60163C4C37505F265065666F3F36628750549E4B621B6A5D2445362028546A5B6E3F59A871427B5D02E13C451C4B412E3C342B2C4A62444F6C441E1914D15C530F233C2D3340352D264862435279400D1300010025FFF002C204B3001C0000133E0337331521152111141E0233323637170E0123222635112325323E23140B8E0143FEBD102C382C2846222D477F44817E94038A08283F5F5BF765FE436173411C211F36453E99A3022B0000010049FFF0042503BC002C0000132111141E0233323E023511342E0327352111141E021715072337270E0123222E013511342E012749011D1224423A26465625060E132327011D06142A36E53D060F53974C5B763A0D253E03BCFE03757A3E2A1E4B4A310177393A2316120A31FD554D4428190B340AA4045A54488F82017A543F251000010013FFF6040A03BC001F000001150E02151416171B013E01353426273521150E02070123012E02273501AB2E26130D0E
|
||||
AECC14102D3C0176272A2A1DFEAF76FEF11C21272503BC310B14201B1B3B27FE0601E5303E1B2A2C0D313108214740FD1B02EB4D391C08310001001DFFFB062C03BC00250000090123032E02273521150E01151416171301331B013E01353426273521150E03070123031EFEFA8BF0171F2327018B3A290C0C9D01018DDAB00E122D36015D1C1C1B2119FEDF8702EBFD1002E6483B1D0A31310C27271B3B27FE020306FCFA01E926451E2A2E0B3131070F1D3D40FD2000010017000003C703BC0037000001373E01353426273521150E010F01131E0117152135363534262F01070E01151416171521353E023713032E02273521150615141617020882151A22240147264F39CFE4314E27FE6E530E13919A11132528FEB22135372DD0D52C342C1601884F15160241A51B331B171E0731310B4047FEFECD42460F31310A34152619CAC81625171B230431310C243937010201243C361C0631310C32172E1C000001006D0000013700E800030000251523350137CAE8E8E8000100000006E66638EF545C5F0F3CF5001B080000000000B9E6983D00000000D18D01E4F434EC4A16F118EF00000009000200000000000000010000079AFE390000175AF434FDA416F100010000000000000000000000000000001A054400BE01C30000053A007704BE004203E8005004610030038700690470006903E70068026C004F03F4003F046A004002390053022C003F06A8005304770053043F006904730049034F00530370005E02B50025046B0049040800130632001D03DE001701A4006D000000500050008800B901040148017A01C701FC023B02B00302032D035203D20426045404A404DF05260553059505CA0609065E066A000000010000001A006100040000000000020010002F0086000009A411280000000000000000
|
||||
00>] def
|
||||
/CharStrings 24 dict dup begin
|
||||
/CharStrings 26 dict dup begin
|
||||
/.notdef 0 def
|
||||
/gid1 1 def
|
||||
/gid5 2 def
|
||||
@@ -1016,23 +1018,25 @@ readonly def
|
||||
/gid8 4 def
|
||||
/gid9 5 def
|
||||
/gid10 6 def
|
||||
/gid12 7 def
|
||||
/gid13 8 def
|
||||
/gid14 9 def
|
||||
/gid15 10 def
|
||||
/gid16 11 def
|
||||
/gid18 12 def
|
||||
/gid19 13 def
|
||||
/gid20 14 def
|
||||
/gid21 15 def
|
||||
/gid22 16 def
|
||||
/gid24 17 def
|
||||
/gid25 18 def
|
||||
/gid26 19 def
|
||||
/gid27 20 def
|
||||
/gid29 21 def
|
||||
/gid30 22 def
|
||||
/gid33 23 def
|
||||
/gid11 7 def
|
||||
/gid12 8 def
|
||||
/gid13 9 def
|
||||
/gid14 10 def
|
||||
/gid15 11 def
|
||||
/gid16 12 def
|
||||
/gid18 13 def
|
||||
/gid19 14 def
|
||||
/gid20 15 def
|
||||
/gid21 16 def
|
||||
/gid22 17 def
|
||||
/gid24 18 def
|
||||
/gid25 19 def
|
||||
/gid26 20 def
|
||||
/gid27 21 def
|
||||
/gid28 22 def
|
||||
/gid29 23 def
|
||||
/gid30 24 def
|
||||
/gid33 25 def
|
||||
end readonly def
|
||||
currentdict dup/FontName get exch definefont pop end
|
||||
%APLsfntEnd
|
||||
@@ -1044,13 +1048,13 @@ currentdict dup/FontName get exch definefont pop end
|
||||
/UniqueID 4480348 def
|
||||
currentdict end
|
||||
currentfile eexec
|
||||
54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA55675454E59AEC12A68086DDD95476477C46AE143377694529C58844212FC811560E27EEE2CF00BCB281E64FFC30D571E77C48863E0C382D48172FCB38E84ECA7A74ECC0BAAEA7918277F686EDF1179DB70B25B7A4491E2A9E398D396D99DF40A583FBCF67D6F4B5678365CCBAE0D53465AD38372BE53B07221D00BF6594647EF40D29B33E4436EF19B7C606C97E8E2F0F53B0F2A0FDD110C580DC392B2D52D165B7F4B97941B007791D05C48E5E59BF8E611E2C29ABB5C98CEAA71255C17B7217E641E3B19F1D98D1B37A6111EE4A22E746544F2C972E550D2C042D44C3FD9DBFBAA94C0828C1161B6AABE7136C8175501DC981D8BDD4560EE1960D632968B326B4021AA642094EE4D548335C5ED8B849B88B40412CE00052B045683D793F350F91F1DA32B638F760031F69AA0DA884703FC0B8D3E3FE3ECF2993915BA22DC9E24DB8BC3DD61D1BDDCA8C8531C93577E5307E2BFBB64A32A0485E5B730140B5A986DC8FB2A7B7BB458F97D3989A1AC7F90DCAD816BD8A20EC6AEEB2AD908EB1DD227C02D51B9D019873952A1BCE4E1ADB210D8BC69E810B6A0C7998678D6465D34281F8A0DA74F316CFB625908F99071A5B9BB2B5B082AFD203B441F039CA6AB2272410548CAD1B5F9D70A1DD45C383ECF0375E103BC8356158C86652235E0E55380ED833DF76D4D869287806B58707D6FC0A13C6649B82F476982FC1F743D55CD8DE6D0E84C252B796392AA7A7ADB2A07D81656BC341FA4793760B8C8C6BE89B73010B0C7068B0CB75C77666F4F34F894F35AF408C0E26A2A7BE159A63D8FD0CAC951458F53683B35DA45D5E
|
||||
7A4B23BADD34C0920B0B7DD94ABB3D7C8A22E1DDB103E914970F6C0D5EF8CC220505CA57C8C9DCCC6F35924E757D1B3258036730404CEF4AFB8C8F06E544BCAF6358111D84D425020E16654CD9FA9A259E8E6CB0090D685B1F16D576FE07DC9AFAE1CD5B6448117CE42A2C005BD05ECEF6077CFDC8ADCD335629536D72D4B2C3F5A0453DF35A60A495755DAE69F46E21881DC135607113BC8C3FB2F69A7BF85A4193FB6F26D907856394CDDF4A2A8DA76A13D03D28A7B36CB29E9FE438005CE1D4D0B5A5A2DA96AA481D587079BD0DE38800A5B59FCA0EB1A53FE41BC9C1A35B44DECD26B8C8DB6EDA709C07161AFCC26A18723E3495CDC3F734DEB48F7BB348A435833C460542224925F5492BB6F1D89AA14FB644E695D37E3F84E48FE5C420CED24E1ECFA336E20ADBB1FA7D2DF2AF5170A3BA24B3F9F9075BF7D6EDA9DD398A708468D777069E81EA649B8EBDE44CB86DAF10CE198F9C82D6A6A9DC3727456FD6EDDD6F5159D0B04E4332640548C727BD80B9AFEEA5503ACFEA60943F7B4D0C54CD0D26BD7C89646D216117558A2B9F991DBB80A1813E4D13B71DAB31532B8CB108308C181B250E397CFF9F1E801584E9AA11950A44D308454D54B40E791823E841FDA5BF53BF7EB5B973968C57D2289E9737D4BDDBD3D40FF472F15784B91808EEC48BDF53D966A184ADD1C81D00BCCFA2BD0471A52C4DA8762B26E8F78F4621C9068690C706E0CB92B15B1FB9B72B3CA40AE334ECB88608E28177DC94DCE83DBD4D1EEC18FF5240215981C36D6D8116F811A91F8919A5EEE176512F1D076A738BBBAD6361D3BDDA9A9BA57682FC360D4D30F53CE0BDE212213CD7F33ED0045D2F700F78A218463DEC8237060DAEE10B84A8C61AD5F447A7F6FB01488155AE6DE56D36EB914C011F23EBDC97F4CBEDCC148FCD93D571DE197493435D188506E40D467F4B779A6C97B2FE1D9C21E85805E10AAE01AFA346BDBB6B14EBEC08CCD65A84E8CCF9F23E76534A54BB4F81349E115B8AD181A63ECF2111D3F6E065F459EED385CDC42E7F5AB5E4A127F8DA21FA8917D44A49A5B1DC28E288FF420B04BA471CE05E0AB97607EC790E903FCAF462A8A7DCD7990E0347A149FEE10B6265F74F07B3D2620D5A746EA08104EB13EDD55B084A1BFAD77A714451398E42D222C90CD5672CE3CE350EF93D03ECBD961376869CA592394816C5CFC8731A9DEC5D856C3D3F17139C41EA01EE3D8ABFED5259E6822758FE703EFD381BFD52766AA80AA20B50735F01EB2B4BAFBE794C3633FED3F874BA79DD269829227ED409208DA95C7D7F3EA9FB9D0BEA69D939F6A36EF3886D762B8D9BF1781E55219B260FCC9B921679ADD157AF10D34B8F2DB0087844876CE881E995D343EFB0DB75F56EB697CD6E74913717511FC20DD9BC8FCF5334676E41E3C6391899026261008A96
|
||||
223FA7B49D8804236074A57C07CEA2873B344AEE07A900B11F2FE03252197000F50D41DFCF2457962E90B35125BA553DE403E8057CA5EEEA40E072420891C28A0ACC21BEC9B1BF462D4FCBA2BC185215B222C4A42C6AFA3CE47302A00F970D1A1DBBF3E690F7E3B8E021428837249F5847B21400BFB45FC7BD73E6AB960DF1CCBB2CEA756BCD546C061DD2ED0451C07586F0B6BBBD240B764C900D8CC560BDDA63A59ABA0FC18FB1E351744AD9FD1818691882FEC38305BD151EB37FED68ACC38C15752A2318FEBB77FF259208BA3E74547ADF2C7C00417281FCC969DE002E10683D5F2F35A8DFF2CF22C3673BB6103F9A0D83B13760F9C84F9B1C83730E2180FF610EC676ED1CAD16AD4BC64DC9E9264AD40C11236C22C0EFAD14A781BFC2B29EB99022709F64F91F85363C2128CEC60BF007BE677E8DA1EDC3854847C711D982DF76404300367BFFC1CAF98E89AAB8E95A3DE1E2D42C585E6E0B828CDFA9E8B4E521D614D37C8EBBFA629D719F8474E0C56421BE93F245427F91544738A1BBB622C52FE1EDA34CE91A383EB765215E72988CA3E2DE5E4E88A115FA3D2F5956D0D71E3F4AF874A8E8A39A1115DD33C838B600E1943E701E8EDDC16BE9F9C152EC408281443CB207EE9A66F360B9FF9946A418E562D69FF7302B725A4925FF81723A45EB631DE9A9A4D5DBAD63C633889C877F6E9CAF2EFF593CE8734C80DFFE5448214802B9CEDE553F2CFCBB1283B99C27661C647D91AB4F9050A28FB4C81C15DCBE7EB4CC32CCC21B8A0E65B09E810204A942104116A300B822B0306AAF8E499D83EFB34F4B98D8750189D5D19B7BA5DA57D1AA957B42DDC818C7319E729B5241DD0C7D4C4C52BE8A05BBE8B3EA125C53DF31FADABA78D6C32EC3F41D0708D770472E8BE2F0B0BC513BAA933F3CCC80AC3787F1F8CF3203B0BF4AA62F15CA5A6ECC311354558D38D2D1F880C598C6496EAEC527DBFB56E6F1D6913C115967954CAE1360C80F006EC39CD628159CE5C987ECFA7EF0E1FF58DD71BFC9C18CB7C1F5565ECAEA660D3830685B592E3F290B74D513B625DF6205BF3511639D6BC638E89B732189ECE556E5D5812EC12348B92230294FF0A3389BC729EEFE03F532DFC7B59604CB7C85E65CD76969E5B32911B2E70B886D2DAA0078EE4C962C16C29D706273D23D685C600473966DC4AE864E394D38C303217A031853DBCEF3404FAB517847566761F7B1A4403C79C2E95FC4B0BE109093022C17F0D7173BADC8C331F59716C36F97C31BF715154CE4CFA1068A52ACB35FFD249EA35F0540346327669322CB5FD2761BD7B808609E382E81FC9324E25087E59E31A23C97BAF584D79FA096DAA6EC7559A1DC0A1034B8D86FD676C51FEAA5A559BFFBC5C122C725BF99D297B2F5B4F6F1B26310CC1039885FAA4151E3F35DD73BA05E950F8AFF0C69
|
||||
9FC2D84FF1BAAFB19EDD069CBDEAB9FB26C377A667F30D03E3481CCCC6970FF9F2823E2571021369F0C0E900AC3D7CCC56AA130F74D11EFCF7FAF78424C9B23726D14F44F674A3A1794CCF61E6E9606811733AEFCB8A1258AFAB59CF52157C600678BF63529E2453604DB622A0EFD4EE330CD6B8EE3D19A583579AE67968434B3B181A51C492484C4BC3F7AF2D843B155F3C8188FFE8DF625662B544AABB85E04B2D5B8666CEA6797F33236A8B8071DDC888D0ECA582A058D1073EA390D9EB2739226F1A9CF15D7856818ADF92D29C4BEA24AD199EEBBCEFEB8F998944A66C1E4837C602745470A67CCD9122574A23498EFE7D613D7E7B1D711794AF4655807B9D70DBCF23C417725954B07706DA24231F4CA59057756593A8116939C23B38B6DB8B7DAB36EFF9EC7E32A521297CD6278B4D794F01D618C9AF9BCBE218DCBF53937B4A35D033A1A5F410D9F1335E1C2485AFA93014E7A4A99FB2897892CC3CF1ADAC1B2B3919B6ABC547B292DDC3CC7D2E55C5AA6E09736693A2BD971919D97108A9E9F59B0FF27ACBCA79A16D90303BD23E25B9462C22EC0C0CCD01E6E3AD718826F0C43577F77F5412AAF66B7E0186D332BA1B1C0C68D122AA2BDA2C032F27E521CE3AFBA75DF1BFBCD7E3129DC02BFAEF4F04ADD561133D890C6410207EB55A0CE3347409DEB92828A1C3345BF1D4D05E09819680403AECBF43F8301C2332AFF720B6087D1E68BBD4A9F6C5ED3CAC7592A4C1F5E4736AD3DCD92F534D219C07BE4971C1C3A866326BFD9ED5597A73E6F4C819E1F82094C60942F6FD053A16904D2ED8F9ED7294084568081BCCB2B1281FA119CD57BB1C3B35026726FEBD843F52921556253ACFFA5E1D11F6B5C9B02495D759E679CAF05C7A28B89F889916DCCD5B4868393FA47D1D5D292E79336B138DB68732007012E1642D3E47D2AB1DB361875BF2515CF2D6898E908D284A876883878144E758A7045BF50FD9B6982FE98DE7653D6494F8929AA516143D1B9BD3C2225B40AB74DC31BD5A413B16E84BA6392EC34282BB6D06BE5E9898985AF1D34221F00551CE90AD7EFC14AD6A32F09056D5850F79F2CC8A958DD3CB6BE2ECBCD6F8DD49B4A0215F3B31177F2E0CD36DF9C3075E4A1CE0BFD6E1EB46241EC3924F6EC4FB69109DA55E6FC49685F9764DA055F268CB096B088DAD039A624C16415EE07AB00495D2B6215F83BE8E7ED7DAF3697841B0F9911E323E39BF1FD5BDA42C66A26A0192289963C7E7F091D308F0691BB1029D45713AF8D7085F95BE0E3A7D5DDA20C9E8F11EB900133545189BD8CBA188DD3BFAD4B61AB3FF51C9E5A4414ADBF72B742C86AF19ADF2CAFC8AA0DD89B9C4DDE960A8E569CFA3A0970CD29FFD56B84F6CDCE1E0CD9E1047A09B2CE9F07C82F960658AD6E57C3C6909D966FC391F17564F6DF324216253720F070D
|
||||
FDCDEAB8A3C0FA55D55F072F6B653296102EB0DECD536E9E2E6B32D49642536DCA799E96A2F9D25A065CD9BDF994B33A1C46074CD183601D090202630FEB1164AE6E708D15CB16F02D0B006514FA1D38534D3C7B48B91F170DF0046D572C153911ACBCA95D1B61CF9C61C6CAECD5C43903E09AC47FA0706394FC1823C0F6BDD3C7102C004F6E884C5940058BB0A178B8176EF30EBB167C0724E5A42EA24033DC5CED2798B29C3715C0AB399841591C4193B099FBC4073ABAC31244CB4D6F0C31FFEDF67D083DA58D8381327FC43DA36A2520AAB56563D0B6C5FD7B84B548D91518E0D950C81A1752DC957FD257116210F22E6A746224AC692A775CF8E56C0239C0331261BAD62D2C4C6684787024706FA6205E9043BB56EFFFBBA99FAB9B3630AB816F5E3C4F6DF112958C8A79184DCDF5E8C72DED3233FE28EBC1B6706DB5C8C026794F1AA81393A336EDD391A9AB1DDCB97456522FB5B6D97CB406673C652B28E427BB24A2F702E14BA560B3240951AC0993F6DAE7ECB2A487FE06D2D96F9686E9AFB8D997ED059C3164E1044A2233CD866E495FA55679551D55A64D126E61FB9D17198170F74153021C41931CF5771C8D2494B60377797BB7427523D5E8A3D56A782BCB86B0E0986CBF31C9C6D858F6A66F8E2FD24D88A201AD78055195FEB40F83879903281B44DA91D3534586565C3710E832573A501C60582B1406816CAE6D708FB09AB54D55644E4DE32DD7A0A73EB6DA901EDFAA0B675C8F46222833645A540E294CD609FBE64D8C21BFA0EA05289694FC470E381DA2049CAAB4DE61FB7366C0D45020BB1061ECB679C178EE36BB150A10987653D1F4A3C2CEB8F9B03F84695031684EEAA112A080BF0C38ED3731CE0EE015E2E206F17BD290D3ED728AEB8F24611E7F87E601B525796C7B84990BE606C54E6FFFFBA30E3820D7B8AC9A918DE95C007D859CB933C937C1C8B594EEE55819BD077CD34387DB9013188AE3DC3511582F16C5FE8BD02A943D79FB3DB0CA9A6D78924F6306920F3EE75FE9574ED6C1C3A219306FF16EA1AF652C3D9FDA09C96FA9B39CA657686E2ABC593E25825BBF76FB7ACF54864635A8379015A2C3E3A6FBF4DCCB7B513CA28A674A618A0E9BE8329EA50AE2DE535DAB71F9830B05AF2B4734DBBC04B0FDC511C20925565AEEFF9EE83CB40260CF7694E043916882D01FD43F5FB6BD24C836DECDE03424193707D23957314F4097C91BD93536B83D0D785110213D44A7A612F1DF0E6BB9F897DA25FBCCBE8964C8A32D19B40024F8DFBF5D532BE57B6C2126CE2A992C5B0812167CDBB5E7C8818677B7A3F0A7A9FDF89F0CBC44174D12D42CBCD0A35BCA7A6361879421B34188253149E56A8CC749B78EE81FC9CACC1880E014AAB721EBA17C9F99B11CEB522C3A9FBAD9C2BB260F302D1A79ECE4E94787646199E66E
|
||||
526A14965B7C9CF044E6B50BBBC6E4A26D8F21A73400B8D94DEEA0812440793CD8FD0A24B92945B72713DACF95C8128BACCB67D9E316716E99E506CD8F40D580307BEE22FC1E77A70F6AD7CDBE872032920ED6175235F24B2C7F348686468801A0B3011D276F91C09C3F824823F4ABBFB44CAD57BEC549D2EA3BA789DD4324A5F956B2310DE47DBFA6A44E16E70EE64213EE3C25075B2F90F3C441EDC52A084B39CD5C8D913AF9A53814FE3CE41DDC794DBCFA22AE0E700A6B45FB714BC44A97CAA119A1EDC2B960B3A006096A1EE16228248A3518E3B6C024BDEF499AE21DEE006DD1187635570A3CAE7F1AA90FE5E0570AF2B2D91E7AD9F90855B0519A8525A64EC346B095D74E7399647F148BB9A0CE4241D3CBFFDF001E2AD5BD3FDE73D82E4D56E2DF69774BD77A565E236D4EF3FC8C344570AA67909CD986D99FA03A4C763DFB72B6A76A4402F6ECEA4859C6CCFF70A4185CD91BFF8072852C00E8C36D2D5BE1A1E536FBD42B06CF6987169C5D1AD2E1EDC6BE86C1F61B11EFF10BE86FEABF43E5BA5C746D43F087F86F464610053791C982D7705B3E6592947E48D8D67ADF65DA5083BD302B822FC7886131C90FD062D90F7F508709B1A924B63DA7221DBA0DA901748F11CE8EC048ADD36F70391B70CC8FAAD4BBFD9867FC4098F270F1078141292773FB6BC7B3FD256EE6B0709BE5CC0F290D6B17C8288CD4FCE82F0C717E1691A3476033B72AA48DC8626C648B4B377C0445FC25E9713B229CAA8FF2781BE1F2C83360FF94B4DA6F8F47547446531D9744BE5EC08720B7558B9A9B92543174E6715D8BD90FCC6322091B457E033338678E75B461E53C1E919C180509BF5270C09D1D0B8B3B31F7EF21B61E1C7C2784ECDB06085AC2228E4337D8EE79D66D4B432450866AE968EB92E767592B3B68DB312EA57D05B01E513E2ACC0C302C94E3FDE97845DA22EEDFA5168016FC610072A67EBFAD71435EB9791B4B6952A310C45BDB4BE7E4C50725EB8C8C1B15BCF8EEF32F878D77F532DE28954E1505C475890FF0DAE109755D670B1E5A1EC664D7E31EDD0F4017AED109BF475AD4C6980F106AA14A0AD5C966D2B2B0F6083B92088773A0A8616B139E45101B0DB25851BC616433EABDB00027DAA317E11560D1DD25E70C70DEF4F85353E801106509081229C8EA9D889CA0B64AE52B8D27BD8FD1682AC85F25772678C76ADF3770D0FBC5FAC6FDC382A27A5665BEDD0B7BE52FCD457EE298D706ED61ED5EDD15E8FEEB989B9AE1D386FECDC0ED3A6DF3283FAA470A0C8C60C9AD2D9454876EE36F822C37E36DA2293FC78526E271FCB7EA4D1AFFEF98E85718CE6DC3D647BA87858501218372088153D2E314E57F60AA8B733C5F780742A85BF3BA8FD799C716D32EEE7C48C105C1A29F4B3737964778BC91C1D5622B9A09F5F2398A5C0A8721C5
|
||||
7A94919BAA736B0A2E6442DEDF7840D685EF861B57DDB772DF86A8BADC272E9BD9040335EE65B59A911ADA8F4229E87D21929B0D1996C39BA8985AD3E3BEC35EE97CEF510896FF359518BB0377D3F8AA864897F6810CEA84792B4DF86D1FC1A65111606CA6F862F3D9E039CBE64808E9D1BA4DD44A9F52FF6D3819104A910EF9EB0D4EFEA72DB9138C42D678029699DDB24626455FC8EB66846CB6B8E4AD33A07BA98A230B722BF54679D9FA
|
||||
54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA55675454E59AEC12A68086DDD95476477C46AE143377694529C58844212FC811560E27EEE2CF00BCB281E4F2B7E4857BF54BFC4169B6E3076DA51F266F2CFA07F908C9D98FB38C1B03010C2C0EF513D0DB35535B962E06ACA687279E7C0A99C858D95359AB7F027A8CF226B04BD2B743929E79FFD0AD75EC68B5CF171CD4B6266C6D45129D51EA92663FCB3ED27AC4F54FA44D21A5A7487B7E3D7048AE965196063D2D9907E56712C58B1CFA77E493D19054AAFC41CFA6C294D6874F52F923A120026433033B539BDBBC3A4FC7422029D1A7A13A2BB5566EECAAE4039F92D2301C1A5014A7DF3721A6487C6955BE5B35DCAFE2EE2141A4199600E1F30B83E66391A13A2F8CF3261738C2C3B349EABE20DBCD14230C0FA939832D25A6C1413DB8847D3A7A4FACFE1C46EBC8074D249752975C2ED549F938659C11B5B71D2CE7F2466957098EAF6D4F589A651937B4335F17CD81894831CA2A16F3F47B3131111B4508FD27774ED822893060CF08B034BC496E34EF00479E01B8EA6A20870389BB4A6BE7BF19323DCBF56BC583D5DB5CAFCB9503379782F3914D49C7617A1198AF2AC8A33CCBD07A8D713B6726E35E8BC8CD469E94D1954E518D36FF780C4BB062B9CF1B43271FDA7F5D11B2F0D69AE40FCB8A791DF453C175A1DE5CCCAD3B403005F730CFAB7208B62400FBD7AA35E0C950EA004E416CE9B5AD68B999BE636ADB1859C8104607748ABBB302405B4BCB26EE2C166B82473F05DBCFAD10BB34E360140A864FAC96C35067BE9D725CB6195C0734C6EEB03F241CA85BA0C7D6240D8C1A77CCDC60978340A4E47F64BE
|
||||
9DC4E9FC67BAA83696763DEA46CC5C168DA1456C57435DD4D3AA4EFB1E96763C6D1ACB2A69289D1DE8CA291202E01463F3A68B8D1D313B30C0D9BDD3937D982D11D9342F4F71F315235C6C5593F77861EE3F761D3E33BA0C5FA3440145254FAE906B425369D79662AA2DF1F3E47950DA1DD6A484979B5B52BAA41D12BEA14373E18B39644AC0F28523EAD749F71ED4D450EC8FDC4F6DBA70055BB6869B7ACE8D15038B8A5776BA1115DC7139362C4DC410BF0D73CD9D9F8583F50DFF2C51DA256668EBD8C146A4FA0F4699EBBA2FAFA2D83F9BF6D75CDED72A88966525E37BCAECCF2E8BE7E107AD1E890EBB58DC3B8EE8A01B8F14C3CCDA33FF50E0E8374F43AB103B37E45E4D5DB083EF586541F1067E9B103109E9E8DE6A6645F385DC853E50392A5CA07B26F5A08E2456AE4F7347F8EE9E904ADCBDC4F491F1849921488EAC9E18C822F2B70F34EBC85722FAE35967EB9D8C8032585017CF8F643D87752938EC0160CF8EE775B2DB0DC6C71A5FCF4525B30FCD36DB29F2E0DD3775BB58198F51792CBA8C6F365E8BE27DED848E698B8A783144C9578C3BACEB1BBFDC1A1FAA8907F1BDF10BD30D0FBDDCA374D345796560A13DEE484615384918B5E83B7F9CB5DF0CF8867D02987DA87135E79FCC88541DD629955BE65F87583665FD0735A852B64D8EAE6818D6357C6523C67BB9B5F544E19AC1E5E5BF77CF047BB1D69374BD1FD602664240862CD9B258380C62F4AC8349E57245CC6A906478BA9AD243C235512C1B9669BD8D76517A24429B98F0CFB956A02B12FAAE785CF87275AF58DC4330B9C075F30BF5A8EA27922DAE5A1CCBFE9366CB4C7F9C58C34FAFDA9024858A92ADBF8230D48C98CB5627564695078E3FB742AC94286E1CCE8CFC9E7C0BE0DADD955B385AE23BDBE2BA851D6B4A6AC38BC5D2BAA2D70DA2BC20A5F3A4EDB8EE75DB44ACFFF445A3DD635975C268A92FA0D5D79DF109EE3BB46C4174CF8E05536EB2D93C5C6759743B96C4267C73B10EB69123618D06198D14EC712F6F4E9114736B1A48E4E4790EB6E966AB8ED01C3994B4B3D78411D1FC1A8E4175F32CA9F9CDC697A8C4663D200BB2E9BAC4D9CD0162CB51AD5D6C2B36A05315371CD63939C0B88FD6F3534AEAE0F12AF4C1E967C0C831AD297E6C2357762084CFC8F05238D31008DFE5C6F793EA1611DF66A9D43E24D4DE3A1A153170E2D58DE0FB28A4A05F25B5360285BC63EACD4BC06D661138870D81A8CF781ECCD54524D45B7A94B72090FA1CB6100EBE98D726E2796E50780B20496B706CB3504486FD32190B667E0B5C0E81C7EABDD3DCFCCCE8AF1D9E4914AE10FACBE7E53DE65B6D97DC512B5197E0C22F6572786FCA9C5E14E9E1DB47E2970C056DDA791BE421142FE0B979769B359A37668B8D430CA1CA11B3C17DFA7AABE19FBDDAF65EB48DD905D3DD
|
||||
36980F8EEF46618F5560C5B4EFA3E51D0C8801CA54A9CF1329D205FDF4BCC4A1EB8275FC691464DE3C519D4ED419AC28B75F44512ACDC9002BEAAAC71CC220B864370A3ACCC703F62FB64B456DE1455E242A8885F24F82EFA6E08F112E015BCEA3570D82CD727471BE8981FCA1B5692032A408275E6775F8C9E8E1F9BF03430DD348CE2F763065EEBDE686C2AC5E2A6322CB6F4E1B4FDB437EC640D1B368D313A696CB93DBD001F4E9C72A11EF3CD9B6523503C6B73149B4D82BB5256BED56CED119BAEB59B78DA26A18527F798C68B7507F6AFBAE9A3A5EF9D8B21CD787BDA640C405FD05322BA31FE8B17F4CE662C045D44B6E15FBDCD6BB6E17A9CA4B2A61DF501F98CC770D53F1710E28740861C73D6DA535C460CB35E766ECBB36EBBBC96600DFBA6CBF20C8F806D5FC63BAD8EA3E1FD31411042098D8A8092A2372CEBD49CEB56407B44C6D6371E2BD1868CFC26ECC5696C18EC6BBB959C485B1EF3B694556A43711522DBE8420F8F784DA05C7E3BA92DD9AD28B21C15E0036D607470BC9B98547224FBC6F364A2A5E0C1981EBDA457B229029186AC4804022B0246B140E5615DA8FF3553677608AA589F1F083EE787AAF3B984981F41EC9DED8A7046A7B6C4BFEF68C8D9CD1250CD94DE8EB8DBBFA768351C3F62F40BD12B9ADE289299D3C852E2D32999C266C99628FA4390A9BC4F5064580DEBCAE97BA0E6B25BD5D5F217B875C0DCD577B46A5189FE755FF49D9A29AFC0706E41EF6E8E89AEC9D837F9746AF3CDAF33B9DEF774CF6B5F2117E67BAF324656E42BF4BEDD5AAF725B4B5D9F97174FFA08054D6B2D921577C6B2AEF8CFDB9147A82E37711D0B96BA806C160695F380AB4F8C8A39AB3F61464E65D685EAD048F4DA3E2362744F26C9DC9BFC1494D9E5C8D5694FCE20D707F2F1153736A18A6BF71063F0B6E9E8C627751C92576F8A7F8B1B8DA6ED29F16BACAE03A5E0E0868AFD6A10308DF4957A1CF0CA7A1DE815FFADE218FE978086655D57D7D44DE523D7D35209C003EDABF9060FB0DCB14CF408B6C1A2C1615ABF21D4C1F22220B31A46B09BC578EE365E1E6D52428A1408FEE3F1E9096684CC73580E4D4C65D8760700E49EA429B1A984D3310AF6086B876E2B9AA5E3BDA6C3EC0DF0A63E15D476B35634928F04B5EC7E3BFEEC7197A71B26A1FE35BB425F924FDF7AED1468C95C9DA98D8BE787F40AB77B39454DE49112826FD776B9CC73E65B6CCAC10436D9EBE551468E17AA0A3054275ADC21E0809950B32A63CD2DD499DDD6CDD50C45599D0419FAA37E25C6BDD7FDFBFC1518D402DAD2A815D5704BD12E1E534E311A7A7D8B3C6B298B179DB258277D0E028C64D2421414E32AED7173B7F9990AFB482696249A5ACD6F0932F5E6DC36692CD5469F69B8EB1A5EC9FB0F968AA7181AB7D73DC0A67FBF0C3F4727FBF94B681
|
||||
51C9587773F5DF6C16CB82D642EDEF2FE38610149B298664E89BABCE07AEF4C412CC6DEA3A367942CCA1A060E99BFE61ADB027F299DA22C115BA81A15529C0C1F5804A451336CD0D0FCC761D30F60B18F48AD52C30B7E1A2FE92875F53C2378AD57898853990A94DE7059E97D23742522D2DB7F7D563CEE637EE6FA4B1D16F494ACA0FB7CA72F78CCED7209D7915F734F4C8379A5FA2E3383F1330C2B53701F9C81F3369A4AB2ACB5D7A24E5D7EE66DD54156D8890E679026F089B5F738F3995DC647AAFDE740F2834A544BFF0EDBC8072D643E27BEE6AFB7F90370E586DA3097F2F45BEC3AFE6A24C55BE46A52DA9107E54F63C8B710C7DDFE0E650DDC92C042FCB1D5FD1E9233889C80D16785FBA7AB27887BAFBC595C2E9A66001405894D8C97DCD16E2BAB0E577186AC03DC4D952DD5A502C72D01BE43439F50073CBE0ABBBE0A3EA51F0E5F8FA5EF825ED72227540BE5D9841154B4AEE14A56CD4F706FDB41A69251CD0AFB260E8396AD97BBDB5B75C257ECF1CB2D9F805CCB2656F788FD59B924F1E373D88FBFDC4582E3357D0359CBE780BE6B279B5F910E96F7D8EDD24B119C1436F2E27B8837C0B9D109EF01BFD16EE1F76B0119A14A97F14BB0EBACE053B4EF2EDECCC3306B75AB5558BDF447322D7FF2DEDB6B46ED9F7F106B2E570C0AD98A39D69D66429453D94039FDFD84AE1FC84DAEE808906A33F1BB8EB9E8BD40FE639ABCDF2A24DFB33302AA19EC826858C854FF7326E482CCF98B0953EDE2B2BF4526378C71B27C79BF84BCEDF9EB973BF9ACBC4819E17D96FA4BBAC49BBE4CC4573BEF515CCC903120EB20DE03048294ECE66BF5AF478C174FE66B8E05413E210CA016210EACDB60901500D35B3EA91DAC911C31D1B40C1C64A2871F5051DC8147F23FA2D8DA3EA0A82093016CD0FA0701372612669491A6A5EE3DE7ED8D53B3DFBC923BA85B71E90CD8FA0C6F74D6EE5BB0E27DABC991A01D6DAAC2D8B70F371E0C362DB2727C6CF89B2996E98DB2D047BE9402ACBECC63E6B95863C73C5A7CE16A9DB4EC3B552D0AA2ABC8F0F48B129F2DC14EC3C35E9F4A5C59FF589D8F0762D175289866D0E44C9EF22B802C3DC63193046508B691FDF2B72435712A1CE3C5FD88EA7C664D2629EDF8A31A2DEA5C0032C38A4EF543CED007E3BA01EC85D2C4F9C433F93036FCF83E763A0B828AEE12E0B1AA9CF68554F7F2EBBE74693C0EB5D0C9D67B9FB4AC9BFCAABCD258C41FBBFEBDBE58B890E0C83657A3451A94450AD60CB616310B3FEF08AAB7F1B5B812458884DCE96E6B0E9E103411AA75C67A9D173EBA7C133196F8E52F6685A738F4151E98CA8957C575761061B47FCD78F2397C6911D653ECE414C2588DB54E5C3592AEC83B299D0159EDE7DAE0BA9E148D06F2BD625E5E17EB1D489DA2ABAA6648F4F856F7A487DE1D44F2E20EE
|
||||
5895CB792602BE3285AAE7CB7D6F34B5BEADF054C90A253A2DFCE5FDCDFE7E8D0AFBB7E53237C3BEA37C6A9A70F05F884F75CA0BBC2108DE59B92B2532B8D093E1A7E8E569D03BB37934508DFE309A67B5BD18145CFD32550BEC1FEB75AA65A7F51800C381EE0A97AAFA1AF8592B548E2498833521AECD24579944FF62E836EC6F03F7BB3071E6A65E9DB4DD29C04369479F2A495043B353EA9E06CC37E356529BA643C6E4B19E8538204A320044B5FDBB123D1C4F2DB172EF3428EE9F9C32D51E67134DBCEF51B49E0AA9BEECEDF15778086FF143F1E1390FC7517321DEA9E664140874A16BE9863A82B771B5EB40673CD39B26E678CA9EAED283C1CC4CA702FCBB4ED80BD54AABCCE42EFC6053A8C1213C3499D2741E9A2A653E8C287E74544915D89779C88C698EEDE329FE24D3E6CFFE17DF5D7DCFBD52081857617C4A22C16AA86EE7A14A355B0CFBFB507D86288CE24EC9EFA86DC6ECC7FA53693725A15F6CCF4861FE004736D53C103106DE280A6AF7056030EB602397285EE4503E1CB993FCB32C957C98CC7EE7EDF6A491124A4C64A8192D87E197411FC36EEC7678273D725CE6C7A97B4CA4A5A87BE5EA96F243C1176EF19B87D7CD1AC38CF8480B38B73F2D5E6D7E478B755E8F59CF2E4B981095B1349DC9E78C59856D0F04335B6CB9D1C2BC13B116984F91E5BE8528377C86CED3BFD1D0CC70D70CDA0CBEC97E94A95BE72D5A6AE01A575A50647C67068E55B075044118F147EEDC2018BE4E49D1BFA8E1553D2FC71DA3A7BF8F96A926B6BBE8BC76FDE6A262D6569A24B974A498AE56363EFD35FAD5E68F63DE1E2372723C48181FBC88295BC543A557E598AB9CCFEABFCADFA3A440F7F66E6345184CC17487B468A6E4B62801A3617FEEBC8E617A996DB25613D90915ADD150BDF5285DB9A8793BF0F10B250B77A289EDB3173C28BB6FE616E0040D8AB8FD2741F71751101F8E4C01E0B47260C5C19FDB18E4EEC55187C0B59A7E2178C276498D16483684A235F528EF1FAD16644EEE9EB949C11796AA12D3F498EB5B651EC067C01811837FF1C08B16EF3C3E8D2775014BFF32B5CAB1F9FC592F16797205AE0A25C739A8C0666CA72AD7E20FAE228F3318E8023001DA572A40A449F025DB921C8E93F04C409D88C3D52A1EDAB2EDBE012A533E57817224A5D0DE53F02AABA28497C123F1A019D04AEC47B64B81C549E9E0A1371F89C33640AAFD227E133970393A61A305E7AB6E39A3596587B0A933743B1A72FD5A58072FE0B851266EC95FA724A9CE8A71F9EA3AC7C377F547BF2EEE5107D10EF9FA668C922B6925A5C1988B013E936B4E0BFD8D76DB6128DFA33DD3BD9BE1F23CB1D9E636E20F864027C463A2F243105D979F25D469C91F8704288133C6E1C649B19BA2AEED8CA3F7805368A3F003F12F51FC386E544EA117FA289CABD2
|
||||
EC9F29BC1FFE69BF649363B91258BD254FBA0DA0D47D576D514682C1F02E63E6F9B65154D3FF1DE8F68B1D9CBBE1B96CA84FC6CB02CE98D2DC393522EEA937A59D51D76E119EE605D9D9F378C8271785E46512C77C01F70D78434AC9EC5EE231F77D34CD2446297090D2BEAD4D5CC5168EAE0FF22620E498F031D13DA3950770CE8DFDC870506637C9A6D4500EF9F7F28D0FD6EDCE878A1F19CEB49321D8EB6E18B3B5A0F7473013398AB79368A3204689F8CB57D03B9AA44253A146327FFE44025F8B031AD5CA8A9CE39ACAD12457F8B0109BBA797AA6E9754C1F7549B201564CCA8D65C4FBEA3E8BB661657CA363073277D241AFBDC3C6B262AD88287F4E2A8593BC8E1A9ED18B003F65FA1158AA5D458C05A7B7BF0252BBD812E7E67C4E560E72283B49C85C5A712A7D9A6F003FE9076BFFEBAD73ED880EF992162AECE47C40B985DF915304EDCE9CA6FD73162ABC08067C82F55A13C73A07AFFFB28DBF5A09A83438672B2D700D4F27EFD97BDCEB4D212FADFB247EB68B6C18848961230E8000563703A63BE989505930A462516B833844123BAF474C3225154E4F58F8F816F2EB1F35B16C8E0BEEAE57023212747167E7E974ECC1E89291B0301F314DD300F9E4746F1B80F08847594E24D5B00CEF0CDB9F1A9C08351219D6BA0A33A94C880BDB2B0A3FF3F1ED2AE7FA6D7DDEE350D01A7E2A7D8300A5CC47DE430F0A6EF94A4990BCC35A553D5CC5A80C5C1A7CEEA829ECCA7773960A336E128ACE66BAADCBE32A6A5F87048DD88F7FB5A858FC321AA09EF26B8279097CF524EE8151035EB86DAAFACA009635FB97CBC15455F3A81FDDC75FDA70C72688860140B49C4ECADE67952748BE5D9EE68606DD080BD18EEC10421F4746E8119B5572F97D069BF5D9A813EFC8B947F35569D9A2551E527E485968EB0E9F368B381B76801001B2D98311C5BFF7712CB1BC6D60CEE5C43306A334820725AEB489A5CCD12411B73C8B18FEEE77DEEE22C653EA2CC9B441F0F62C1E9D8EC70390D6396556D7438D4967E6379B1813847A6FAB4A1B5FD51297C69E31063531B7B75AC9A095DBA2EE0088E039742E4A17145F57E9D592E21E63AB00DD07B8E685A617AD61D04A98A36E24C1722CC67C28C7BBE1244A781BD6E6442D6B5B55A02CB622088ED6C2FFF33BE6984D44F9E0346071076C72789B3BD1EF8261F5B0A7E9262D47740C9EC16C94C04F4E4FE9B3B771A7C6F4F8096F214A4629026B03D9B80419AA55696AA90AA13D70A63466DEE09CB93C51849FC2C3AA9293BEE83DDF791A3FAC93626650DADA368A390ACA0EC5FA239689CEEBF3D12A21F1FD4F640E609B7BAE5E49408E2CA31E2BD07E907CAE668101B6A45C2FEA5C07CDFA0816AC2857D416A9F8EE1A564E35D382B993FAE50D7FFFE6ED9705314176860236CA3CE867A82BD989F2AB769D
|
||||
F224ECC681826B0CAA45CA4ECDEEA1AA9940EA9AB29D201681B97FA4B4E5117F596DFC7E74F65857EEBB5567F941B043B89438B5ACE95006C75E7ABB554E6CBD72035D241ABCA82B07483FF66F7896F5C5C070807F78DCDB0DD31F446D0E58F0099825CA051B66B2D654CA40994F7B9C3489D85973BB1EDB9D34CEE1A6479CF402FF70B3B0F852F1025CB6B4774761CC67E4FA34A84D369F28AFAD63E8BF6320212387B4769032623212A48B8166CD0C4AD24A2DBDAF8F7F70C5BEFF397DCA3C78D0E729569BBD0B549213B769F4A43678D238B334D06DA7ED0B9A4EB57D66ACAB5AC099E17C5FCDAEDA8744F09D5E41DEB5884662396FCFE583C1C7708AFAF06FBC7C5F806A645E170E39248B54D561420973BB7A32EA693C0343ABA0631BF7A86A16B459BF05C767BBBD0410291871F00955D26977B1C848F47453AC2A215D4EDDDE6D1928F14E8F5CBC7215B2C812F2D8A6210F401AAA6E0556DD87D9355533DF5ACB829508B8554B387EBFFD94A16F648DD6ADB1A66F093DB13839DF1D249900A769D330F8A3D6B06B03EFBB491E4BAE90BEA36F513A9EF89C56BFB9B0C17C439110CE8DDE1381E576723E9DD833C9AEBF3BDBAAE9EEF1A39E395B3ED521FD4BF4AC53F84F79A3EC985D863CEB161B7D8EE9F997B4ED8E25C7F3B33890A8F0569CB1D530A6F10F56A45B2391C7CA1718BD5F963C17C34A8B75BC3A0BCD7F545DC22E1B04E355C2969F85C17EA91B20D4F9EAFEF3488D5B2F798913E24331225ABA136BA137C8265334DF802A8B4FBCB061E74FBD6B2BDFE7164B194421AC8676FA8B9877A7C1B0BE9A51F3298D4CAD602EF5475E482BA3FA51E18D71307619CF53FAC5690E0C9BF0896A8881EFCB8AAAD2D78A1B9C2D007C1F59A24EAD43A661AE66DA332C664D95AA366A9FB6
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
@@ -1062,12 +1066,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/WMMWIX+CambriaMath cguidfix
|
||||
/F3.1/WMMWIX+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: ZTCWOI+Calibri
|
||||
%!FontType1-1.0: ZTCWOI+Calibri 1.0000.6.2000
|
||||
/TLZCKD+CambriaMath cguidfix
|
||||
/F3.1/TLZCKD+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: HLQWTX+Calibri
|
||||
%!FontType1-1.0: HLQWTX+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /ZTCWOI+Calibri def
|
||||
/FontName /HLQWTX+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -1136,12 +1140,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/ZTCWOI+Calibri cguidfix
|
||||
/F4.1/ZTCWOI+Calibri renmfont
|
||||
%RBIBeginFontSubset: QTAORA+Calibri
|
||||
%!FontType1-1.0: QTAORA+Calibri 1.0000.6.2000
|
||||
/HLQWTX+Calibri cguidfix
|
||||
/F4.1/HLQWTX+Calibri renmfont
|
||||
%RBIBeginFontSubset: RIQNFR+Calibri
|
||||
%!FontType1-1.0: RIQNFR+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /QTAORA+Calibri def
|
||||
/FontName /RIQNFR+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid6 put
|
||||
@@ -1215,8 +1219,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/QTAORA+Calibri cguidfix
|
||||
/F5.1/QTAORA+Calibri renmfont
|
||||
/RIQNFR+Calibri cguidfix
|
||||
/F5.1/RIQNFR+Calibri renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1367,16 +1371,16 @@ f*
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 173.66341 449.70349 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 226.7038 449.7034 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
0.95686269 0.69411772 0.51372552 sc
|
||||
CM
|
||||
@@ -1452,32 +1456,32 @@ f*
|
||||
0 2370 m
|
||||
(")s
|
||||
0.00006693 0 0 -0.00006693 112.8664 449.47021 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 164.8407 449.47009 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 231.8831 -133.24001 cm
|
||||
/F2.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 252.25439 449.93701 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 304.22879 449.93689 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 120.5714 -149.8 cm
|
||||
/F1.1[ 50 0 0 50 0 0]sf
|
||||
@@ -1501,10 +1505,10 @@ S
|
||||
(0\(12-\)*+\(,+&.#+-%&$'34+5.'*+)[ 22.580000 26.980000 13.730000 28.330000 42.480000 28.330000 22.130000 11.080000 26.980000 15.480000 11.080000 17.280000 28.330000 24.780000 11.080000 42.480000 24.780000 17.280000 21.230000 14.180000 24.780000 10.630000 11.080000 30.080000 28.330000 14.180000 22.130000 0.000000 ] xS
|
||||
0.23999999 0 0 0.23999999 109.8222 -223.96001 cm
|
||||
0 2370 m
|
||||
(#3"$#**'\(\)+0%\)+6#+*##\)+%*+&.#+&.$##+)[ 24.190000 24.790000 28.340000 20.490000 24.790000 22.140000 22.140000 14.190000 26.990000 28.340000 11.090000 22.590000 24.790000 28.340000 11.090000 27.890000 24.790000 11.090000 22.140000 24.790000 24.790000 28.340000 11.090000 24.790000 22.140000 11.090000 17.290000 28.340000 24.790000 11.090000 17.290000 28.340000 20.490000 24.790000 24.790000 0.000000 ] xS
|
||||
(#3"$#**'\(\)+0%\)+6#+7'#8#9+%*+&.#+&.$##+)[ 24.190000 24.790000 28.340000 20.490000 24.790000 22.140000 22.140000 14.190000 26.990000 28.340000 11.090000 22.590000 24.790000 28.340000 11.090000 27.890000 24.790000 11.090000 25.690000 14.190000 24.790000 38.740000 24.790000 28.340000 11.090000 24.790000 22.140000 11.090000 17.290000 28.340000 24.790000 11.090000 17.290000 28.340000 20.490000 24.790000 24.790000 0.000000 ] xS
|
||||
0.23999999 0 0 0.23999999 109.8222 -238.12 cm
|
||||
0 2370 m
|
||||
(1'\)#%$+0\(-6'\)%&'\(\)*+'\)+&.#+$'/.&+'\)+)[ 13.725000 14.175000 28.325000 24.775000 24.775000 21.275000 11.075000 22.575000 27.025000 42.525000 27.875000 14.175000 28.325000 24.775000 17.275000 14.175000 27.025000 28.325000 22.125000 11.075000 14.175000 28.325000 11.075000 17.275000 28.325000 24.775000 11.075000 21.275000 14.175000 24.875000 28.325000 17.275000 11.075000 14.175000 28.325000 0.000000 ] xS
|
||||
(1'\)#%$+0\(-6'\)%&'\(\)*+\(\)+&.#+$'/.&+'\)+)[ 13.725000 14.175000 28.325000 24.775000 24.775000 21.275000 11.075000 22.575000 27.025000 42.525000 27.875000 14.175000 28.325000 24.775000 17.275000 14.175000 27.025000 28.325000 22.125000 11.075000 27.025000 28.325000 11.075000 17.275000 28.325000 24.775000 11.075000 21.275000 14.175000 24.875000 28.325000 17.275000 11.075000 14.175000 28.325000 0.000000 ] xS
|
||||
0.23999999 0 0 0.23999999 109.8222 -253 cm
|
||||
0 2370 m
|
||||
(\(\)#+,\($-21%4)[ 27.005000 28.355000 24.805000 11.055000 14.855000 27.005000 21.255000 42.505000 28.355000 13.705000 24.805000 0.000000 ] xS
|
||||
@@ -1535,16 +1539,16 @@ f*
|
||||
6350 w
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 118.2722 232.32539 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 171.31261 232.3253 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
0.95686269 0.69411772 0.51372552 sc
|
||||
CM
|
||||
@@ -1610,16 +1614,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 179.88161 232.47121 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 231.8559 232.47099 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 201.9834 -351.88 cm
|
||||
/F5.1[ 58.33334 0 0 58.33334 0 0]sf
|
||||
@@ -1636,16 +1640,16 @@ S
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 255.4879 231.355 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 307.46231 231.3549 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 278.36929 -350.67999 cm
|
||||
/F5.1[ 58.33334 0 0 58.33334 0 0]sf
|
||||
@@ -1682,16 +1686,16 @@ S
|
||||
(!)s
|
||||
6350 w
|
||||
0.00006693 0 0 -0.00006693 372.38251 452.69049 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 388.45639 453.021 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.74117649 0.84313732 0.93333328 sc
|
||||
CM
|
||||
@@ -1725,28 +1729,28 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 418.43231 453.633 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 434.5062 453.96341 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 456.19431 453.79831 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 472.26819 454.12881 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 500.1925 -145.96001 cm
|
||||
/F1.1[ 50 0 0 50 0 0]sf
|
||||
@@ -1763,16 +1767,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 495.51129 453.22211 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 511.58521 453.55261 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 472.73529 -130.12 cm
|
||||
/F2.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
@@ -1787,16 +1791,16 @@ S
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 374.0206 390.90839 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 390.09451 391.2388 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.95686269 0.69411772 0.51372552 sc
|
||||
CM
|
||||
@@ -1830,28 +1834,28 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 420.0705 391.85089 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 436.14441 392.1813 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 457.83249 392.0162 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 473.9064 392.34659 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 501.83069 -207.88 cm
|
||||
/F1.1[ 50 0 0 50 0 0]sf
|
||||
@@ -1868,16 +1872,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 497.14941 391.44 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 513.22333 391.77039 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 474.37341 -191.8 cm
|
||||
/F2.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
@@ -1892,16 +1896,16 @@ S
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 374.0206 323.99249 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 390.09451 324.32291 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.43921569 0.1882353 0.627451 sc
|
||||
CM
|
||||
@@ -1935,28 +1939,28 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 420.0705 324.935 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 436.14441 325.26541 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 457.83249 325.10031 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 473.9064 325.43069 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 501.83069 -274.60001 cm
|
||||
/F1.1[ 50 0 0 50 0 0]sf
|
||||
@@ -1973,16 +1977,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 497.14941 324.52411 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 513.22333 324.85449 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 474.37341 -258.76001 cm
|
||||
/F2.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
@@ -2029,13 +2033,13 @@ S
|
||||
(!"#$%&'\(\)*+,$\(-+&.#+1#,&+%0&+\(\)+&.#+)[ 33.205000 28.355000 24.805000 20.355000 24.805000 17.255000 14.155000 27.005000 28.355000 22.155000 11.055000 15.505000 20.505000 27.005000 42.505000 11.055000 17.255000 28.355000 24.805000 11.055000 13.705000 24.805000 15.505000 17.255000 11.055000 24.805000 22.555000 17.255000 11.055000 27.005000 28.355000 11.055000 17.255000 28.355000 24.805000 0.000000 ] xS
|
||||
0.23999999 0 0 0.23999999 113.7848 -427.72 cm
|
||||
0 2370 m
|
||||
($\(7*+\(,+&.#+-%&$'34+5.'*+#3"$#**'\(\)+)[ 20.505000 26.755000 38.955000 22.155000 11.055000 27.005000 15.505000 11.055000 17.255000 28.355000 24.805000 11.055000 42.505000 24.805000 17.255000 21.255000 14.155000 24.805000 10.605000 11.055000 30.105000 28.355000 14.155000 22.155000 11.055000 24.205000 24.805000 28.355000 20.505000 24.805000 22.155000 22.155000 14.155000 27.005000 28.355000 0.000000 ] xS
|
||||
($\(8*+\(,+&.#+-%&$'34+5.'*+#3"$#**'\(\)+)[ 20.505000 26.755000 38.955000 22.155000 11.055000 27.005000 15.505000 11.055000 17.255000 28.355000 24.805000 11.055000 42.505000 24.805000 17.255000 21.255000 14.155000 24.805000 10.605000 11.055000 30.105000 28.355000 14.155000 22.155000 11.055000 24.205000 24.805000 28.355000 20.505000 24.805000 22.155000 22.155000 14.155000 27.005000 28.355000 0.000000 ] xS
|
||||
0.23999999 0 0 0.23999999 113.7848 -442.84 cm
|
||||
0 2370 m
|
||||
(0%\)+6#+*##\)+%*+&.#+&.$##+1'\)#%$+)[ 22.580000 24.780000 28.330000 11.080000 27.880000 24.780000 11.080000 22.130000 24.780000 24.780000 28.330000 11.080000 24.780000 22.130000 11.080000 17.280000 28.330000 24.780000 11.080000 17.280000 28.330000 20.480000 24.780000 24.780000 11.080000 13.730000 14.180000 28.330000 24.780000 24.780000 21.230000 0.000000 ] xS
|
||||
(0%\)+6#+7'#8#9+%*+&.#+&.$##+1'\)#%$+)[ 22.580000 24.780000 28.330000 11.080000 27.880000 24.780000 11.080000 25.680000 14.180000 24.780000 38.730000 24.780000 28.330000 11.080000 24.780000 22.130000 11.080000 17.280000 28.330000 24.780000 11.080000 17.280000 28.330000 20.480000 24.780000 24.780000 11.080000 13.730000 14.180000 28.330000 24.780000 24.780000 21.230000 0.000000 ] xS
|
||||
0.23999999 0 0 0.23999999 113.7848 -456.76001 cm
|
||||
0 2370 m
|
||||
(0\(-6'\)%&'\(\)*+'\)+&.#+$'/.&+'\)+\(\)#+)[ 22.580000 26.980000 42.480000 27.880000 14.180000 28.330000 24.780000 17.280000 14.180000 26.980000 28.330000 22.130000 11.080000 14.180000 28.330000 11.080000 17.280000 28.330000 24.780000 11.080000 21.230000 14.180000 24.880000 28.330000 17.280000 11.080000 14.180000 28.330000 11.080000 26.980000 28.330000 24.780000 0.000000 ] xS
|
||||
(0\(-6'\)%&'\(\)*+\(\)+&.#+$'/.&+'\)+\(\)#+)[ 22.580000 26.980000 42.480000 27.880000 14.180000 28.330000 24.780000 17.280000 14.180000 26.980000 28.330000 22.130000 11.080000 26.980000 28.330000 11.080000 17.280000 28.330000 24.780000 11.080000 21.230000 14.180000 24.880000 28.330000 17.280000 11.080000 14.180000 28.330000 11.080000 26.980000 28.330000 24.780000 0.000000 ] xS
|
||||
0.23999999 0 0 0.23999999 113.7848 -471.88 cm
|
||||
0 2370 m
|
||||
(,\($-21%4)[ 14.875000 27.025000 21.275000 42.525000 28.325000 13.725000 24.775000 0.000000 ] xS
|
||||
@@ -2052,16 +2056,16 @@ S
|
||||
(")s
|
||||
6350 w
|
||||
0.00006693 0 0 -0.00006693 354.69409 231.355 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 406.2894 231.4816 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0.74117649 0.84313732 0.93333328 sc
|
||||
CM
|
||||
@@ -2078,16 +2082,16 @@ f*
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 437.396 232.3446 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 488.99139 232.47121 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0.74117649 0.84313732 0.93333328 sc
|
||||
CM
|
||||
@@ -2103,16 +2107,16 @@ f*
|
||||
0 2370 m
|
||||
(")s
|
||||
0.00006693 0 0 -0.00006693 513.12347 231.7413 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 564.71881 231.8679 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0.74117649 0.84313732 0.93333328 sc
|
||||
CM
|
||||
@@ -2128,16 +2132,16 @@ f*
|
||||
0 2370 m
|
||||
(#)s
|
||||
0.00006693 0 0 -0.00006693 592.45172 232.2944 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 644.047 232.4209 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 567.2168 -350.44 cm
|
||||
/F2.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
@@ -2155,16 +2159,16 @@ S
|
||||
0 2370 m
|
||||
(")s
|
||||
0.00006693 0 0 -0.00006693 355.50449 194.7341 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 407.09979 194.8606 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0.95686269 0.69411772 0.51372552 sc
|
||||
CM
|
||||
@@ -2181,16 +2185,16 @@ f*
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 438.20639 195.72369 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 489.8017 195.8503 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0.95686269 0.69411772 0.51372552 sc
|
||||
CM
|
||||
@@ -2206,16 +2210,16 @@ f*
|
||||
0 2370 m
|
||||
(")s
|
||||
0.00006693 0 0 -0.00006693 513.93378 195.12041 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 565.52911 195.2469 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0.95686269 0.69411772 0.51372552 sc
|
||||
CM
|
||||
@@ -2231,16 +2235,16 @@ f*
|
||||
0 2370 m
|
||||
(#)s
|
||||
0.00006693 0 0 -0.00006693 593.26202 195.6734 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 644.85742 195.8 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 568.02722 -386.92001 cm
|
||||
/F2.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
@@ -2258,16 +2262,16 @@ S
|
||||
0 2370 m
|
||||
(")s
|
||||
0.00006693 0 0 -0.00006693 354.69409 158.2876 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 406.2894 158.41409 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0.43921569 0.1882353 0.627451 sc
|
||||
CM
|
||||
@@ -2284,16 +2288,16 @@ f*
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 437.396 159.2771 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 488.99139 159.4037 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0.43921569 0.1882353 0.627451 sc
|
||||
CM
|
||||
@@ -2309,16 +2313,16 @@ f*
|
||||
0 2370 m
|
||||
(")s
|
||||
0.00006693 0 0 -0.00006693 513.12347 158.6739 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 564.71881 158.8004 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0.43921569 0.1882353 0.627451 sc
|
||||
CM
|
||||
@@ -5429,7 +5433,7 @@ ID
|
||||
p&G$drp]pPro="6rn@A(rmq),Zi?!aN;nk:N;nk:N;nk:N;nk:N;nk:N;nk:N;nk:N;nk:N;nk:N;nk:
|
||||
\c;Zjrhoapri?%#rj)O6rkJHPrm1StroX4Pqu?6erqHEVrnRM#rl>#Qrji$6riH*urhoalrl+@+rk&.B
|
||||
rXf&=rXAc1li@"frYGKDr^d#BrYthBli@"hrXAc:rXo,CrbL6frqZQbrosF=rmLearj;Zur_WT3reLKD
|
||||
rilC<rm:Z"roj@PrqW\rN;nk:N;nk:N;rJKrVKgqqYU-cqtg0dqYL*cqYU-cqtg0dqYL*cqYU-cqtg0d
|
||||
rilC;rm:Z"roj@PrqW\rN;nk:N;nk:N;rJKrVKgqqYU-cqtg0dqYL*cqYU-cqtg0dqYL*cqYU-cqtg0d
|
||||
qYL*cqYU-cqtg0dqYL*cqYU-cqtg0dqYL*cqYU-cqtg0dqYL*cqYU-cqtg0dqYL*cqYU-cqtg0grVlif
|
||||
s'jC%cc<uBa2Gp:`5K^7`5fg7a2Gp:`5K^7`5fg7a2Gp:`5K^7`5fg7a2Gp:`5K^7`5fg7a2Gp:`5K^7
|
||||
`5fg7a2Gp:`5K^7`5fg7a2Gp:`5K^7`5fg7a2Gp:`5L`sj8T)Ls'jC%cc<uBa2Gp:`5K^7`5fg7a2Gp:
|
||||
@@ -6740,7 +6744,7 @@ s8L@D!<28rs3CZD-@u3ks8L4@!<2APs0;V'h#7<Qh1>V#s8E`3V!@u2s3L`Eci*qDlFd/Bs8F?rs7cQm
|
||||
bPhM@m?djXs8LgQ!<1f*s8Dusp\r,1%0!*gs+13rs8L@D!<28rs3CZD-Ahd%r;Ps[dJgTRQ2YRu/H-%V
|
||||
pQtobs8LgQ!</VimC*&on,DYPl2KlFj8Rm6f)F%qa8WdOZ2UQuQ2ZF8E;j#>5Q2f)!r`3!3WA.*s+13r
|
||||
s8L@D!<28rs3CZD"TCmiH2aH8^Acdamf*4,s8M?`C]8&IBDuKA@/a@/;uTJi6iK+F/H-aj&,lV,!<**"
|
||||
*WAJ+HiD]_s0;V'qu0at"TAE#(B-8l;Z:D0IK#<,TDkqk\GjDFbl6&ig&Bn.jSn<@kl0lHrpTmd-0>4,
|
||||
*WAJ+HiD]_s0;V'qu0at"TAE#(B-8l;Z:D0IK#<,TDkqk\GjDFbl6&ig&Bn.jSn<@kl0lHrpTmd,j#++
|
||||
#Q>G:,Q9P!8H)rpG5d^)\,PROs+13rs8L@D!<28rs3CZD[Jjh<2uXNd!<**"')j*S0E+'47K-$\;uTu"
|
||||
@/a[8Ac?BBMXUTEk5J*S;#XAl<;p#!?iFX9D#SSVJ,YE+RJs2b]Dg.Ujo516s/Z2!o)?N*SGn!:Ac>I(
|
||||
48p].)?('D!TjC]mI1)Se,IYld/MJmf)FJ(ir83Anc&F*s+13rs8LRJ!<-a4WrCKHo>Ub)s8K8%V>d7h
|
||||
@@ -10209,9 +10213,9 @@ rW)rIXoH]HWrN(qrq-3Uro*k,rl>#Jrhf[Xrd4WPr]gAurW)pNrq)$H_#OE.rWE-jrfR2krnIGH^]4;8
|
||||
rf[8Brf6u9re19"rce?[ral(4r_<ATr[e$drWN)urXJigre^XLg])j)hZ*T:rW)rIXoH]HrdFd1rhob*
|
||||
rlG)hro*kBrq$-ch>dKFrY,8CrX\u:rWrK)mf<=grY#2Vr]L0[rcA(,rm$,q^&S)Fr`9">rW2lrrX\uQ
|
||||
r\a[Dr_i`&rb;@Prd"KnreCE1rf-o<rfR3Jn,NAgr[.Unr[[t#r\XU9r^$NTr_rf'rbVR\repcJrj;[L
|
||||
roqc/JcFU,roO+ZrmS"Lj8],QroX4.rk/6)re(2Ur]:$(rXf&1mf<=frWiE1rXJi;r\3g@rqcVkri#gr
|
||||
roqc/JcFU,roO+ZrmS"Lj8],QroX4.rk/6)re(2Ur]:$(rXf&1mf<=frWiE1rXJi;r\*a?rqcVkri#gr
|
||||
riH+(rjVm?rl"f\rn%/0rpg!eJcG-;[/^.!rn7:dri,m^re(2krau.4r_NM_r]gBBr\FI*r[e$tr[7^$
|
||||
L];r*hZ*TIrY#2Fr_EH:rg3VjrlY5srp]pdbQ%Q[r_<Abr^d#Wr]^<@r\=C$rZD+QrW`,trW3!3r\4=M
|
||||
L];r*hZ*TIrY#2Fr_EH:rg3VjrlY5srp]pdbQ%QZr_<Aar^d#Wr]^<@r\=C$rZD+QrW`,trW3!3r\4=M
|
||||
q#C?mrp]pIrn%.orl+lOrj_s5riZ7%ri5t(JcE"TJcC<$JcFL)rp0QNraPjgrZ1tAp]19prXSoGrZqIp
|
||||
r\XU9r^$NQr^d#\r_3=Xn,NB@rbVROrc%jYrd+QoreLK6rgEb^rj)O>rmLf-rqcEiJcC<$JcC<$JcEso
|
||||
rr2oarn7:lrj_s.rgs+Rrepc/rdOijrcA'YrbqdQrp]1PcMrIqJcC<$JcC<$JcF$qJ,
|
||||
@@ -10348,16 +10352,16 @@ q
|
||||
6350 w
|
||||
8 M
|
||||
0.00006693 0 0 -0.00006693 592.45172 159.2269 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 644.047 159.3535 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 567.2168 -423.39999 cm
|
||||
/F2.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
|
||||
+94
-94
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: NKETYV+CambriaMath
|
||||
%!FontType1-1.0: NKETYV+CambriaMath 1.0000.6.9000
|
||||
%RBIBeginFontSubset: ASHVNK+CambriaMath
|
||||
%!FontType1-1.0: ASHVNK+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /NKETYV+CambriaMath def
|
||||
/FontName /ASHVNK+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid6 put
|
||||
@@ -869,13 +869,13 @@ dup 40 /gid26 put
|
||||
dup 41 /gid12 put
|
||||
dup 42 /gid24 put
|
||||
dup 43 /gid20 put
|
||||
dup 44 /gid19 put
|
||||
dup 45 /gid17 put
|
||||
dup 44 /gid28 put
|
||||
dup 45 /gid18 put
|
||||
dup 46 /gid21 put
|
||||
dup 47 /gid10 put
|
||||
dup 48 /gid9 put
|
||||
dup 49 /gid13 put
|
||||
dup 50 /gid18 put
|
||||
dup 48 /gid19 put
|
||||
dup 49 /gid9 put
|
||||
dup 50 /gid13 put
|
||||
dup 51 /gid27 put
|
||||
dup 52 /gid33 put
|
||||
dup 53 /gid7 put
|
||||
@@ -891,10 +891,10 @@ readonly def
|
||||
/FontMatrix matrix def
|
||||
/FontBBox[2048 -3020 1 index div -5046 2 index div 5873 3 index div 6383 5 -1 roll div]cvx def
|
||||
/sfnts [<
|
||||
74727565000900000000000063767420000000000000009C000000046670676D00000000000000A000000004676C796600000000000000A400000C5E686561640000000000000D0400000036686865610000000000000D3C00000024686D74780000000000000D60000000686C6F63610000000000000DC8000000366D6178700000000000000E0000000020707265700000000000000E20000000040000000000000000000400BE0000048605540028002C0030003400000135343E02373E0335342623220E020723353E0133321E0215140E02070E031D01171523350111211101112111023706162A2417261B0F413E2030241909603C894346633E1C0F243C2C20261507129001FCFD060361FC3801E71616252A3527192F3339234B521424321E821E2E1D334629263E3D462D212C27281C066EA1A1FEE4049AFB6604F7FAAC0554000100420000047C055500200000132111232E032B0111141E02171521353E04351123220E02072342043A62162B3037377F0D1B2E31FE371E2E1D130B7E2F3D342B13630555FEA456643416FC003B4629170B3131071017243E3C0400123969500000010012000004980555002B000009012E022735211506151416171B013E01353426273521150E02070111141E02171521353E033501E2FEEC3234342201AA5E1B23C8C528212B2A017B293E403EFEEA0C1C2E31FE37302E1C0D023D02015D502E0B31310B461D4842FE83015C475B2624290431310F355A6BFE26FEBC39462A180B31310A172B463A0000020050FFF003B003CD00260032000025270E0123222E013534242535342E012322060723353E0233321E011511141E03171521030E0115141E0133323E013502A30F5799564C743E012101212856484E5F18836080804263783C020A14272CFEEE0CCBCA2E4630446F3E8F04594A3B6B46929F0D41687838525282322F1B3F8283FEA44A3D341F160C3101C802686939421942663200020030FFF003F90597001C002E000001173E0233321E0115140E0123222627072711342E032735373311141E0333323635342623220E0215015D04465D633B6B995363C1844A83484645030D172733F23B0E213F4E30787C717239504F25031F014942236DDA9EA3E1731B223D10043F604C351E1209340AFBD14D5B3C3213C4C4C6C7234A482E00010069FFF0035203CD002100000115232E0223220E0115141E0233323637170E0323222635343E01333216034A7F11324231466C3F183A604745774039334E595733BDC870CA84528B03A5D1414B1E5AB885558D6438364442383D2913FBED94E57C1300020069FFF0042B059700220036000001342E032735373311141E021715072337270E0223222635343E013332161711342E0323220615141633323E04350304030D172733F23B06142B36EC3C0C
|
||||
␍0F3F5D693CA4B274C57B426C390E2138432F80866E702C3A383A1B0E043F604C351E1209340AFB7A4E4328190B340AA404434328F9EBA4E5701518FEB14E5E402C14CDC0C0C80F213A303E3100020068FFF0039403CD001900210000250E0223222635343E0133321E02172115141E0133323637032E02232206070380406B804DCED26BC681658E552F03FD8A3579615283416B062A5444677B0BAA434C2BF7F195E47C406FA9881276A15B3D4501556C8949A599000001004F000002E7059C002C0000012311141E02171521353E03351123353E04373E0333321715232E0123220E031D01330263EF0D19292DFE672C26150A79261917110D04093D75855A4F376313332E212D261B0DEF0357FDA3434423150A31310C16224045025D3306070E1A332E6D8860270BB53B311226405F4C690000010040000004220597003A000001173E0233321E031511141E01171521353E033511342E0123220E021511141E02171521353E033511342E0327353733016D044E5B593337564129140F273BFE762722170D1B4F472840542B0714292BFE742C26150A030D172733F13C031F014F3F201A354D6B52FE87573F231031310C122043440106858D461C484C2BFE81443A27190B31310C162240450345604C351E1209340A00020053000001E9054400030019000001152335033E033511342E022735373311141E01171521017FB8662721170D0418312DE93D102D33FE780544C2C2FAED0C1220424601B4404E2F17083509FD355643230D31000001003F0000043C059700400000013332373E01373E013736353426273521150E010F01011E01171521353E0135342E012F012E022B0115141E01171521353E033511342E0327353733016C202115193C372E2F0908252A01AF2E6837E60120325130FE801A190B222D77221D201B38102D33FE7332271107030D172733F13C022D07092B332B3C1915151E22063131094034DAFE88423F0A31310311140F1D323EA02D1C0CF05643230D31310D1C2743360345604C351E1209340A0001003F000001DC05970016000025141E01171521353E033511342E0327353733016C102D33FE7332271107030D172733F13CFA5643230D31310D1C2743360345604C351E1209340A00000100530000065F03CC0060000001173E03333216173E0233321E021511141E02171521353E033511342E0423220E021511141E02171521353E033511342E0423220E021511141E03171521353E033511342E0227353733016F0E3C4D483F21647E184B5D61384361431F0A13262DFE772722170D09131B222E26284551240A13262DFE772722170D0A1521222E1D29484B26060D142525FE782621180C0418312DEA3D0322043C3D25105C5F4C482727517A67FE874C3A20170C31310C122043440106556F42261C10204C
|
||||
␍4D34FE934C3A20170C31310C1220434401065970442A160B25464C2CFE89393C2215130A31310C1220424601B4404E2F17083509000100530000042F03CC003C00002901353E033511342E0423220E021511141E01171521353E033511342E022735373307173E0233321E031511141E0217042FFE762722170D08131B25302727465426102D33FE782721170D0418312DEA3D0B0E4A5B5D343655412A150814262F310C122043440106467249291D111F4C4A30FE8B5643230D31310C1220424601B4404E2F17083509A3044B402319344D6C53FE87453E22170D0000020069FFF003D603CD000D001C000005222635343E0133321615140E0101141633323E0235342E012322060214D0DB73C880D6DC6ECAFE88837A435E3B1A417048798110F5F0A5E46FF9E9A6E47101FACEDD416E914F93C25BD20000020049FE52040B03CC0028003800002515141E02171521353E033511342E032735373307173E0333321615140E0123222603141E02333236351023220E0215017009172B30FE68242D1808040C17272DEB3D0D0F3E484D4728A5B164BF844A7832183D5344797AE5385150211ED3414025180A31310A1529463A035A483D281A12093509A3043F392610F7EEA5E17119015F60684120C9C40188234E492A0000020068FE52042003CD001E003100000121353E0335110E0223222635343E0133321617371711141E021701342E0223220615141633323E04350420FE68302B1709365D7240A5B173CE8747723C464409172D24FEE3183A4E3581896F6F2A3B393B1A0EFE52310A18253F4201593D492EF6EBA6E5711D203D10FB8E3B4528160A03D15D66471FD0BDC0C80F223A2F3E3100000100530000032D03CD0027000001173E0233321715232E0123220E021511141E01171521353E033511342E0227353733016F0E375E6D453A2F7118362F24474219163333FE6D2621180C0418312DEA3D031603434D2A06E636312A504630FEA25B45200931310C1220424601B4404E2F1708340A000001005EFFF0030A03CD0031000001232E0223220615141E01171E0215140E022322262735331E0133323E0235342E01272E0235343E013332161702FF60163C4C37505F265065666F3F36628750549E4B621B6A5D2445362028546A5B6E3F59A871427B5D02E13C451C4B412E3C342B2C4A62444F6C441E1914D15C530F233C2D3340352D264862435279400D1300010025FFF002C204B3001C0000133E0337331521152111141E0233323637170E0123222635112325323E23140B8E0143FEBD102C382C2846222D477F44817E94038A08283F5F5BF765FE436173411C211F36453E99A3022B0000010049FFF0042503BC002C0000132111141E0233323E023511342E0327352111141E021715072337270E0123222E013511342E01274901
|
||||
␍1D1224423A26465625060E132327011D06142A36E53D060F53974C5B763A0D253E03BCFE03757A3E2A1E4B4A310177393A2316120A31FD554D4428190B340AA4045A54488F82017A543F25100001001DFFFB062C03BC00250000090123032E02273521150E01151416171301331B013E01353426273521150E03070123031EFEFA8BF0171F2327018B3A290C0C9D01018DDAB00E122D36015D1C1C1B2119FEDF8702EBFD1002E6483B1D0A31310C27271B3B27FE020306FCFA01E926451E2A2E0B3131070F1D3D40FD200001006D0000013700E800030000251523350137CAE8E8E80001003EFE5203AD0597000300000901230103ADFD2E9D02D40597F8BB0745000000000100000006E66638EF545C5F0F3CF5001B080000000000B9E6983D00000000D18D01E4F434EC4A16F118EF00000009000200000000000000010000079AFE390000175AF434FDA416F100010000000000000000000000000000001A054400BE01C3000004BE00420490001203E8005004610030038700690470006903E70068026C004F046A0040023900530432003F022C003F06A8005304770053043F00690473004904600068034F00530370005E02B50025046B00490632001D01A4006D03EC003E000000500050008100C601110155018701D402090248029A02C50323034803C8041C044A049A04E3051E0565059205D40613061F062F000000010000001A006100040000000000020010002F0086000009A411280000000000000000
|
||||
74727565000900000000000063767420000000000000009C000000046670676D00000000000000A000000004676C796600000000000000A400000C0C686561640000000000000CB000000036686865610000000000000CE800000024686D74780000000000000D0C000000686C6F63610000000000000D74000000366D6178700000000000000DAC00000020707265700000000000000DCC000000040000000000000000000400BE0000048605540028002C0030003400000135343E02373E0335342623220E020723353E0133321E0215140E02070E031D01171523350111211101112111023706162A2417261B0F413E2030241909603C894346633E1C0F243C2C20261507129001FCFD060361FC3801E71616252A3527192F3339234B521424321E821E2E1D334629263E3D462D212C27281C066EA1A1FEE4049AFB6604F7FAAC0554000100420000047C055500200000132111232E032B0111141E02171521353E04351123220E02072342043A62162B3037377F0D1B2E31FE371E2E1D130B7E2F3D342B13630555FEA456643416FC003B4629170B3131071017243E3C0400123969500000010012000004980555002B000009012E022735211506151416171B013E01353426273521150E02070111141E02171521353E033501E2FEEC3234342201AA5E1B23C8C528212B2A017B293E403EFEEA0C1C2E31FE37302E1C0D023D02015D502E0B31310B461D4842FE83015C475B2624290431310F355A6BFE26FEBC39462A180B31310A172B463A0000020050FFF003B003CD00260032000025270E0123222E013534242535342E012322060723353E0233321E011511141E03171521030E0115141E0133323E013502A30F5799564C743E012101212856484E5F18836080804263783C020A14272CFEEE0CCBCA2E4630446F3E8F04594A3B6B46929F0D41687838525282322F1B3F8283FEA44A3D341F160C3101C802686939421942663200020030FFF003F90597001C002E000001173E0233321E0115140E0123222627072711342E032735373311141E0333323635342623220E0215015D04465D633B6B995363C1844A83484645030D172733F23B0E213F4E30787C717239504F25031F014942236DDA9EA3E1731B223D10043F604C351E1209340AFBD14D5B3C3213C4C4C6C7234A482E00010069FFF0035203CD002100000115232E0223220E0115141E0233323637170E0323222635343E01333216034A7F11324231466C3F183A604745774039334E595733BDC870CA84528B03A5D1414B1E5AB885558D6438364442383D2913FBED94E57C1300020069FFF0042B059700220036000001342E032735373311141E021715072337270E0223222635343E013332161711342E0323220615141633323E04350304030D172733F23B06142B36EC3C0C
|
||||
␍0F3F5D693CA4B274C57B426C390E2138432F80866E702C3A383A1B0E043F604C351E1209340AFB7A4E4328190B340AA404434328F9EBA4E5701518FEB14E5E402C14CDC0C0C80F213A303E3100020068FFF0039403CD001900210000250E0223222635343E0133321E02172115141E0133323637032E02232206070380406B804DCED26BC681658E552F03FD8A3579615283416B062A5444677B0BAA434C2BF7F195E47C406FA9881276A15B3D4501556C8949A599000001004F000002E7059C002C0000012311141E02171521353E03351123353E04373E0333321715232E0123220E031D01330263EF0D19292DFE672C26150A79261917110D04093D75855A4F376313332E212D261B0DEF0357FDA3434423150A31310C16224045025D3306070E1A332E6D8860270BB53B311226405F4C690000010040000004220597003A000001173E0233321E031511141E01171521353E033511342E0123220E021511141E02171521353E033511342E0327353733016D044E5B593337564129140F273BFE762722170D1B4F472840542B0714292BFE742C26150A030D172733F13C031F014F3F201A354D6B52FE87573F231031310C122043440106858D461C484C2BFE81443A27190B31310C162240450345604C351E1209340A00020053000001E9054400030019000001152335033E033511342E022735373311141E01171521017FB8662721170D0418312DE93D102D33FE780544C2C2FAED0C1220424601B4404E2F17083509FD355643230D31000001003F000001DC05970016000025141E01171521353E033511342E0327353733016C102D33FE7332271107030D172733F13CFA5643230D31310D1C2743360345604C351E1209340A00000100530000065F03CC0060000001173E03333216173E0233321E021511141E02171521353E033511342E0423220E021511141E02171521353E033511342E0423220E021511141E03171521353E033511342E0227353733016F0E3C4D483F21647E184B5D61384361431F0A13262DFE772722170D09131B222E26284551240A13262DFE772722170D0A1521222E1D29484B26060D142525FE782621180C0418312DEA3D0322043C3D25105C5F4C482727517A67FE874C3A20170C31310C122043440106556F42261C10204C4D34FE934C3A20170C31310C1220434401065970442A160B25464C2CFE89393C2215130A31310C1220424601B4404E2F17083509000100530000042F03CC003C00002901353E033511342E0423220E021511141E01171521353E033511342E022735373307173E0233321E031511141E0217042FFE762722170D08131B25302727465426102D33FE782721170D0418312DEA3D0B0E4A5B5D343655412A150814262F310C122043440106467249291D111F4C4A30FE8B5643230D3131
|
||||
␍0C1220424601B4404E2F17083509A3044B402319344D6C53FE87453E22170D0000020069FFF003D603CD000D001C000005222635343E0133321615140E0101141633323E0235342E012322060214D0DB73C880D6DC6ECAFE88837A435E3B1A417048798110F5F0A5E46FF9E9A6E47101FACEDD416E914F93C25BD20000020049FE52040B03CC0028003800002515141E02171521353E033511342E032735373307173E0333321615140E0123222603141E02333236351023220E0215017009172B30FE68242D1808040C17272DEB3D0D0F3E484D4728A5B164BF844A7832183D5344797AE5385150211ED3414025180A31310A1529463A035A483D281A12093509A3043F392610F7EEA5E17119015F60684120C9C40188234E492A0000020068FE52042003CD001E003100000121353E0335110E0223222635343E0133321617371711141E021701342E0223220615141633323E04350420FE68302B1709365D7240A5B173CE8747723C464409172D24FEE3183A4E3581896F6F2A3B393B1A0EFE52310A18253F4201593D492EF6EBA6E5711D203D10FB8E3B4528160A03D15D66471FD0BDC0C80F223A2F3E3100000100530000032D03CD0027000001173E0233321715232E0123220E021511141E01171521353E033511342E0227353733016F0E375E6D453A2F7118362F24474219163333FE6D2621180C0418312DEA3D031603434D2A06E636312A504630FEA25B45200931310C1220424601B4404E2F1708340A000001005EFFF0030A03CD0031000001232E0223220615141E01171E0215140E022322262735331E0133323E0235342E01272E0235343E013332161702FF60163C4C37505F265065666F3F36628750549E4B621B6A5D2445362028546A5B6E3F59A871427B5D02E13C451C4B412E3C342B2C4A62444F6C441E1914D15C530F233C2D3340352D264862435279400D1300010025FFF002C204B3001C0000133E0337331521152111141E0233323637170E0123222635112325323E23140B8E0143FEBD102C382C2846222D477F44817E94038A08283F5F5BF765FE436173411C211F36453E99A3022B0000010049FFF0042503BC002C0000132111141E0233323E023511342E0327352111141E021715072337270E0123222E013511342E012749011D1224423A26465625060E132327011D06142A36E53D060F53974C5B763A0D253E03BCFE03757A3E2A1E4B4A310177393A2316120A31FD554D4428190B340AA4045A54488F82017A543F251000010013FFF6040A03BC001F000001150E02151416171B013E01353426273521150E02070123012E02273501AB2E26130D0EAECC14102D3C0176272A2A1DFEAF76FEF11C21272503BC310B14201B1B3B27FE0601E5303E1B2A2C0D313108214740FD1B02EB4D391C08310001001DFFFB
|
||||
␍062C03BC00250000090123032E02273521150E01151416171301331B013E01353426273521150E03070123031EFEFA8BF0171F2327018B3A290C0C9D01018DDAB00E122D36015D1C1C1B2119FEDF8702EBFD1002E6483B1D0A31310C27271B3B27FE020306FCFA01E926451E2A2E0B3131070F1D3D40FD200001006D0000013700E800030000251523350137CAE8E8E80001003EFE5203AD0597000300000901230103ADFD2E9D02D40597F8BB074500000100000006E66638EF545C5F0F3CF5001B080000000000B9E6983D00000000D18D01E4F434EC4A16F118EF00000009000200000000000000010000079AFE390000175AF434FDA416F100010000000000000000000000000000001A054400BE01C3000004BE00420490001203E8005004610030038700690470006903E70068026C004F046A004002390053022C003F06A8005304770053043F00690473004904600068034F00530370005E02B50025046B0049040800130632001D01A4006D03EC003E000000500050008100C601110155018701D402090248029A02C502EA036A03BE03EC043C048504C005070534057605AB05EA05F60606000000010000001A006100040000000000020010002F0086000009A411280000000000000000
|
||||
00>] def
|
||||
/CharStrings 26 dict dup begin
|
||||
/.notdef 0 def
|
||||
@@ -909,17 +909,17 @@ readonly def
|
||||
/gid13 9 def
|
||||
/gid15 10 def
|
||||
/gid16 11 def
|
||||
/gid17 12 def
|
||||
/gid18 13 def
|
||||
/gid19 14 def
|
||||
/gid20 15 def
|
||||
/gid21 16 def
|
||||
/gid22 17 def
|
||||
/gid23 18 def
|
||||
/gid24 19 def
|
||||
/gid25 20 def
|
||||
/gid26 21 def
|
||||
/gid27 22 def
|
||||
/gid18 12 def
|
||||
/gid19 13 def
|
||||
/gid20 14 def
|
||||
/gid21 15 def
|
||||
/gid22 16 def
|
||||
/gid23 17 def
|
||||
/gid24 18 def
|
||||
/gid25 19 def
|
||||
/gid26 20 def
|
||||
/gid27 21 def
|
||||
/gid28 22 def
|
||||
/gid29 23 def
|
||||
/gid33 24 def
|
||||
/gid35 25 def
|
||||
@@ -937,10 +937,10 @@ currentfile eexec
|
||||
54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA55675454E59AEC12A68086DDD95476477C46AE143377694529C58844212FC811560E27EEE2CF00BCB281E4F2B7E4857BF54BFC4169B6E3076DA51F266F2CFA07F908C9D98FB38C1B03010C2C0EF513D0DB35535B962E06ACA687279E7C0A99C858D95359AB7F027A8CF226B04BD2B743929E79FFD0AD75EC68B5CF171CD4B6266C6D45129D51EA92663FCB3ED27AC4F54FA44D21A5A7487B7E3D7048AE965196063D2D9907E56712C58B1CFA77E493D19054AAFC41CFA6C294D6874F52F923A120026433033B539BDBBC3A4FC7422029D1A7A13A2BB5566EECAAE4039F92D2301C1A5014A7DF3721A6487C6955BE5B35DCAFE2EE2141A4199600E1F30B83E66391A13A2F8CF3261738C2C3B349EABE20DBCD14230C0FA939832D25A6C1413DB8847D3A7A4FACFE1C46EBC8074D249752975C2ED549F938659C11B5B71D2CE7F2466957098EAF6D4F589A651937B4335F17CD81894831CA2A16F3F47B3131111B4508FD27774ED822893060CF08B034BC496E34EF00479E01B8EA6A20870389BB4A6BE7BF19323E9AEE5241CC317216DE64D290542F4136A6F8A7C825E409F3E28FAA5C211AB2E3BF0E859280B741BE8A2F1C185E9B1EC2FA800BD1ABC1BA8F8E4B20443D3E587FC9C06DD3EDF78FBA9ED3090ED8FE2E988F7AB4E82BAB9F4F414FE6751F0CCF274A271424718C1AD32F0B9D4659433608FD1F2608923BC78B9F55700062286886270B01E63A47B676854E286E8AECC819FDA9661CAD1C684F9C76F95240F744303C8A27AE5865C6A74D4185BB2CD1061F193BC0975B332CC0FB310F51AE6B15D9D79283D7F3C3
|
||||
␍12C591BEB101269FA356B18083827CFD97C9EA1B10F7184C599A7FB6DFA479C635A461C72DAB9FD96934DA0F25AA90BED10228ABBCBC66ACCC62F6127583C9C5ABAE67A014D34B12F8F11A4F6D3753046986A38109629499C3278935AF7D51D70AD2D7004BEFA89DF4FA219EB7D16C3A5AA8E5E43B44F7FAFBC0175337CDBF429323A7D5D9F0588D8877B96E8D146337519EEF79251374F26DBBB7844377DCAD15B9914EED8696255117CD3B833B55EE9EAFC7C75B53E268D5AC12B72FF00F73A796FC64891D7EA0437DA474AAC199B2876BE96FBF3509108B09B2EE9BE6406FC672D42EEC1AAADAF0402E7268958A62007334F8DEB4509342ED2BC65E4D82B154AB767B4A101B1167D806B2379FCC9B4DFA9FB1EA68BD2333B2C156CFE8A0EABD5E5580DC7540D2E94014FD9D50AC57CA13CADDAB5DFB1D5A8C0C090756F12A9BDBA3F4D269251C3A6ACF62AF1A13CA7307DFF93B7063E80CEB8E494A467D70EEDFB966A56BC538C4D329CB763774B77273E3159948D83DA28295AFB12437B4030B7266AA2957CB9F08A1CE579E092074CEB5ED02F19AFD2F7B9AB5D99340F6AE98C75691FC605B7E5F1AE43A78A14C5A8FF64D3331CDA5A8FCD3FBF6CFF170E73B320FA510FE7437B11A0ADB626873EB505D9015F8FE0D9C8679231CED57D2DF5E64228A55ACD81FA8D868C4BCB32FD9C4B5B5B90EB6FEF1EC8EE1102167FAC9017BFEA09EB1563C523C1EC01C6A771FD563C23C753F1A44467034AAC4E5DBFCB19FAB1EDA9C6D7D9235A52242A5FAC1090A5095E616E555AC5E10078B44482DCA19539FEB562DE423D4701F82EE97056028A4ADDDBAD0FA3F9283D788C01FAE745295926479EC5051121D857CB026CFD36FCBDE26C7A342007F79D79A9C66CA003EAC8E004C05723C9F99A2AB0A04B738E28F2518FDAE92C6EE5E5D370D8366803C7A3B6F806147AEE62DB2FACD5F26F6B98D598839E70D8DC05ED86B6CC9EA7903640588FB14F5621A9857805A4BBA903AD46EC04731383CED92E77AA9010DDDACCB060DF6C7C9E12137E3379AF53DDF71131F97F5DD440A9319F43CA3063398C9711EAE0F2DAB0B51B4128DA4CF5B5A1B89213A4E06EE2E7A26F78DF7F23A7B8D8F2E5699CBA324F21E926D08EB227CBF7554C5BC376BA1596985B59472C0B5AB03DD5D0A67397E882B27EE34E5884770766307C6180585AC9A7183635B1BBEFEEA69A6C2E9171519BF9E9B6B7993F1E74BFC89A22390EC923EA79D377DFDA912AAC734434091A3C1D0D0C36DEE5A52CEBD3452E623A5A6CBB96800EC8B64A8908D6103B2B4BDDFD095F0AAB75303D9FF151329DD81DC52A449475FCA9C45F41276FA77FC221A6CC21A61581A62914B725F45A51FF7E56ED2AEDA03537B0F5916E0ED733CE3F4742FAE76A8504487E64CD539E4FDFBA4EE770822E94BD6
|
||||
␍F4CFA95CF885899A75066518C55884CB3BEFBDC1F10DCB8A74F2BFAF9D3C77AFA86B9F4D8331E0BD9F78386D248201B5576A6481CF830AA3B7BD47D52E0CB37B1F8AC6E0C6F2BA053BB9F85DDD0912A953495C569BE8973ACC6D36A0106959AB7CD9013A8DC744AC47BA272DB54E52B944ECC2F7B45815A74516ACB6FE5FFA01791921C39A318DB373B0D43E2311AA97969A2B89ADBD941D42B4DFB77B4F0566D22510138ECFAC628B08B821B6C13AA3CAA3631DC27CC1A03306ECA8B5CD14DF4B7309F8AB7E5E79E693B415C0EF878417851CEA639087B3E0302EE8ECB599E2A298921A93A2804FA96484A2276DC1BB012541A99CF61721C25419EC0C42AF415022FD598D4FBD741342349E8F82B948249C769B08E9E40A9E9224C74FB1A204AA46B4FB35B2FC111DD9C49A58E20F890CB48C4949EA37C4707D626DF53234003C6130D35FF629A4A6C530ED91E230BF9FB3D742DA3172F2DC188F4DE6E135BDC6A34628A7C8835E603F8A6F05A808BB87B6DACE62387EFCBD5F6F9756C7ACABDC5CED9B550A71CAA26072C6194DFD195007C1520FAB1928293E5CB4186A5562293F5B870971EFDE766D8DA8D64DB8741DD2E196F71EB8A4AAC9E7F059D9BD5240143011F2820337A1C37465A3576D82D505A44D013C95B08604099D4ED218FB39E30D8F60BD4AE35E935196327B5023F84ED6DFD622EE210C2BDF912DB96D2C4A5D05D4C37837618764D65F0811EC69CD42BC9815C96BF26DE5E2A0F6BF5EC2E6FB91478D7B3F38B11D38435ED459CD904BBA8F6991C3AA35951EC635108BEBADF1B43F113832EBECC5066EC5B825005653E3A0E0BACF0E197DBDC98286175C54DA1BFB67ADE31F2B72F3E32FB55E07765BD301225434500D0C2265E8167A893EF3BC485BE422D2DBCC050E0A82B23A08C3A23B5D0AE2727730D7CFF06820E47D34AECE94B0BEE572B8612F3E11814DF96FD9E188CA8D38DC25CFA00441CBCA85AD7952E414DD20C6756F8C3944469FE5BB80E79869C2AB1B0D63F22BA2D591940FD3555C856C2485CB676853B250D82AE195C0D69A3E53AC9410CFAB8012D12FAEBF7A46523EE670C07555953C7F32EED9A21DA72C50442AACA31991C7F8C1919A514C8BA64478707417492C5E8DCE0726F70BEEBCA70E7D112E1EB1C4964AD7979420A365491C0FC5DB248404289217CA09E0FD3787966793F5639DA1F0C3FA22C74CF340CE443EC7D52C7BC84B877E6956C6785F43E9CDD536A33836188CB380617616FF99AF92C8168FD30A8A72A327A2FF1696635B186CF781147BCE202F9C20A70D191073F8E22EA9CAB8CFE54D4892F59AB447674C97CCC44E5C1B793AE3F3A492CE4405E83D2374E47C9513716924A4B56947EDFD9DB6F37FC3F036339862CF8BA188655C3DFE5710866EC07D3CF2BAEE8009089376D7593C61A24B
|
||||
␍C73A65CD63EAB86ED535BF8465AEE8BB76B1ED85C58D84FAAEBFC6571701F4008F4AAB0497C62D82ECAF91A7330B529CB27C5EB29C8349F62D6792686615C2918105995E73117E2A0F13DF00913C1DE8D07F1934AD37A5B3AA41A7E241662F971BCF920AAF783D60C8FEC0A80294511A35B9A49F069F16606E5DFF1DC255158E81E0343759BE4A0AB79850B28CA34EEE5357A80AFB45CC916414A667976EF5AEE7ECBEB77F32A696A69FA0DAD13DE7275E5611D26EED42E4B81BB07B4E88F4271B10D1DCCA69F33BB2EEF6C579CECD6F85AD70A7F5D4BCDEB826527E652873AD2183F18F5D67B966401FCBCD67D554E557B6B90F5FAF2704B07155DB4DC95A7346D2760ECFDB4BB555AB467F37A709EE4EDEC0731A31634744FCB84F37FC566186AA42D8C4E6097D644722BDF09EFC5C5EBD66B17B4FB0E6E1F1FBFDFABF861651800D3612ACE01BD63F29679582B0B1F2A2837212CD7CBCE953E4D728451F2E559CC5181D885A2CAD9D4A89345964D6341131AB588A4E7AA7CE0D8C5F72BE8DA871F6E023252EFDD880A0FBEC99DB3035CE31CD82464A710A66CD818704625C166272BED8888944BE3B3F75975AF66AD72E6445FF7D1C0479949B1F2241BA163E990C74B3408ABD46BCEAF0D094A48C245B1198F369E7F0B71E1B5AE305C83CF81C2A347FA30FCF1BC9ADC0746B20FA8568E5114BE391EC62362B816679FC01A683DB93CD4BD94E95EE7CF4C262949BD2E95A3AE8A17E99F9C2E040DD7C9C99FF0E403068F0AC252ADD44ACA4843D7D0445AA2250D216778559392FDFCA18C9FC58399A07D24C63F8E9BA0DE48620F7FACDE75419D9BA51E3D8E6B1822C59285F85A1BE650E69026947108115566CA2478444EC414F7A636913950D4276BB3E42DC4F2A48F1F2F7B0FA34806F643C728E08DFE7F3C94089AC411E3E51998EEEFC7FEACE4D8173B42104742387B308DB2D00938216AE6A8ADCDC5301DA25F72F58E6E70938F81FA4AC22D268A405066151D78F67C647DAE1D7044C75FF950C5EB3FE47B6A78C6299342F0F02C5A2466BFEED89352C2B82A11AC8CCD58019A2C799F486DB9892A161695602903413061FD95C813EB63B54D51BCE01D574C2B6398D260AEC078CE3B869F43AED1E65B97841950B5E3EEB22E3C2386132B503C175983ACD532FBE7BFA431D871D26675B8E40D0896A592AEFCEA8AA8923EE72BD53B2C0CF8564D490E68E4B818EDCF1B280EE3ACC970612BFBC59CD6469E0F8F62ED08F9CDB649D20AA3CD403DA100C8FD63B0D3025DE9FE1FC841C07EBA1188F64B0654113E1CACD87406A281E2CDE56F06601416161000ED00926727BC4ADB190C128B318EED561D56AEE87E64EE65D96B4A6F15C469E5A771D52A11C1F803906F3B4DA0D035FFE356CF4EA559AD89857FA0E3F09B81C877900E772D3FFB5DE14
|
||||
␍1F2D927CC1F71BD4CF9924ADB0A7B0EB2DFD18EB61AB6E5BF41F3DC272E7890DD09C8F03AB7B6BA449D471E16548A95A3ECB7B967711ABB1F5C74A058CB4E40A8D35A97CBD6D4B4B1E24A72C175EF0618901DEBD4A781D75132392A76223E52036EFF4DC0ED2B44D7B3C7A662D200F879A99D586217BC07F65EDC992D208F0E9A178A48E0B8CBF5D655496886D022FBCE13B4EF8EEBC55F74975A2E99A6BF03B76CAAB156E271D8168FBBB527FAAE0E36B95B5D89EA3AB67B85D30701356845DFDD10B6B33196FADDCD7478909C6923820286504580C37C016F3B14413923C796DFF7B10B86F2E2F0084DD801CE35F6408E8A2CC513F4D40194519A0BB1A90212C69459BA5C955BD4458DA1B9AE4682F0B3751219F1988EE5142459C691770E8E10DF6C3A8D0A61BA965829C6AD2A115DFD68CDF415E85C439DBA50BBC9FFF49527191B1BF04C67DDBC02C32CB2DC7BE67BF0B431BA05E8EDD9E9B75FA03D6444AFAB9747D2539FA07066D1F13758EE329B07008F73F3DF832AF33E08856DABEEFC5A9C55E498D3851AC169DED9A3C9FF5251EFAB950835235992F462C92C1BD1D745F1BDAF54815A47E8ACD2F7B0CC99FD92AF18A167146CA9D53A3022E9395863A6A7E53ADC98CDDA1FC0272C167FCEAD3AA84249820EF927B7D44FD6B1600EFC8828B5CB1D566295E3A2581D67DDA5E1EE79607E57192CCF082BDE1D92D06ADDA346D219AC455612CA754E6269909A18B691F4674A037511231F0733AEECD40258FDCB9AA9ABCE2633FBFE799DDAC617D73A196EFAB92F660EC66DD1650E2A625701A5A8F1FF6778D0F6EFA0242FD2F1517BCCF65210299F5CE9CD7D141D7ADF779809B13FFD77627D39BB40AC6953EB671CF6B22C85BF04E8EBC1FAC092682E38FEB7574306909F61B693BAD0594DA8A159F2E50309F418566950778153B0093BB33AFC3A1E7FC9B766F0D45A1E8D7611D7773BED02C28B9256D7B6C55654104D1A4FA00B1A655D4188BF281154D05EF3C3EE4BE205E30359CA373AAD6B46D70FE8EB6958BDB8D8C41A5BBFB03C2D71B63E15AF3E9B005B8A9BDE5960A7F12D9FDBE9D09080017032833D70EBF108EB1B4E5B1958670860AB358664065FE6116FE6C97DE85DADD20FA9F3F3D6B0A5E4EDFBB7D2052B333BA80D2A271C89A51CF18A32DEB31C0D704F58AC9DB86DFD2E33884BCABB4517022CDDD9CB98E5E11B99BCAD9BA8AC1F19D5BCA4F5D09ABFA77E44569A17249771C1A7B86CB687F0F8BC3C2F911827010C470A5B3C3CABCA195D64FDA86BAEF2BDF3FF8D1E152A04000E2065E70F218AAA492EABE6EF70829F32B2FBDF682BC88155BCFB64D4711E1CE84C6DAD7D8D479E3046667BF27267E9B04AEABFA0A1975AF647E114A79621365D2DF7B1B7D0403ECD118D9B6B8BE492CA73496EC69EE5D5452F1F2521475
|
||||
␍FF7FAB052B44140DE22B05CB6BC93F293909A2B59E3218F586CDAA8D89AECDAA9FFA2C1AF6B1A83B6BC22BA5007765058F226A61241DCD996D354FAE7B4334A93C607AFC39352E3A5FFB05EDBE963C38D741F18F17D3E369651D8309712D7565B3D542B5BEC954F7655B3012D37201001E2FD4F3A48003853DC5327F565FEAAB2790730645A2B7C24BCE7BD19D2C80A5E4A67B061D7D0039DB64D1AD1F48BC23238B587C15F49C6F5A4FFB23AA69A1D64AE4FBD2413D865D2E78019995C7949009B79B199ABF537DFFD532F5837244C78B8D1E15064FB29F165332C5AF7169C44F16E7689FC751D3EC6CD5344D2323386336ACF2D3DC3BB068F9A3CDFD516D1E7B5A3FE99454969A1537B8B0F03D0D0ADE2FF405D363299FA6D9C06B6D6F1FE542EC6ADECACD072ACFD61C1F78FBF57AAE03258BDE8FEC72BE0ED5A660D6AED6969F5992186B8EF3C8646E2A251FF05F89D4D4E3D05FE46B76EE846B92AFE8F09AEADDA37E079D77AB4B4F5EC59FA21CED9963B76C522388EDD256FF2BEAF46B96E242DA8FFD76D9D8A5779D116B94E0C3586B4A511C3073CCC3F1FD405B42D56F7517B3BF0FA0A5C7980222CD3B215CBDEEE80406A1374AF3E1DC93FAF9D02035441777B095043D4F907949AAFD0A0CA8B39A7DC219D4C6D5E6A158672FFA183955AEAEA53D14CD9DA7217912BCC9338798BEB347FEE1C04F3B53DE7F50E98C78B0A7AD4E39B23104AE7183A79B81965B948D2A0FE0D1557C004FB5DA78C5B7E35EF7C92A90018CD6B7052E486E21F4E74179C521A810314343BA865DFC0995CEFE1175A7CE7CCD0C889496CB4C047781234EC2986780C342C0CFEDAE8613BCF37C0DA387C68F8DDD6FEE3D266A612277A28CEB343A51F7D7281A2CCF1E5B2144D94248A76D20E72B6E027BD851180A3A0F801ABED0BCD33DF8D797242257DF536C06EF7861E46687059015111653E70A3C470D4E6D65B7A9B613530EBD81ED78CDA306F4CD7F1870E37918E55D281D8FF9BB047213A29F53888E2A0899269287519F8E0E6C2DDCF3017DC5A2D4E3CCB4E12AC07C46DA82BFCA7E8EF626106030F99A1D80E27F1921414570FECBE2565023FAA2DB7453FBE0432F5818C100EB48C936CC9B723590E31114A0BCEB55CEB0DA1F466096AC757AF97830580878D4862D912B0F2E07B422C5D765D9D9E090E0051184BECEA78B3F75D4AE909D13B141962EF880B1C6DDD2F92B82B03F568832CF8AEB8DB368BEA3A4CED00110E71EE73D0041513C8AE88C31F0671B2DF0E985ABD3EAF7C0F78DF81B8062C01349D25077E2DCF8D4522B11897CF2B7970F0C20BBF660D73C302E4764818E550BA7B1341AD4D12F8C6CA1C29AEFDE93848540C280427F2DB83453F1DE6857E2FC376D6E40B01166C8702931800B746EE6C86ED1DB3A32FE9414ACBDAC0180A938F0A5
|
||||
␍1CC493236E8EF7C51971768DFE10E063E1F552998304CA0F73DA4797DE17AEAA14E4D1E01FEA488640FAE138A968EDDC542ECB44D778E7639EA99E0EFC05408EB9FD60D9D157E372AA8EC0F30CBC09EB6E3C1AFD0F66051DA37CE023E6EC4FE6D13BC02D7A0ED92227DD9CD40AC16430F77B6B5D3439FBC7BBD34134AFB3AD42EE2D0965F06391F9A5BAA1E4228B11C5735F4DEA8ACEEAD38CB73D17A06918E8C123D316D4D889DC525F3F755B332BEF96DBD1B3B37965C3C00333A650020A17BD71BA68BBB7D085FDEFAA75E522367E9B5BEB4D34C10A1F4C1A3DA3951F3592A9947CB09046929DC2DDEAD4283C2FD422D009C7FDE67CA2BB35F0C153C0060D0EF0C89D411CCFB8EBDD16C454D5459C239B2CC646B96492B86E94546CF8D974BFFAD562A79D1BA7DE5806F7A668C159359ED6DE74FC0343E83AA07CEB8A50DEC8C8BF9C3D16956B82D6B799080EB2F1C2E76E0304BD5C51527398E55D62B804E2D6ABE5FD2949EC3A4CE0F481D58DA93D279E61FE2ADD2DC098E16F9C8BC78F1C5CB7CF06B74E2F3A08E01AF99151B681D32F835729036C0C9E3BC53F0D405D9D8533F979527A04D8BC48578B
|
||||
␍C73A65CD63EAB86ED535BF8465AEE8BB76B1ED85C58D84FAAEBFC6571701F4008F4AAB0497C62D82ECAF91A7330B529CB27C5EB29C8349F62D6792686615C2918105995E73117E2A0F13DF00913C1DE8D07F1934AD37A5B3AA41A7E241662F971BCF920AAF783D60C8FEC0A80294511A35B9A49F069F16606E5DFF1DC2551A961AFF721DFFCF898125344B540BB9E9CACB9E0895E8E7BD0AB835C32DBC01181C5A0E6D654A8D7BF96D3F26AEE3C28D2AF5D500E481DD5235A4D41F799F88920836EE88533E35859C957D7A70A39190F97E604F396F99B2371586D1AAAD4A5B31FB5068A2D9B25F6151CCF3AFE8A65365CD9497283B3577B261B994A2162FC63B640F719B6A1CFBC15022236070E639BFD64CC76F7424A34AA81B85E3CC8F85F4727E206D6C518D8094B85AAAA481C9F23D6580A58D1F34FA30B25EAB04699AE9E3ECD64F883CEDA771C38B303E689701D42707729E5192CDE224EB00774BA9FA08F1ED964C1044DDD8091E350BFFA2F74223B41C5706E21F2BFD9EF95F8B090E26929A796B81A2B659EDECB33715543B9E7266450BB8310B3D527EFC02D3EB10B33C15BCDE4C3A300AA331B8AACC35A0FFC0302678DA5F2F8BEBA050A33CACDE5721820C4C3C077E890D6EA8C1A5C566E6465A7B58DF99F85E8AA1A17E7FDA97C1FF833D63C2901E73A3AA75BCEB615C95E94EE0E82FFAB834BA9108F1EBA567DA3D2B0A15607FA1900EC082137D9FBAFCACA40453EFE8BBB74A7A5D3CD5504383875131DF578D5277603C0B21455D4766679F110FB01F4898BC5DAAD80773F139687D451509E383AAE64A4251D0F7A3FC2B1E7E86637AA265E0EB64D6EB63FF9733A8484D2C7C6451B08AC0F6D52EDE17C0E114A805D142AF3FEA04379278BD11ACC3EA2A3CCE4EECB4F04129F1A4C33FC49A2B3184435D1F9047279837F716541FB8BD95B2A06EAA5EAD033499167716BE46786260B2ED4B84E16FB24CC7D0BBD1BDF88CB9BDE54AA1972230B25B85B8B311D39BC6184AE21E896BDA24A6EF100B5E9249F4FA88C68C0DBE55F57AFE604F4F075746C6F3AA9527A587DDE73BD991D9D13433681F2517545E7AC5A70A54F4B8B36876D666948B85E2C833D678A0B0B1A5D8646B0EEDA9278DF8ADBF29482F77E4E2C9A2BD1FCE6A97E7F06F05CDD0168A1B6CD1FB3611A995C1AE0FDE24F7FC408BD72B86016D779E167169B9F1E794320B3426AA32C99CD2E9BA38CA4EF315EDD8AF79B2D580E431743C68138281D575E0F1F97602C4234712913F0010569725BFD465430298F07B3A6F4600D07DBCE1CC5A9C4A9E9BA68ACE696C331C987AB101746E7AF5C171796FDB1099AE14B5EC727A77FF898160A083B1AFB89204BB267C6FB2C4CECC9A1D81DAB956E220B637D1758F0AD9DF262E9029037FDB0199CFEFEB0DD48F03F84E7397B18A
|
||||
␍48D99DD1F4B4DE4632B8DDD996682F85A2D42FE583CAC85BCB684D16D4B696899CCC36E7B43A1F1513E2C044044CCC8DA3E77BFE93D7F62FF46C51D6C26792D623A70AF0C0C231E54E92F271F3ECD15B6A6200CC913DA50C7CC84AAB40358F26B88BA2EAB531088E63058C7FB9CADE1AFF57EB5400598FB39912BFEE9D60E407C5EAE79B2F1B80A2E2B4381E7529D105C0C35486C8708CAC1CA0679F291FF8C872A618C4B1FDA898917DC450582F94051A0288738033039D6B5C66BEB9B8121A04D8AF2E940E5A80ADE47A62AA320D068E2FBB2AD38AD132A16320EB514812438C9C472FF1A56A8004D0BE7D320094BDC8D98CABFACBBAB2CFD857699A68593901FA68DC2BC663C11FDCF2765097CE3B9B3005E7AFFF2ACD3F65CFFE64F3955BE7DE9445D5A06F34B6B528A661F1770791AFB63E1CA126FEA795F4F76BB0D0126026943CD56A2DBE61E668034244E44D4C1D1F202A2BA6A0A95A3365D925259FBFD4F8444B5892C867A1EB8932A0E55426972C482EFD24905B11CBCB48C97FC5F37D0D761069A93234B26764D0AA546A92F6CD7979318D7B6F8ADD4D4C0B52B143B96C9926F7A6F392B8C6312247E96FA951D0384C8780EF062D1B6C05F256CDD90FDFC4376CAE2F61970EF8B875724E05480707A097A451E42FFE4A21DDAFAFD832C7D572C762DF6FCC89DA459F4CA330AC5647934A554E8C9103D8959C4D296C3C9D8FA220FF8530A9468CE6F45D740EBB2D92127B4B444B57310C4DAE4642E8C010B318007234FE72129CC1ED868A78574347852371EB5CAE5428154FB75BCBD06E835922D2D8FF9A949C70287D4A66A3A9DF0147757A42A60D779BE6B8EED9EAE09A8D5575F38E6D56AB1609F174A2C04F89AD9475CC11864EEA346DF58DFE4608B3A98AC8BFFDE01480544A45759B7830E16FB140DE52166DE308866D8184D4CA45B48B1F0B1DFEB3C3146D4363A48606A7A9CC3A70EE5FED0D3F69F44F15906B8C7E3F461E59FA215EAD9872D45F9417CAD7FAA2486660CC98646A53EFFC468D5E1B62980C3DC60F003F33D04F06D773D5071BD8E9F5BA8B023FA6778A640863BAD018F0E956BEEDD8C20FB9C702B3B1C3D8D4AC4DCC4418D51772FC7CFF77947418FA19458C3105F1A27183538B4565DFAD5F584A4C3C5A83B626F5AC7C9443286544E45458417C857D4184101E9D8257749DFA708AEEADEC78ECEEBDDA7A1506CF536E3E08EDC7C11905142FDD4DDDD7F5C7BB49F6263A5196D6C768CD4F4EEAA2F33F073A4FBC8012C8627C31AFC029D439BF66AD1876601AAC4309EBAED62D21144611D9CD0DFF72594577F9AF990211D208A648B35FC3A3F81795770CFA28753761358A57C3C53C77C676D3BECE213CE5853BF325363EFFB34DDEF9367A32358BE2235BB72793DC172AAE09025EAE1078F100E9E61346693FE846
|
||||
␍98D96AE39314AC87702B76DEAD65CFA137E09EB3ABAEC3A0C1F0EA2024E011C6FBAE9BF03FFC73B971FCA6EAA9E19F5089647911252D0D722C525C8FE4E9419D1519E1FA8E0653B1984A914B221BEC880DDA278369ABC257804E204313F45E2468478872C7D3361C42ADD295C97707AF6CFE4E2A26959EB5826466D6FBD5562739066699FF8C13BBE15C310E064F359BDD6BBFFEB51630543EB5B63C39A7935A39673B37EC6FC2B258288F574DAE6272F6D39C5974D156F1CB4101CCB584B5FC7DA74318BB60A8CC4DF9B314A77F191DED9A75A479E5BE63AEBBBE6B72BBF8B22BC9B127EDE59B1A55310519DA5849A492260CB64B5E0B4E73BDCE12DD821B76DAB1A0E85404A7A225FB62FD78FB1A6442C4365C187578534A42E5CE32F38B76C85F07F3D3D528920AE4491952C8682F799302DCDE6C2C9ACDA1199A0B94D5CEBC4B9FF106179C7F7589752AF902687EAC61A67E795A54469BE698E2985AB2E2EAF13F8D99A9B1B7F4542D8C93930A9D68D890EDFCC05A4287D53D14C5E490DBF437598F9A4FBA67ADEEBB8140457FA9CAB75161E1B9FE466FC884C8188E82EEFB99EEDD8FC4ACC4BE19860AFBB278B2E256907E9A4163B409F275AE901E244A0DBDE3F41126CCB4AB3827CC4A8419C34CA2D44184876C991C0E3871FBF3EE7FC48D1A7776A9BDBA7AE3905EFE2560C1A4C2AF228105D9896D9AAB673FF107A9340BF2C2751E03EAC4ABF756424C34909884D0B036D31A70F48A6503282171D3800D335E7750AE7B93CAF68DB1459F0B8F0BEF21EA81D61784B1A60E20FDABC01DF7504B2A7294AA56381DA8BD170DCC2E429AC3AE0565E7A77CE86BCFEBA38ACA1A9D634156C99D38261C7CA30567FD3A5804068E7098C06CCCDACA67CC10E94C75AB0369263F64BC0FA47218BFD0D63576369A13597456BB18CE3BC386F78DDFC5E862126DD211B9C5FA78655DF53610E321161079A5B13D54C204AA79C9393DA38DE7CDF89C3493D11BC3C1B7A34CE3855906ADBA067EA49619E52ABC4721F58EC6473516628C45FE938B3690CACF8FC46ED1E08C09F187845CF5CBB2145F0E60233298347217F671324241C84FE56C54724CB47812EDA7012395EE3FC27CFAEE0D5110289AE00EF6F906A0759C9C509C7F1CC5393C4108B70E1BD1C61870F340005371746BB252AEAB6C7053C99313982F0DECB7485510ED9E8E5C0546552C5396F084D8BDAEE094AF988C6B3E5D81B65EEB354885EBE12C3B02170DF19271109F78882A6C8DB81483C7C6DF26612641F8DF2EABFBBF9B869FCD7D34E7DA01033A4C3102C66EF4E2E3036D039C023E848445160C4D6229FC7BC96C76CFBF5522FA94BE1AA729A371D8C5ABC8A0988E117FB103DE38CA4885466BA87FE81CBB11A062B00FDE908F0C465E744ACF575B3D70B384D59163D01B5AA6B5D82910
|
||||
␍1A37904563444AF62E685E2CAD8419ADF40CE7B7B6D9E34EF4BE1AB6047F7CB722120E372B5B568875C3EB875B7F3A243CE555C340E5D189836368BA92320AF18FF1FFD8DC335EF0CD32AB5E0B1A272F3FBD6E3A18AA93E9A96418F49628ACD005F70E4C26C3A10DD5F4937E51BB98F8F3AE336C84568D81E101F0EB1570821E4B362CB3100EC5BD88CCF99C95B593A917B3DE1234542F5368EF5947D0047FC44B571958D7B0E72DA674E4B3E97971627A97632A44BF04BB115B3154BCDDAA573D93D112D474EFFAE2E126442281F276A84467AE5EFE69579482FBB76DD280559E8B2FF3A0C328B065DD275E454DE0AED5B77A7387D699ED2426B8C4852015FA58EB0D2F4C55052ADC093BB0247EF4C0DFCDB7459F67DBC3277B12F506
|
||||
␍0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
@@ -952,12 +952,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/NKETYV+CambriaMath cguidfix
|
||||
/F1.1/NKETYV+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: JIETND+CambriaMath
|
||||
%!FontType1-1.0: JIETND+CambriaMath 1.0000.6.9000
|
||||
/ASHVNK+CambriaMath cguidfix
|
||||
/F1.1/ASHVNK+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: QAXHEI+CambriaMath
|
||||
%!FontType1-1.0: QAXHEI+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /JIETND+CambriaMath def
|
||||
/FontName /QAXHEI+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid24 put
|
||||
@@ -1014,12 +1014,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/JIETND+CambriaMath cguidfix
|
||||
/F2.1/JIETND+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: UMXSFG+CambriaMath
|
||||
%!FontType1-1.0: UMXSFG+CambriaMath 1.0000.6.9000
|
||||
/QAXHEI+CambriaMath cguidfix
|
||||
/F2.1/QAXHEI+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: BLWVSI+CambriaMath
|
||||
%!FontType1-1.0: BLWVSI+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /UMXSFG+CambriaMath def
|
||||
/FontName /BLWVSI+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid41 put
|
||||
@@ -1072,12 +1072,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/UMXSFG+CambriaMath cguidfix
|
||||
/F3.1/UMXSFG+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: JUQWWL+Calibri
|
||||
%!FontType1-1.0: JUQWWL+Calibri 1.0000.6.2000
|
||||
/BLWVSI+CambriaMath cguidfix
|
||||
/F3.1/BLWVSI+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: NLFMWU+Calibri
|
||||
%!FontType1-1.0: NLFMWU+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /JUQWWL+Calibri def
|
||||
/FontName /NLFMWU+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid9 put
|
||||
@@ -1132,12 +1132,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/JUQWWL+Calibri cguidfix
|
||||
/F4.1/JUQWWL+Calibri renmfont
|
||||
%RBIBeginFontSubset: TSTNOH+CambriaMath
|
||||
%!FontType1-1.0: TSTNOH+CambriaMath 1.0000.6.9000
|
||||
/NLFMWU+Calibri cguidfix
|
||||
/F4.1/NLFMWU+Calibri renmfont
|
||||
%RBIBeginFontSubset: FEPHUE+CambriaMath
|
||||
%!FontType1-1.0: FEPHUE+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /TSTNOH+CambriaMath def
|
||||
/FontName /FEPHUE+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -1180,12 +1180,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/TSTNOH+CambriaMath cguidfix
|
||||
/F5.1/TSTNOH+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: RTRULT+Meiryo
|
||||
%!FontType1-1.0: RTRULT+Meiryo 1.0000.6.3000
|
||||
/FEPHUE+CambriaMath cguidfix
|
||||
/F5.1/FEPHUE+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: EKRRGL+Meiryo
|
||||
%!FontType1-1.0: EKRRGL+Meiryo 1.0000.6.3000
|
||||
14 dict begin
|
||||
/FontName /RTRULT+Meiryo def
|
||||
/FontName /EKRRGL+Meiryo def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid6 put
|
||||
@@ -1232,8 +1232,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/RTRULT+Meiryo cguidfix
|
||||
/F6.1/RTRULT+Meiryo renmfont
|
||||
/EKRRGL+Meiryo cguidfix
|
||||
/F6.1/EKRRGL+Meiryo renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1376,10 +1376,10 @@ f
|
||||
0.23999999 0 0 0.23999999 177.13341 -180.28 cm
|
||||
/F1.1[ 50 0 0 50 0 0]sf
|
||||
0 2370 m
|
||||
(!"#$%&'\(\(\)*+%,'-\)$%'+.\("\)*%/.,0#+'\(#.+%.1%%/.23,+$4)[ 30.105000 28.355000 14.155000 22.155000 11.055000 28.355000 24.805000 17.255000 16.805000 24.805000 21.255000 28.355000 11.055000 42.505000 24.805000 25.705000 24.805000 22.155000 11.055000 24.805000 28.355000 27.005000 17.255000 28.355000 24.805000 21.255000 11.055000 22.605000 27.005000 42.505000 27.905000 14.155000 28.355000 24.805000 17.255000 14.155000 27.005000 28.355000 11.055000 27.005000 15.505000 11.055000 11.055000 22.605000 27.005000 13.705000 28.355000 42.505000 28.355000 22.155000 0.000000 ] xS
|
||||
(!"#$%&'\(\(\)*+%*\),\)'-$%'+.\("\)*%/.01#+'\(#.+%.2%%/.-30+$4)[ 30.105000 28.355000 14.155000 22.155000 11.055000 28.355000 24.805000 17.255000 16.805000 24.805000 21.255000 28.355000 11.055000 20.505000 24.305000 24.705000 24.805000 24.805000 13.705000 22.155000 11.055000 24.805000 28.355000 27.005000 17.255000 28.355000 24.805000 21.255000 11.055000 22.605000 27.005000 42.505000 27.905000 14.155000 28.355000 24.805000 17.255000 14.155000 27.005000 28.355000 11.055000 27.005000 15.505000 11.055000 11.055000 22.605000 27.005000 13.705000 28.355000 42.505000 28.355000 22.155000 0.000000 ] xS
|
||||
0.23999999 0 0 0.23999999 177.13341 -195.39999 cm
|
||||
0 2370 m
|
||||
(5.3%6#22%\)+/.3+\(\)*%\("#$%#+%7#11\)*\)+\(#'28*\)/3**\)+/\)%\)93'\(#.+$4)[ 24.740000 26.990000 28.340000 11.090000 39.390000 14.190000 13.740000 13.740000 11.090000 24.790000 28.340000 22.590000 26.990000 28.340000 28.340000 16.840000 24.790000 21.240000 11.090000 17.290000 28.340000 14.190000 22.140000 11.090000 14.190000 28.340000 11.090000 28.340000 14.190000 15.490000 14.890000 24.790000 20.490000 24.790000 28.340000 17.290000 14.190000 24.790000 13.740000 24.790000 20.490000 24.790000 22.590000 28.340000 21.240000 20.490000 24.790000 28.340000 22.590000 24.790000 11.090000 24.790000 27.890000 28.340000 24.790000 17.290000 14.190000 26.990000 28.340000 22.140000 0.000000 ] xS
|
||||
(5.3%6#--%\)+/.3+\(\)*%\("#$%#+%7#22\)*\)+\(#'-8*\)/3**\)+/\)%\)93'\(#.+$4)[ 24.740000 26.990000 28.340000 11.090000 39.390000 14.190000 13.740000 13.740000 11.090000 24.790000 28.340000 22.590000 26.990000 28.340000 28.340000 16.840000 24.790000 21.240000 11.090000 17.290000 28.340000 14.190000 22.140000 11.090000 14.190000 28.340000 11.090000 28.340000 14.190000 15.490000 14.890000 24.790000 20.490000 24.790000 28.340000 17.290000 14.190000 24.790000 13.740000 24.790000 20.490000 24.790000 22.590000 28.340000 21.240000 20.490000 24.790000 28.340000 22.590000 24.790000 11.090000 24.790000 27.890000 28.340000 24.790000 17.290000 14.190000 26.990000 28.340000 22.140000 0.000000 ] xS
|
||||
0.23999999 0 0 0.23999999 179.4648 -240.52 cm
|
||||
/F2.1[ 58.33334 0 0 58.33334 0 0]sf
|
||||
0 2370 m
|
||||
@@ -1616,16 +1616,16 @@ f*
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 230.12891 467.83011 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 274.32919 467.82999 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1645,16 +1645,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 179.46471 467.63571 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 222.7767 467.6355 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 312.84821 -113.8 cm
|
||||
/F5.1[ 62.5 0 0 62.5 0 0]sf
|
||||
@@ -1671,16 +1671,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 283.9194 468.52289 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 299.9761 468.52271 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
0.43921569 0.1882353 0.627451 sc
|
||||
CM
|
||||
@@ -1716,16 +1716,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 342.67969 470.67221 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 357.92749 470.6189 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1746,16 +1746,16 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 386.56961 470.67221 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 401.81741 470.6189 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 359.3392 -114.28 cm
|
||||
0 2370 m
|
||||
@@ -3039,16 +3039,16 @@ f*
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 430.54221 470.8096 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 445.79001 470.75629 cm
|
||||
85388 666571 m
|
||||
38229.512 666571 0 663385.31 0 659455.5 c
|
||||
85388.727 666571 m
|
||||
38229.84 666571 0 663385.31 0 659455.5 c
|
||||
0 7115.4849 l
|
||||
0 3185.7109 38229.512 0 85388 0 c
|
||||
0 3185.7109 38229.84 0 85388.727 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 402.6503 -113.8 cm
|
||||
/F5.1[ 62.5 0 0 62.5 0 0]sf
|
||||
|
||||
+119
-123
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: VIHCNU+CambriaMath
|
||||
%!FontType1-1.0: VIHCNU+CambriaMath 1.0000.6.9000
|
||||
%RBIBeginFontSubset: FOUUGF+CambriaMath
|
||||
%!FontType1-1.0: FOUUGF+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /VIHCNU+CambriaMath def
|
||||
/FontName /FOUUGF+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -898,12 +898,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/VIHCNU+CambriaMath cguidfix
|
||||
/F1.1/VIHCNU+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: PZFAZR+CambriaMath
|
||||
%!FontType1-1.0: PZFAZR+CambriaMath 1.0000.6.9000
|
||||
/FOUUGF+CambriaMath cguidfix
|
||||
/F1.1/FOUUGF+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: ADKVIR+CambriaMath
|
||||
%!FontType1-1.0: ADKVIR+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /PZFAZR+CambriaMath def
|
||||
/FontName /ADKVIR+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid22 put
|
||||
@@ -960,12 +960,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/PZFAZR+CambriaMath cguidfix
|
||||
/F2.1/PZFAZR+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: IKNJSV+CambriaMath
|
||||
%!FontType1-1.0: IKNJSV+CambriaMath 1.0000.6.9000
|
||||
/ADKVIR+CambriaMath cguidfix
|
||||
/F2.1/ADKVIR+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: MYLXSI+CambriaMath
|
||||
%!FontType1-1.0: MYLXSI+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /IKNJSV+CambriaMath def
|
||||
/FontName /MYLXSI+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid47 put
|
||||
@@ -1020,12 +1020,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/IKNJSV+CambriaMath cguidfix
|
||||
/F3.1/IKNJSV+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: JUQWWL+Calibri
|
||||
%!FontType1-1.0: JUQWWL+Calibri 1.0000.6.2000
|
||||
/MYLXSI+CambriaMath cguidfix
|
||||
/F3.1/MYLXSI+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: NLFMWU+Calibri
|
||||
%!FontType1-1.0: NLFMWU+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /JUQWWL+Calibri def
|
||||
/FontName /NLFMWU+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid9 put
|
||||
@@ -1080,12 +1080,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/JUQWWL+Calibri cguidfix
|
||||
/F4.1/JUQWWL+Calibri renmfont
|
||||
%RBIBeginFontSubset: ZMPCXF+CambriaMath
|
||||
%!FontType1-1.0: ZMPCXF+CambriaMath 1.0000.6.9000
|
||||
/NLFMWU+Calibri cguidfix
|
||||
/F4.1/NLFMWU+Calibri renmfont
|
||||
%RBIBeginFontSubset: TRJGNP+CambriaMath
|
||||
%!FontType1-1.0: TRJGNP+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /ZMPCXF+CambriaMath def
|
||||
/FontName /TRJGNP+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -1097,24 +1097,22 @@ dup 38 /gid24 put
|
||||
dup 39 /gid16 put
|
||||
dup 40 /gid30 put
|
||||
dup 41 /gid25 put
|
||||
dup 42 /gid9 put
|
||||
dup 43 /gid21 put
|
||||
dup 44 /gid17 put
|
||||
dup 45 /gid12 put
|
||||
dup 46 /gid20 put
|
||||
dup 47 /gid11 put
|
||||
dup 48 /gid29 put
|
||||
dup 49 /gid27 put
|
||||
dup 50 /gid13 put
|
||||
dup 42 /gid11 put
|
||||
dup 43 /gid12 put
|
||||
dup 44 /gid10 put
|
||||
dup 45 /gid21 put
|
||||
dup 46 /gid22 put
|
||||
dup 47 /gid20 put
|
||||
dup 48 /gid27 put
|
||||
dup 49 /gid13 put
|
||||
dup 50 /gid17 put
|
||||
dup 51 /gid40 put
|
||||
dup 52 /gid10 put
|
||||
dup 53 /gid32 put
|
||||
dup 54 /gid14 put
|
||||
dup 55 /gid18 put
|
||||
dup 56 /gid28 put
|
||||
dup 57 /gid35 put
|
||||
dup 58 /gid22 put
|
||||
dup 59 /gid33 put
|
||||
dup 52 /gid32 put
|
||||
dup 53 /gid14 put
|
||||
dup 54 /gid18 put
|
||||
dup 55 /gid28 put
|
||||
dup 56 /gid35 put
|
||||
dup 57 /gid33 put
|
||||
readonly def
|
||||
42/FontType resourcestatus{pop pop false}{true}ifelse
|
||||
%APLsfntBegin
|
||||
@@ -1123,40 +1121,38 @@ readonly def
|
||||
/FontMatrix matrix def
|
||||
/FontBBox[2048 -3020 1 index div -5046 2 index div 5873 3 index div 6383 5 -1 roll div]cvx def
|
||||
/sfnts [<
|
||||
74727565000900000000000063767420000000000000009C000000046670676D00000000000000A000000004676C796600000000000000A400000D3A686561640000000000000DE000000036686865610000000000000E1800000024686D74780000000000000E3C000000706C6F63610000000000000EAC0000003A6D6178700000000000000EE800000020707265700000000000000F08000000040000000000000000000400BE0000048605540028002C0030003400000135343E02373E0335342623220E020723353E0133321E0215140E02070E031D01171523350111211101112111023706162A2417261B0F413E2030241909603C894346633E1C0F243C2C20261507129001FCFD060361FC3801E71616252A3527192F3339234B521424321E821E2E1D334629263E3D462D212C27281C066EA1A1FEE4049AFB6604F7FAAC055400020006000004E90565001F0022000021353E023534262F0121070E01151416171521353E01370133011E021715012103031C323118100F25FE2E221A103D3FFE5538532701A19E01541825342DFCB301A2BE310A182B24224F3181624A4C1F3C380931310970680453FBA54E522E0B31021C02850000020050FFF003B003CD00260032000025270E0123222E013534242535342E012322060723353E0233321E011511141E03171521030E0115141E0133323E013502A30F5799564C743E012101212856484E5F18836080804263783C020A14272CFEEE0CCBCA2E4630446F3E8F04594A3B6B46929F0D41687838525282322F1B3F8283FEA44A3D341F160C3101C802686939421942663200020030FFF003F90597001C002E000001173E0233321E0115140E0123222627072711342E032735373311141E0333323635342623220E0215015D04465D633B6B995363C1844A83484645030D172733F23B0E213F4E30787C717239504F25031F014942236DDA9EA3E1731B223D10043F604C351E1209340AFBD14D5B3C3213C4C4C6C7234A482E00010069FFF0035203CD002100000115232E0223220E0115141E0233323637170E0323222635343E01333216034A7F11324231466C3F183A604745774039334E595733BDC870CA84528B03A5D1414B1E5AB885558D6438364442383D2913FBED94E57C1300020069FFF0042B059700220036000001342E032735373311141E021715072337270E0223222635343E013332161711342E0323220615141633323E04350304030D172733F23B06142B36EC3C0C0F3F5D693CA4B274C57B426C390E2138432F80866E702C3A383A1B0E043F604C351E1209340AFB7A4E4328190B340AA404434328F9EBA4E5701518FEB14E5E402C14CDC0C0C80F213A303E3100020068FFF0039403CD001900210000250E0223222635343E0133321E02172115141E0133323637032E
|
||||
02232206070380406B804DCED26BC681658E552F03FD8A3579615283416B062A5444677B0BAA434C2BF7F195E47C406FA9881276A15B3D4501556C8949A599000001004F000002E7059C002C0000012311141E02171521353E03351123353E04373E0333321715232E0123220E031D01330263EF0D19292DFE672C26150A79261917110D04093D75855A4F376313332E212D261B0DEF0357FDA3434423150A31310C16224045025D3306070E1A332E6D8860270BB53B311226405F4C69000003003FFE4103E203CD00320041005300000127071E011514062322270615141E013B01321E0115140E0123222E02353436372E01353436372E0135343E023332172101141633323E0235342E01232206130E0115141633323E0135342E022B012203E2B9091F24C9B9533C4C1D4344F06A86396CCC8865A77741544D2F364051484B39658A5048470162FD4A666033482D153256385F641933338F935A81440E27483A95510357070B1F6B3EA3B1153A38252610426F4A5E935218395D463F6727134A32395F3D2A905C567F532911FED07D88274459315876377EFCED2655365A55305A3C1C352A1900020053000001E9054400030019000001152335033E033511342E022735373311141E01171521017FB8662721170D0418312DE93D102D33FE780544C2C2FAED0C1220424601B4404E2F17083509FD355643230D31000001003F0000043C059700400000013332373E01373E013736353426273521150E010F01011E01171521353E0135342E012F012E022B0115141E01171521353E033511342E0327353733016C202115193C372E2F0908252A01AF2E6837E60120325130FE801A190B222D77221D201B38102D33FE7332271107030D172733F13C022D07092B332B3C1915151E22063131094034DAFE88423F0A31310311140F1D323EA02D1C0CF05643230D31310D1C2743360345604C351E1209340A0001003F000001DC05970016000025141E01171521353E033511342E0327353733016C102D33FE7332271107030D172733F13CFA5643230D31310D1C2743360345604C351E1209340A00000100530000065F03CC0060000001173E03333216173E0233321E021511141E02171521353E033511342E0423220E021511141E02171521353E033511342E0423220E021511141E03171521353E033511342E0227353733016F0E3C4D483F21647E184B5D61384361431F0A13262DFE772722170D09131B222E26284551240A13262DFE772722170D0A1521222E1D29484B26060D142525FE782621180C0418312DEA3D0322043C3D25105C5F4C482727517A67FE874C3A20170C31310C122043440106556F42261C10204C4D34FE934C3A20170C31310C1220434401065970442A160B25464C2CFE89393C2215130A31310C1220424601B4404E2F
|
||||
17083509000100530000042F03CC003C00002901353E033511342E0423220E021511141E01171521353E033511342E022735373307173E0233321E031511141E0217042FFE762722170D08131B25302727465426102D33FE782721170D0418312DEA3D0B0E4A5B5D343655412A150814262F310C122043440106467249291D111F4C4A30FE8B5643230D31310C1220424601B4404E2F17083509A3044B402319344D6C53FE87453E22170D0000020069FFF003D603CD000D001C000005222635343E0133321615140E0101141633323E0235342E012322060214D0DB73C880D6DC6ECAFE88837A435E3B1A417048798110F5F0A5E46FF9E9A6E47101FACEDD416E914F93C25BD20000020049FE52040B03CC0028003800002515141E02171521353E033511342E032735373307173E0333321615140E0123222603141E02333236351023220E0215017009172B30FE68242D1808040C17272DEB3D0D0F3E484D4728A5B164BF844A7832183D5344797AE5385150211ED3414025180A31310A1529463A035A483D281A12093509A3043F392610F7EEA5E17119015F60684120C9C40188234E492A00000100530000032D03CD0027000001173E0233321715232E0123220E021511141E01171521353E033511342E0227353733016F0E375E6D453A2F7118362F24474219163333FE6D2621180C0418312DEA3D031603434D2A06E636312A504630FEA25B45200931310C1220424601B4404E2F1708340A000001005EFFF0030A03CD0031000001232E0223220615141E01171E0215140E022322262735331E0133323E0235342E01272E0235343E013332161702FF60163C4C37505F265065666F3F36628750549E4B621B6A5D2445362028546A5B6E3F59A871427B5D02E13C451C4B412E3C342B2C4A62444F6C441E1914D15C530F233C2D3340352D264862435279400D1300010025FFF002C204B3001C0000133E0337331521152111141E0233323637170E0123222635112325323E23140B8E0143FEBD102C382C2846222D477F44817E94038A08283F5F5BF765FE436173411C211F36453E99A3022B0000010049FFF0042503BC002C0000132111141E0233323E023511342E0327352111141E021715072337270E0123222E013511342E012749011D1224423A26465625060E132327011D06142A36E53D060F53974C5B763A0D253E03BCFE03757A3E2A1E4B4A310177393A2316120A31FD554D4428190B340AA4045A54488F82017A543F251000010013FFF6040A03BC001F000001150E02151416171B013E01353426273521150E02070123012E02273501AB2E26130D0EAECC14102D3C0176272A2A1DFEAF76FEF11C21272503BC310B14201B1B3B27FE0601E5303E1B2A2C0D313108214740FD1B02EB4D391C08310001001DFFFB062C03BC0025
|
||||
0000090123032E02273521150E01151416171301331B013E01353426273521150E03070123031EFEFA8BF0171F2327018B3A290C0C9D01018DDAB00E122D36015D1C1C1B2119FEDF8702EBFD1002E6483B1D0A31310C27271B3B27FE020306FCFA01E926451E2A2E0B3131070F1D3D40FD2000010017000003C703BC0037000001373E01353426273521150E010F01131E0117152135363534262F01070E01151416171521353E023713032E02273521150615141617020882151A22240147264F39CFE4314E27FE6E530E13919A11132528FEB22135372DD0D52C342C1601884F15160241A51B331B171E0731310B4047FEFECD42460F31310A34152619CAC81625171B230431310C243937010201243C361C0631310C32172E1C0000010018FEEC014300E8000D0000251615140E0107273E0235342701350E30695C36332E1407E84644467473453D304D624A4C4A0001006D0000013700E800030000251523350137CAE8E8E80001003EFE5203AD0597000300000901230103ADFD2E9D02D40597F8BB074500000100B2000003CE0565001A000001141E03171521353E033511342623220607270133061502B70D213E5E4DFD1D6F5F32171C1B2076572C01D4370601053A3B25150B0249490511223E46032B2825423A4D011760AA0000000100000006E66638EF545C5F0F3CF5001B080000000000B9E6983D00000000D18D01E4F434EC4A16F118EF00000009000200000000000000010000079AFE390000175AF434FDA416F100010000000000000000000000000000001C054400BE01C3000004FC000603E8005004610030038700690470006903E70068026C004F03F4003F023900530432003F022C003F06A8005304770053043F006904730049034F00530370005E02B50025046B0049040800130632001D03DE001701A4001801A4006D03EC003E046E00B2000000500050008B00D6011A014C019901CE020D028202AD030B033003B004040432048204BD05040531057305A805E7063C065606620672069D000000010000001C006100040000000000020010002F0086000009A411280000000000000000
|
||||
74727565000900000000000063767420000000000000009C000000046670676D00000000000000A000000004676C796600000000000000A400000C34686561640000000000000CD800000036686865610000000000000D1000000024686D74780000000000000D34000000686C6F63610000000000000D9C000000366D6178700000000000000DD400000020707265700000000000000DF4000000040000000000000000000400BE0000048605540028002C0030003400000135343E02373E0335342623220E020723353E0133321E0215140E02070E031D01171523350111211101112111023706162A2417261B0F413E2030241909603C894346633E1C0F243C2C20261507129001FCFD060361FC3801E71616252A3527192F3339234B521424321E821E2E1D334629263E3D462D212C27281C066EA1A1FEE4049AFB6604F7FAAC055400020006000004E90565001F0022000021353E023534262F0121070E01151416171521353E01370133011E021715012103031C323118100F25FE2E221A103D3FFE5538532701A19E01541825342DFCB301A2BE310A182B24224F3181624A4C1F3C380931310970680453FBA54E522E0B31021C02850000020050FFF003B003CD00260032000025270E0123222E013534242535342E012322060723353E0233321E011511141E03171521030E0115141E0133323E013502A30F5799564C743E012101212856484E5F18836080804263783C020A14272CFEEE0CCBCA2E4630446F3E8F04594A3B6B46929F0D41687838525282322F1B3F8283FEA44A3D341F160C3101C802686939421942663200010069FFF0035203CD002100000115232E0223220E0115141E0233323637170E0323222635343E01333216034A7F11324231466C3F183A604745774039334E595733BDC870CA84528B03A5D1414B1E5AB885558D6438364442383D2913FBED94E57C1300020069FFF0042B059700220036000001342E032735373311141E021715072337270E0223222635343E013332161711342E0323220615141633323E04350304030D172733F23B06142B36EC3C0C0F3F5D693CA4B274C57B426C390E2138432F80866E702C3A383A1B0E043F604C351E1209340AFB7A4E4328190B340AA404434328F9EBA4E5701518FEB14E5E402C14CDC0C0C80F213A303E3100020068FFF0039403CD001900210000250E0223222635343E0133321E02172115141E0133323637032E02232206070380406B804DCED26BC681658E552F03FD8A3579615283416B062A5444677B0BAA434C2BF7F195E47C406FA9881276A15B3D4501556C8949A599000001004F000002E7059C002C0000012311141E02171521353E03351123353E04373E0333321715232E0123220E031D01330263EF0D19292DFE672C26150A79261917110D04093D75
|
||||
855A4F376313332E212D261B0DEF0357FDA3434423150A31310C16224045025D3306070E1A332E6D8860270BB53B311226405F4C69000003003FFE4103E203CD00320041005300000127071E011514062322270615141E013B01321E0115140E0123222E02353436372E01353436372E0135343E023332172101141633323E0235342E01232206130E0115141633323E0135342E022B012203E2B9091F24C9B9533C4C1D4344F06A86396CCC8865A77741544D2F364051484B39658A5048470162FD4A666033482D153256385F641933338F935A81440E27483A95510357070B1F6B3EA3B1153A38252610426F4A5E935218395D463F6727134A32395F3D2A905C567F532911FED07D88274459315876377EFCED2655365A55305A3C1C352A1900020053000001E9054400030019000001152335033E033511342E022735373311141E01171521017FB8662721170D0418312DE93D102D33FE780544C2C2FAED0C1220424601B4404E2F17083509FD355643230D31000001003F0000043C059700400000013332373E01373E013736353426273521150E010F01011E01171521353E0135342E012F012E022B0115141E01171521353E033511342E0327353733016C202115193C372E2F0908252A01AF2E6837E60120325130FE801A190B222D77221D201B38102D33FE7332271107030D172733F13C022D07092B332B3C1915151E22063131094034DAFE88423F0A31310311140F1D323EA02D1C0CF05643230D31310D1C2743360345604C351E1209340A0001003F000001DC05970016000025141E01171521353E033511342E0327353733016C102D33FE7332271107030D172733F13CFA5643230D31310D1C2743360345604C351E1209340A00000100530000065F03CC0060000001173E03333216173E0233321E021511141E02171521353E033511342E0423220E021511141E02171521353E033511342E0423220E021511141E03171521353E033511342E0227353733016F0E3C4D483F21647E184B5D61384361431F0A13262DFE772722170D09131B222E26284551240A13262DFE772722170D0A1521222E1D29484B26060D142525FE782621180C0418312DEA3D0322043C3D25105C5F4C482727517A67FE874C3A20170C31310C122043440106556F42261C10204C4D34FE934C3A20170C31310C1220434401065970442A160B25464C2CFE89393C2215130A31310C1220424601B4404E2F17083509000100530000042F03CC003C00002901353E033511342E0423220E021511141E01171521353E033511342E022735373307173E0233321E031511141E0217042FFE762722170D08131B25302727465426102D33FE782721170D0418312DEA3D0B0E4A5B5D343655412A150814262F310C122043440106467249291D111F4C4A30FE8B5643
|
||||
230D31310C1220424601B4404E2F17083509A3044B402319344D6C53FE87453E22170D0000020069FFF003D603CD000D001C000005222635343E0133321615140E0101141633323E0235342E012322060214D0DB73C880D6DC6ECAFE88837A435E3B1A417048798110F5F0A5E46FF9E9A6E47101FACEDD416E914F93C25BD20000020049FE52040B03CC0028003800002515141E02171521353E033511342E032735373307173E0333321615140E0123222603141E02333236351023220E0215017009172B30FE68242D1808040C17272DEB3D0D0F3E484D4728A5B164BF844A7832183D5344797AE5385150211ED3414025180A31310A1529463A035A483D281A12093509A3043F392610F7EEA5E17119015F60684120C9C40188234E492A00000100530000032D03CD0027000001173E0233321715232E0123220E021511141E01171521353E033511342E0227353733016F0E375E6D453A2F7118362F24474219163333FE6D2621180C0418312DEA3D031603434D2A06E636312A504630FEA25B45200931310C1220424601B4404E2F1708340A000001005EFFF0030A03CD0031000001232E0223220615141E01171E0215140E022322262735331E0133323E0235342E01272E0235343E013332161702FF60163C4C37505F265065666F3F36628750549E4B621B6A5D2445362028546A5B6E3F59A871427B5D02E13C451C4B412E3C342B2C4A62444F6C441E1914D15C530F233C2D3340352D264862435279400D1300010025FFF002C204B3001C0000133E0337331521152111141E0233323637170E0123222635112325323E23140B8E0143FEBD102C382C2846222D477F44817E94038A08283F5F5BF765FE436173411C211F36453E99A3022B0000010049FFF0042503BC002C0000132111141E0233323E023511342E0327352111141E021715072337270E0123222E013511342E012749011D1224423A26465625060E132327011D06142A36E53D060F53974C5B763A0D253E03BCFE03757A3E2A1E4B4A310177393A2316120A31FD554D4428190B340AA4045A54488F82017A543F251000010013FFF6040A03BC001F000001150E02151416171B013E01353426273521150E02070123012E02273501AB2E26130D0EAECC14102D3C0176272A2A1DFEAF76FEF11C21272503BC310B14201B1B3B27FE0601E5303E1B2A2C0D313108214740FD1B02EB4D391C083100010017000003C703BC0037000001373E01353426273521150E010F01131E0117152135363534262F01070E01151416171521353E023713032E02273521150615141617020882151A22240147264F39CFE4314E27FE6E530E13919A11132528FEB22135372DD0D52C342C1601884F15160241A51B331B171E0731310B4047FEFECD42460F31310A34152619CAC81625171B2304
|
||||
31310C243937010201243C361C0631310C32172E1C0000010018FEEC014300E8000D0000251615140E0107273E0235342701350E30695C36332E1407E84644467473453D304D624A4C4A0001006D0000013700E800030000251523350137CAE8E8E80001003EFE5203AD0597000300000901230103ADFD2E9D02D40597F8BB074500000100B2000003CE0565001A000001141E03171521353E033511342623220607270133061502B70D213E5E4DFD1D6F5F32171C1B2076572C01D4370601053A3B25150B0249490511223E46032B2825423A4D011760AA000100000006E66638EF545C5F0F3CF5001B080000000000B9E6983D00000000D18D01E4F434EC4A16F118EF00000009000200000000000000010000079AFE390000175AF434FDA416F100010000000000000000000000000000001A054400BE01C3000004FC000603E80050038700690470006903E70068026C004F03F4003F023900530432003F022C003F06A8005304770053043F006904730049034F00530370005E02B50025046B00490408001303DE001701A4001801A4006D03EC003E046E00B2000000500050008B00D601080155018A01C9023E026902C702EC036C03C003EE043E047904C004ED052F056405B905D305DF05EF061A000000010000001A006100040000000000020010002F0086000009A411280000000000000000
|
||||
00>] def
|
||||
/CharStrings 28 dict dup begin
|
||||
/CharStrings 26 dict dup begin
|
||||
/.notdef 0 def
|
||||
/gid1 1 def
|
||||
/gid2 2 def
|
||||
/gid8 3 def
|
||||
/gid9 4 def
|
||||
/gid10 5 def
|
||||
/gid11 6 def
|
||||
/gid12 7 def
|
||||
/gid13 8 def
|
||||
/gid14 9 def
|
||||
/gid16 10 def
|
||||
/gid17 11 def
|
||||
/gid18 12 def
|
||||
/gid19 13 def
|
||||
/gid20 14 def
|
||||
/gid21 15 def
|
||||
/gid22 16 def
|
||||
/gid24 17 def
|
||||
/gid25 18 def
|
||||
/gid26 19 def
|
||||
/gid27 20 def
|
||||
/gid28 21 def
|
||||
/gid29 22 def
|
||||
/gid30 23 def
|
||||
/gid32 24 def
|
||||
/gid33 25 def
|
||||
/gid35 26 def
|
||||
/gid40 27 def
|
||||
/gid10 4 def
|
||||
/gid11 5 def
|
||||
/gid12 6 def
|
||||
/gid13 7 def
|
||||
/gid14 8 def
|
||||
/gid16 9 def
|
||||
/gid17 10 def
|
||||
/gid18 11 def
|
||||
/gid19 12 def
|
||||
/gid20 13 def
|
||||
/gid21 14 def
|
||||
/gid22 15 def
|
||||
/gid24 16 def
|
||||
/gid25 17 def
|
||||
/gid26 18 def
|
||||
/gid27 19 def
|
||||
/gid28 20 def
|
||||
/gid30 21 def
|
||||
/gid32 22 def
|
||||
/gid33 23 def
|
||||
/gid35 24 def
|
||||
/gid40 25 def
|
||||
end readonly def
|
||||
currentdict dup/FontName get exch definefont pop end
|
||||
%APLsfntEnd
|
||||
@@ -1168,13 +1164,13 @@ currentdict dup/FontName get exch definefont pop end
|
||||
/UniqueID 4480348 def
|
||||
currentdict end
|
||||
currentfile eexec
|
||||
54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA55675454E59AEC12A68086DDD95476477C46AE143377694529C58844212FC811560E27EEE2CF00BCB281EA889C2D878C3AD50E8F3FE62C0EE5F6306EABD6A13240585D9169A59B1C31BA5542FE3FECB751614C21A0514EBDDAAFF9564E2DCB0C58B30A6B6011085D9D072C59EB306901F81610D07E58126CD7AE8F9B17C92277DE3FF2ED1B7841722329C10E3A5F10B1F600F0F414825D177EDE4F0E75850D6D1F3E01DBDF159F4418CB337455CDD959ACEAEE8108493449562A65705C6E5095A02D78877EBD5F9B0B4B067D13798FA605F484E91E205AA6302BBDB712B43156AE98B3B2C51F792698FD84BD1B2102810F49E3DB9315F23FF7D6A0F61874F326BEF9D468DDC5A0619869EC909C16D7E396E39089EF190AA1D65C44C16A5389683D365705E734262D602B68C65A0635DC7C20E9EE4BD383A3D7B5F4D2DDFF18910B8A302283C16FBF5192545BEE305A92F24B06FF354B0BAB9D665DC222D7ACB6CAD7241CD6FCE8D02ABEB37D2C7C57034F376BEA1909C3274E0C930BA893C2C7EEB2026B4BA781C3BAFEFEBA2F3D1C7CC1BA372B8641A943D3E1F37013FD921374C6C04725A69FAE26E01827F56EC3B41E8C1E4A0B9B2163BAA17D7ACB3A5570C87E65D2FD22001FA7BC5821DFA451DFFFF419A3D3944F7A5E5BD38B1E133DEFA667EBE4FDD92BEEA28F5589632D7396550D783D784F617A234FAF5CF4034E2279774E7A7B78A897678197D6CF07F886C2A832ED88796E9EF49380F58A4395C33C1853A13F76258A444B5944703DD3A956EBC22564480031E914273D400A50DC076BF907815C5B54FFF0C2E34E
|
||||
4B56D66402A6B308AF2A170415D50A64505FC8FE8EF08C01655D72663DDF953AB90D4669DCA3CE1730A304D7D1476278BF97F3D2980E31102E391435BDFE80CDC86AFCC4A24B93BAADDD7F908F9C1C66D7E3224105244A74D6A4C374823A043FE0EFE8E898E5E4FF2481D5A7334E7E60384FA8C247CEA11A4B5833FB1354CC8C34B00592873BE0348495D8A5E50D4F14FF97C45A9D9AA5C9F8E508D20044F9F3915D46E404163DE7CE391152971847F1CB5E6841F7A7F0EE4D7C006F5EA242F9664EB438A102EAFF61E5F6053E871B1E511A497F1DF2CD3E1D283377F0741600FF6EF20AF67FA836F904956581D4AC2F399789D43D4741D4C39E47D6135DB58F72701C9A3B4FC57C224C32ED1AA60C764810B80A039F47EF85AC5C7758D514485599B79DB8E3132553BBF0E55E9CBAF873D6E074DBC808325ECEA4D00F373FDEB2D96CFC30F07DB43AE2310698C7D5D37A8C8A86AA2D87802D696AA18CADDB8C471D8EB6A07A3BB7AED251E2F84F69D7F89D1423EC3DC23F536F0ACEAEE6A260CDBD02047C373434745EB2157E6CCCFFA1E18134AFBC465A2B50B807CA5AD607A9DAFB452A3D6E5B8D49FD3C10115D8BB1E034B075C93E34FF19F54F3D478AC2A333F25F5D823B86695C7E4D4A87102839236E5129294C93A18FD8DE92F2BAEA951C00C4C16EF293BA0189535898F96799B96C4910F36CBA02E7F2C1182D84841F4568404ED77EEF556069BDDEC3970DA030D71C70EF96C943DB45FCD4B9FE5DE587A6E5761781DA097DC4A1D1F6CF3768D5D77773B8646ADF6BA17E19F79A582B0200919C13DE854E623ED35535EE3059CD18266A6B08183EFD9F4EACC45E792637B7FB7FC18C453134AE5F36364E91D175407DFA87C70B59F25835560DD98CE15EE172A61ECE4B2C255A46A00D4A5663AD80D9B212761EDEF01862BD9A5188C718DC22B375D4E316A24534007A919862D397B1D3998D9768CB457BA472E115B7D421DC2A2709F91568D93813F4F2CA83C71B61227A3E74AE1B37EFDC5D7DD57B60C72954485F7992431C553A5E8B5521D32DAC248B3474CC5C76628A80FED6CF865835DCC67820B3FBDC64D043D6394E01C12A16978359057EFC26F6606E0563284D8AC7B621FFD9B842DFE4CFEFE1C71DCD5CD23B225A513E070810A6475AE826D44E06F09CC9EDCB4646611E2F8ECF56EDC6F9E933941CFA607EBF1A58315EFE1B6CAEB7E7EA2123A608BC4AB00A56E6865CC5ED9FC38FCC997B0D7896F942CAB026356D63D1728F2881F6FEAC735E42E525010AAA62C08B0AC6B6B3AB5A0ECDA5BCD4AAAD543308576E575C03C99A6A6DA3314A03E56454AC94DFC1F97CBE01D4D79D1AAA1B20731BF50121DC712242B129CA8D804575D7C558F0D994992EF1C1F36C7FF9B28B2E5A8C23D8BCD1894E9DDE88DF1E419D70FE8835382086
|
||||
D8FFED3E204CA00E923DF702826BA070724118E732C20BBC419AFCD111472529A646A081B86810F31E3C73D66923A618D9E03CCE267E4CF3EA652B2D16CD7D1DF68B41D681921D36C67C76CA95AB523BC437C0726C819B02480963D13865760EACC150252D0B144F2623596E51EADE552617C0836E551C273CB5C6D0D09696E8D214C0287916F242BB9AC2C630DA8E7B930BCE5FC853A5D761EB067B2AAF223EE59D2BF8FAFB5D22745605D95EBDA1302445E09A9B5606EF796BB5CF6A8EADF506DD8769313957E266C00A37D8A3F719298B9CDEE87CD22FB382DBB96E08AFD03477F48144952251509943959F6662463E0DFD3F28064A99636D53422F2BA63A41B1355BC245B7C9542A67403EC7C32981DB92F80A1A03135C473EF861FE41E3FFA41DAA2C2F8AA21A9885B5FD15AEAB61A4D4982A59FB405D10B9A95991D6523C378D55FD355D7FD22197C9F6ADB116AB9D8355EB401F3239CBE5167A02E9090B094081A6CBF5B868E9D46DEDAD29D9229F3E10875ED1D9F1D52050BECD4C8CF13702483832565777D3588CC013A13E969A1AFE00D138AC38BA53370FBAB866DC76BB5F978360CE47495482B427A7054E92FB5082A2BB45FB7E5E6221244C06A9A9C07ECE6362D70CABDD4C71FD534B4B9DA9BBE0755F429E73AB0A5305BAC97EE4851EC0719BC1A8554F04BAA9D3666232A028FA61C163A321B607AC9BBDD6ACE4E62B887BC2436A213CE9AAB94F0D1668F263221912947C9A5D17F2C5FA545B2E482CF99F03C51BEBC8DA7C0BBC1200F0DFECA4AD2FF02E123F30A37C775E15359B6927A6931D32ACD16D32DA40199D95DCB9D0DD855F145556B0294CFE4B2FB1C76AA1268408383F01BC20AED96D5FF873B31B4559E0C82ACD9F77B77B22F216B53D5F6B4F3F8C1E9B765D9072931C89E44303A95F5EFCD46DA926A1C6F7353DFC9A702B68367CD051B2DA46B3DD2502053EEDFF87FFE144D1211BD183F97B5B333D78668A21DA15F5AC09A36787EF209B179BB4DA75078C96A3EAE4F2ED156223253AAA117F14C52E4E7EE771A7EFDCA6A3F9FBC64808B65AF7AE2376565B8E2CD91A587E569DC8903E7E0AAC9253856A72ACFB3EC7DDDE1C37F611D3A4BCDF63E4E7122545A616E327FB620E54E93BB71B493DBF29C4EC27D40D210ECC08280BB60455270C98215C142B74F168D0D519D608547183F731C0F136975A281F9144029087D5CD799D63956018691FD61536DEA681ADF5FCFC2F47EF1F175A52FB52667672455C62FFF6D3BF2D17EBB1797E8227F10D60904CC3ADBEBA5F8E64BB08709726F996C3D6F81504C344CE0DD8CB28EF3275D4809648B2AB26664BD4378703C92061C969CE5650E9894CF1108650F979D39331423CC7BF243C66216743070E761C4B36DF03D17024946BED1D86CEB8AA6738027C273AF7079A2E6F
|
||||
EEAED15B50AB235F9EFBF728C2F65B2A968DF3DC323EABB7DAD7187C9879350053463BDC1369F639023BB604AAC804697195A73B90F43479BD8308876E08974AE1DED3268A218FC1035F3D42859829A23EEB59B3F1010770C0C6D97DF390240B3F152A22F04AE5F2FE2F6139EC33C471F10F1B289E81742F6520BB277EE1D00C0F31413FA5E36F3732FAD6B0F9D271E96D8D99A4ED8E2F798ABB66EA631CEA92335F963FC039E80FF6B7F775FCE5DA285E58C5F685568FC6F4F06DD5EBC91DDEBD70FFB939D31F4891B148395F2A923EEE405FCE93111DCC774C402BAD1B85A3B5F184992C8F010187C5434E831DE33A54AF647800E769B6037C76304A96DBC0B10363746A613FE49DBB6DE0E368C651B769853F74D7F593B72A2649DDE1EDD9A4225F70EA475C3CD840BC613E55B22D812C08E0AFCC95BED84908E011991D28E1A2D25BF7F1A94E336CD581F0F9FBF05A814EBE54088BC8408D44279930C3F1A5385B4DA51A328643D7FCA25434D7B61FD18E6EA7D26DA0BF14FC540EC271DDD34F960306A96BB704F6A43551DA641975AC7A727F47DAC3AA76DF80E96B3059EF3EDA36F5CAF74D3CA92BF5EC0750F20463296C000252856B92D8EB3199C43E3E35BC6FDB60D59F3B6347901D7000D1426FF98EA14C7BD38F56BD3D91A7581F667EA1169185EB25F493A53C5410149578D60017C9577C26F24A1ABC118CD990CBBB366BC3C15A4D757BDBF2CE482CDC7D197F005C535CE3C459007DDD4EE3A8CDC9292BFE92B136F3DA897C42C54652B57A560B7CE8EE94B6E374573D8D8B89A1C839D6B57069F12DF30C3E709807FB52C11EE42C89C34C1633D67BCFDFEE2E2E53CBFCEBADADBA5068D908C03B247D0BB5853478A5C158D052AA2527905AED113EA4DE44E298E804DEFCE66856110D7EAAA51F4A21EEE113A03CCCC48A91DFA9492082B7234FCF6AA354E66B70B8CF9C303A9DE1EEE920319A498F0466BA805C02382CFD46B5960557C21DDB1C8B5BFB0B60D578A2A92EA458E1A60BC106C21214FBDAA0ADA1698B23594DE0C926776C4C2165ACD2FD98C299061314072FFF9D0B222FD25E67E8852E6862FB681ECE24FE3BA247F5C8B91932974C071120B3B4CC600073D375EB1975897CEB44677BA83D2FF08FF7944D91CB93DFABFD4D6DE801100D7D55E61AE60618AB8DEC86B17D206DD13668203C84C149BA3F7D1CA2B3714A4C5A58147EE082D912C5113500B3D50E1FFFD6B22E4B6916D488870C82FF1B000F7E7120E2E6AEE77EDA7862A3400EED730244008AC9B7217B1C9DF5EDA79C6B57B93252C8029EC129BF4F7BBF53F3389EF7A6F1D5BBDB6811108D7C65F80311313FBB5D845B81E5BDD3AA1BB95A918422F521312B5F393F38DE88C70F0761EF996914B2D200A632E628E6585B0944DAB53B9C1A003BBB2F6558C6319A
|
||||
BAA3426936D19E9D08DE80DAACBE38915E969B3E44B9F352EB2D5014A9152999BA88FF7F06AC72101FBE80C5B03165B57B6B812354512307298E5CF193DC7842B7D5549C967F46D0C162DC756367DF3F0B6E22F13B38FA80A23E20EFFF616AB1FDB930D0EE039CDE02F6B1037DF096D8101B2DF1401E18D32D7C8144549E65216119851814B89FE05A0F2BFEE742D014D9B4BF74FE1BC33A94062478C0AD0A9CCCFA425566B0AEE3CF35383C880E62C88268336A7D328B71694291A1C7486B26A63610809FE2DABF569004B36468497264FF537CF7016CF99E6EEE6319338A42D1D552F7D161ECA59426199E6C23753A27D018D81540695F34E41DEA7B764C46A9466A607FF5D24B91A392419A139C52BB7AD02E1640273AC1C6EBEADD953189EFA546B5835C7840ED9C23FD513561332805361333890A638CC306A4E3141EC96BB32990BE5C7626D0AD353C8E77CE21CD9FDF686046B0BFD3B36BE7700F1D8FF64C2DF2CA14FBA980ADACA8489C42A0D506C6A0009C3D2231C2AAD39EE9137C3CAEED45C7B8ADC996CD216B534D49A6521CBA8F98270B6F1989075DBBD0795BED6A16A44226F29F3D6C4A26047A6E9297F847A125987E858B5E1236D8C5B84977F6D678299E5BC61EF744C1E9F061B493B5111201F2899CAF4C972E26A242206B057A53D8F6310042F29078ABD3503AA43E86725CF4FFFBE774A35A76A3F4C27B88936C929E0C6135EB2DC17E898775DC7460BDBF3C9281B778B47AF5813B3E11AB5672BE7FB332DE979F7B0CFB0A5C1CC71C95CB5EADE445A3DB3024D3A60BA10857058B6BF4B8FE6B86887077EFCBE067C48C11B69B1B81A1B215B85764F088B84A5102205BD739F9B307D4B7273C5324FD1C9FEA432C2C962E6DF512A5982403D396BF840555065C5D18986EE85EE4EA3B2D03F437CF78AB8ADEFD04D8B035FFF927C8D181ADADD57654AF56C70E60C98B2C3FC5578274124E6652AC242747165CDC35CD778850F6C0C6E1344FD620C0520FFC835BBB8A72405A143D97F1C1C84BD97373405FF618C4B11BB2CFB51BC71A6C5ED23346E964F06E7EB3FAFDE3C9E1B425DADF59288ED3CDCE275F94DD5F21E8634568E283D515C0EB828D5112135ACDD76FFB258A61FEEEDA50D3F22065F83F860A9F07F272B14756D02CC058ACA37EF318D297E28F738D586049AFBC6FCCB274ECED9EC339BE267E161322457B9990CE9C13E4618EE55BECAB0ED65A5E792060BF8460EB65FAC459DBCCC583DF361E187BF9571E58F62EC072B98198CBE0317C8ED7FA743B1E2AFE594D0F31E3A1E93E61CF67461778873E5D5A0660FA48932F7D2D755F4F5FB17A1677570D9B3E9A83C2109F6F8C9D256E83F946A6C806C2FFF88FD9BD5F0246A7B3FF34307A994B482A08690EC69AF05939E79BA312E6E38D2038B186B131ADAAA69A98
|
||||
2034287198B1588FFBFE49C57A30E0922A3C1B65AD894448A29D671ECF540F470FF76442FE3955E29B157DE6177FAFBE2C9F963B460B039F23503534C4F85359A366E9A1BB5A42DC3754B547FBE973BE5DDDF386A550F6B160C5D3AE967D0A16E77DEF978B27D7DC89B23742839FA75DE37E67F829EFBFEB9C32B7D0B7885886BBEA992585E9393A831E1F5A8106F16CA71B6D772E8DB2185746A1ADC2B55F55D593A5DAE9C3AA1C704C9001FC188C41838ADA1744204AB9423397AF363B808B2F9B5D05C21180ADA208288A17D7FA397A9B8CEDBBFE033401E3A9A4D3B15B0ADB5021E50591CF24C3D3341E1CB0F2786FFD811D8F455A3BF9A08C8A277171627608C5E35225AF4F79656A3D07878A6C294B9EAF72CC3CFBE41718B2E501CB3B8C1583561BD8664302D270705D7A11B3FA1A7B1C3E982D9138AF2DEDD4B974AE975241437E344C511B7495CE4594600F3FBF1FEB14C3CA606594FFDC176FB282A5D9F621532DFDB781B00F5F76CF3C6C906F079175887CBAA81EB717ECE4E4871B7271FED6C6327BF1AE2990C3466687FCEBBDF8E2310CE8A66890FF920A01AA5BD76D83F4068E3AD33FBC634F08494E985697BD2905AB3C9AA60A52A4482786B95A2F77844B436416F2A8FD7AD35078ACDD431EB6712DF48D7F7E0CBD13234B4579E540467116243031612F21BFA0A137874992E61EA6541EBE3DD2F8174169B489FBFF71DB8D06487CF736B4A955D931E1A49E80BB298829F81B96D39B3B11D22F10234E2FAF40FE7C67533ADD0F9CE434444757ACE848303D69F73F5F89E20382AF931EF2D790E3644E836C1C0C9A34D48EC5A47A5E4AD61722499FDD188222849B705612FE288D44E5C85E7A08FB4EB23295A37E3444FE4CDE7FDA7DE02F500BAB88BDB800044AF7DA3FD1A142921CFB51BFD4800DB62A6868F699A9CB05E3C30BE80E169E2A479A354957B6CEC6FB59B54151542D4A6F907450ECB7F8E50408A69B79F290E9E4A811940D2EE004164C6C9C82E474F4225900584F9B29712E3525529DABC3421EFE32AFF563D8A04A4EA13DC93EBEC78978BDD02A1490A1E81ECD2896E351B2D29F9A33F8F8EA81603CFA9F73CD190EE0334F72550D7BAF34C421B3D7EEBF3613CFA87E16A7D4090C3C897B6B93CBD5A8ECC7BE675C49D62001AEB44454D198A90E6F5C9480911B47D19F4F4239B1967B42FF846C8B8BE256166424BC888548653FD11557D4B465B3BC1EC9DC418925696E49003AE7BD6C4027F0858DFE66CC95C64961EED84B107F2D93474BF8A0385824B9C09315DEE254F49F32E9FDD4294C7021B496B1C2C0557C0AB20B421A984B9A9F2ABA29C4D9C709257CA86034335BA818AED673E1533D668D79DB5DE7AF8A23E6470A92C4102DBD3677C42F707C1FC55814D62BD8B76084A813AA66863FD6186D69D9544E6E
|
||||
BDF97B7DC607FE7024349D6FDCBC98C1BB0E9DC98F445124C0F8101D337BD52F2484F8C64645BB62D0E05796C9FB72272D673C60EFC15F2A3BA3B16A0E3CA38650DC818A373AD76EDA6C36122377A49A5C808E2BEB95B4D23C941F0C49383B50242196F35C3CE8DA7B1958E3B8ABD55C6A26A90416A3A2637DB0A2D46AEA6E2422BB105886712EABCE7EE610281E594D51E84A44096BB8564326D9C2C70E987AC2472C6A2C4B0621CA599A70A251061640BBF9E136FC6C1F5CDBD13FA077DFC1B8004A4FC750957AE6C110A0E04939BBB8E47CE4B5DF41E64C9B9AC3CF3C16A6B70B0D705EE209E272A534B04AD914BE48B6FDAA907525E3A3B01437246B0E8043330FE3AB63EBB2934FF51F61D44C41C7DF4A89FAA4A88E3E8025D44561634CB082BDE63B56833032B7AE36E18271503E8F5550C78A5F0BE0D9B8CA3F44B175501B62D76B400C8959003E0A0152F1F8CC4D8A2759F46DBD9ED30548F7B9BF8F337474DC0208561D1B1DB7E905F3A6BB0FA38620E16FE28485E65D79116751F3A003AEF536C6DD60845A8C63965B27E8AFE12D6125C19AF5FB2896DA9ADBDA640CD12C97C506B16876B714C3588BBD068676150696BECBE28A8177635135E11B57424A040DCF9948F34AC7BA4F4C7439FB913B826D10A9B1D111DB75E3744E761002DCC7AF4AB1A62D86D018339CC92F8B96DF014F3A6D20515FCD5DC41D7D66E07BFAF28B589A2224D507F972AA15BC9DFB4C963222D1723104E0A05F6B6FA633FF7C89AE2C9C2ED6BF7E70F9359837AC2D4FF3B698A92B0239E124C34074C5DEA6ECE393EEBBA3FC237273F7BE9C6A6D5C6C383E5534B8669E6C678CAE57D0AD7F0E2B7A8414EB2F607A662E6BB8F3F202CD5B6641BD1F7167CF0DFC677E66BD46765DAB6C6810F3214DAA412488BA12BB0A1B9C752B7DA94277A11CC4A0EC0DEC7BDB93079FB74B391B20EF583FC09B2558E18A5BEC227D58002EA12F77BB3D8A2DF48D009B01DC009D77E3776DB51E5B0323EF0C
|
||||
54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA55675454E59AEC12A68086DDD95476477C46AE143377694529C58844212FC811560E27EEE2CF00BCB281E4F2B7E4857BF54BFC4169B6E3076DA51F266F2CFA07F908C9D98FB38C1B03010C2C0EF513D0DB35535B962E06ACA687279E7C0A99C858D95359AB7F027A8CF226B04BD2B743929E79FFD0AD75EC68B5CF171CD4B6266C6D45129D51EA92663FCB3ED27AC4F54FA44D21A5A7487B7E3D7048AE965196063D2D9907E56712C58B1CFA77E493D19054AAFC41CFA6C294D6874F52F923A120026433033B539BDBBC3A4FC7422029D1A7A13A2BB5566EECAAE4039F92D2301C1A5014A7DF3721A6487C6955BE5B35DCAFE2EE2141A4199600E1F30B83E66391A13A2F8CF3261738C2C3B349EABE20DBCD14230C0FA939832D25A6C1413DB8847D3A7A4FACFE1C46EBC8074D249752975C2ED549F938659C11B5B71D2CE7F2466957098EAF6D4F589A651937B4335F17CD81894831CA2A16F3F47B3131111B4508FD27774ED822893060CF08B034BC496E34EF00479E01B8EA6A20870389BB4A6BE7BF19323AA07DC72CBC9EA91B1CB3ACFCB5729E1E4FDCCDBBB3D21C664990EB87E6225751B0E46818A118302D0E84E655687DF0892031AAAAD86E8A5D8E546687F2DA77851EE7AAA5BF88684DA7FE71286F74AF766B28206A82109CF77F8C1381B44986B1129A0365D3840053B408F253856921F6368AE61EBF55C95188EBEA5C63ECEC5B1E84570A8B24ED806EBC7FEF803C4826ADE056AB76CB0BA985855E3EBF55016983AEE527466D14BC18FC9DF608AC88733C9CD7DFD4D2E44A6B7E7D44FDABFA38EA9D64976A49
|
||||
962520EC38038B54FD8F0AD146E4728AEA91AF1AA42DF43811A6194E0716B62BAC00946425B351CBD013C99F1B749DE5128085FC851D86DA434A8826207D6413A7E6B597F368C106AD48CBBA8BC9B849585B724B4C26FD019BE38DDD182D5F9A95C17194B013E3EC66FD2043B14F4AEC50754528376319AEBA36AB8BFF8057944DE50D8B093D3FC347E9FD1C259B624A405DA78CAD093865AFBD579B86D2E41D450144330158140C0EC4484EE5324BB4381C1BCC8A789B9CAAEA3E4284589D8D7AB4D3484ACE4166466757119213E65CB8757715CF675A7A23214AB97E17120DE29A955A1BE0AC1FF600DCE59957102868E8132CFD7FB03C5936DBC36CC0E00BD67FD01CF31602DFEF0A1FBADA15D0C658D1CDCD5B834D14299B7114256129128AB7EC89139E1AC4495A1C350FEE2F7D32125330F4368AABE8E5F6B207F12E4D1811857B0720BEAF1098F883CF0124D45F96021A6628408FD184068677A597F294EE5D7DE9C6A82A47E4AE15E9E91D307056ECA0F33B95CF3303BD776BC8CF49B7E53620AFC9E6BD3B7D4C40C9C0BC40AFD0DD52F4D8BC49EE68E28A95EECB5C821061CD2D72E07E7A4BF5B6AE851351C3775A4E6C36FA4ECEFB9C200E8B9D22D1232D0F4C449A6C5C1C556AAEA2FC2C95F9A0C7A001247CFE6240A0BA2EE7FA6C0135966D82BA3A913227E2A115CED6B1A3A4F2AF8F2F0348D896FC59781F210FEB27F12B55C118BF3A3B5180F9CE10105B27158BDA479E5B0E3E1A5933362F94687D6ACC490E31FE0E4ABDE1D21949E14E21729112E6DF207AE06EC03F589828D4DE860383351E6E720DC66AEB4B12B3DB24EFC631EB2CDF74C132C1835AD0EDACCB9723E9DA903AC01800D9AF5838E8CB2EDDAACC10B5A15B12ED828ED5837A694EE26FDAC8FA6240905C20CFC3626A4B47D7F39FFE5739B56CA815918B26E41B7903EAEFA0C0DC1EB8146953489DFA9EDFF23EF62514F93F45CEA899B28FCF647BB26882CF7C410AB3E190E3F02B790652744C4F8C80CCDF10D2C2CD7363E8F4BF901573ADEA7877018AB8051B327DD09592D36AB9ADCFDA0EA03875EB4986376A93D9B6111F6A7F7CAC1EDFE657EBA5A9BC1FF16803A5EBCEBA952B2422A3F5872F665730D146BC893366E1EA474000BA4F3EEA6B95A5E29F2BE091C53ACEC246D2CA216F91E5B736D04CEB4ADEE04EC20C4140AEDF732D152DEE2601775FB4CE7CA12D7B0FAC54D34CD3271FEFFA16A1C1127B85DF70D1DF4ED289A1B91B780D91B05EC27149811E6AC8D771CF09DCE79791D0251AA31F70580A3222A682DDD6C0732A44E97143E7E1A19ABF2206399853D53AB4CCE263001C89600C32B556D75B7D4313C587490D5184BEF4457D5CA1E115DD970C29EBB2EE0FBE3F6732F7CA7E8BC8F24E9E2633A5BB549766BC395296C945628B0030445DA2F47E2A
|
||||
E0B32A520BC759ED5EF866ACA97E00E5DB2F8063333C1BE0C854B186D9C9BD547D83B4EA258493D18F5B58F510B62AAE8C8644B8270D0895A7423F5A20EA5F6B23461A41EDDBEB976941E08C09FA3E4DF7CB4DC6EFD66E9DB9B24F78F9CF465EF1B0AE3B0551A1391B177AA50380A41C8DDD032CB952A9AA28A6EC784791098D00F481E03261E28EF1AB962E9B878DDB4F74540621DCE4C8035F7A87DBE994B2846D98AA3FF58DE84B78E75B343840A60F1B75A94CA24C3269942428A1F8E9A6BEC2E36D85D49DCD7D23CE3F71F4B2B5DD046D5881E3D7E95DE0BE9D95487880EAF24B75F14788BDE6A61A7EAD176AC7E75E8A460230E73C70C8BE8883A68F7513E89E77F46B3D588A216E571F111E9F4B33138BA959D702C8FC2C0FC1343D6528BB84C52127DFFF27B82C50A7FAE5B13B65382887376F1B8FE58483164F03D694D3B035DF0BF4BC1752DD7037526CF1868B9ADBB10654BCEC15A93885D79C18660D29E68FC776F2B13644DD0003B41C4E2A2C954E1E941338460D1F5C3FCAF8CA950DFE79F503B7486C411EF23E03718B602457569B4B3D5328398B51B048414BA6BBC68B2710A4FFDE62C0F667E9D1D13BAAFCAA0BD043D2A1560DF59BEBB7BB1E21E5672B2ACA36C9AF88813347165CB0BE0054BCC215839B13BD3BA96F6E3A816B673C9BDF38E8F9EED13094FE7585FC9F740C69F23695B6ACE69BBBDDB0BCFDBF3358EBE21A345B1849004BC521F21CDE8CB18C5047EFBE34C6E2591E0D5A4FCFB9938E8CCEE1C4CC234D68D8E11AABC7AF29F28EB0BCFE3707CAE11668F2E83B7AEB1B4B4B977AE2F840211B633E4D9E88400614C05C184780DF5C09ECF12E1AE54FEBE658437A19BC648E5B25BB837B21ADD0FE935090C615ED78BB8B550D45F8FDEE34959A67B50794766DD20993AEA0F24207F6F24FABA2EEE494258D6C908F7201C10D6F3353B2B958CA09D5CB4CB1087A32F5DDA45F0D6A492843E3CFBA9D1DC30327865CB5A315721A20F589EC381E508E423B643B0D6FCC4F444F68A71F695F289E724EF5DD599C661821EC47075DC3D4D770BEE423A830614266CF92F6E5A20564822262E560894956976A895A486AA2A6F05AD5DAC893683C2BB37B5C80203518B5897D8144AE8AAF8C3CF594589AA49057F34E567DDA4E353DC825D9E444BADBBCBE1E0D96BA91811AA30F8ED0BA353E821E605310F92987C3F2834D9D7A5C85110D88F7B5D409F3B23D7B00865B32843E63ADC4DC71AFD8C9E6E7558E7FFF16CC99DBFDA0A9F2E18C0C60CAB69F95DB12E2F180E4FA8C7D97D65A07FB1947EE8FCD70AB3757353054D95233FAB3C264B1517C27CDAAC03425279B7DB65B22E40247C6A8B0C48CFB42DC828E57961362CB156197F2DFFC4F0B5BA2A5D51F4A3FD09722A9649F8099C9423066216F51CC5A894532D95DD706
|
||||
C7B87B784EC4EE68AFD582E5C2AFE34F825A1235D3FD1644612B75777D801F724D3899B4E2B3183A7052DAD358047DAAD964A69BD002C33DB12D25C62F9CE5A0869E49B2A44FE390AABB63D256DA10D20FA8E76FF114A6130DB162AC0F816F2CCA587B2E630492FB017EDB8456DE21E3819617E215EA62416A9EB25C05A98EE87B12791135E7F73D0FE21E87F5C2502562F488DB1627A666DA1C6ABB98907081588252240B2DD4C5EDA64423F13299CD1A4DA06C43DBAC6A309DA49854E35FFEF80057DFD0C057F10AB97640145404600A2FC3421361407625DFB7D04112AF6738FC4C46F1CF5DDC46E7B1EAB6B047687EFE4213EC88AE9432C3B0728C4A5B3DC73642A9F046BA413E3D6328E1322B42537FBEAD3A829ACB73387549934D2D59DCCE3BD1E96FB6FD1E55C1953FBB2E0477FEE97AE4879751804E0F708028EFBD7EB79848C294073B550DF53A7B9F73591AFC838DA2B0E9ED484E022D1D43C530F20F14D577E3CD5D3DDF4B0F93C226508F011460311161F2651D1B4C00EE89187C28565E47AD3E0848976B08598404074380331DC6D4ADE2B03D974FBECA5D6E6201693F91EE92A32B5C213D12056ED2437629016E2414D9C1CF163450D1BA7BD60A482643D6B94E299D3472783E2806322EBF1413F3AAA536EBBEDBD33C3A8AC1205B84398B9FACAFEC6173B2FB1C5536EF0BBC8964B31862307F2883F4F49158BAC65D4921011646957077C66C982C852DC5E8FD394A3E47C536FE2A6E5D356CADCFCF0797A1764BF47B434393C9748DDB59C20CD038C3BC6AF495ADAFDD6E5FE489752C3CE61720DA1C570ED272037F2EA2091AA470FF0E968CDC45837C2D3E081F687DFFBCC64B2162666488F479957147CB9B65CC32E268B424B171CE615C5A57B17CB2AA0EC38A859A8588EAFAE1E07CC96437E23468270CF570FB4142038D8D3FFF320F9896AF3EF8E5F4206CFE487D669070198BF7484E5817673AA62FAC088F1B148994EAAA941FDB0A6AE741BF9BBCFCE5ED57A8A83AE987ACD144F6C87FCE06690ADF604B19ECDE462F2C14F28108077396BFBECB39955C7BFD317904CD1E64FBD48D3F3CC06A27ECA8063280F53C7286805AB7ECA899FE164228FA22D1BD36906255B19DB6AA4D6433A5A6AA1DE826F7A6CDD991FAE60A8BEB7B6634B6FBDC8265C79FB05D9A895B61FB336758CE144752DD01425639BB53146C521A1599F4C0A5132B0A8F9682EC5F2571DE6BADD93E3B49F90BCDCC89FF193432B35C602B62840B363BC3DF8B178346243CDEA1EB3FA7223CC9D9596F8876A373492777A5F4F21036BB9C168003AA0A342C9DCEFE02B832EE4A02F8324E578FB2F9F199E784DB3A481378B9C02D2FB6F6D57874122B183E1977C2C1EB8F7BFDD5B4CD44D1D855A1ACC07C7F1D0C80EEF61718DFAA8BFA8871025949D9BA803D
|
||||
1908967BC7AB876D60B56D3BD98DB4A88F7A1A58061353D6172FDAEF0C50BCFCC3A3B45DE09BBC2FAE350305B26FC8F91D04B302941C2768B0992E93022FCCBA7C420B3A88C8E6F9BBBD651EF1A772B3EC1CCF6CEE14AB1BEB4846FD7DD02F286887F6C270B2903E2968411B2223BB98E518B3CDC5839B5E562B536CF9A2CD8AED170953C3A80650DBDDA712E65DD2635BF450190B86448A127D26B4745487A531C449072C6E33EFC7BADF5B7218A9679D8ACE0873A66B98291D7CD0EB60A02C68DECC649C3F2AE2E192F66F781E9818BE81F2BC439EA5D275324E2C1816EA1C3D169233BD9CE9CA878FD134D1FB28504E3E81681FAA713E67E7A80F316493AE5B9D72CE11DDD2AE74E56CC9A90A36F390EB352D4B35BF1FEE425FBD9AFA10F8B06283C6EADF1F623175D6B5CABA6B04470FF6D4DF770B036A385254D5D81E9742082EC55BD39890C10D9DE78BA80B03A317717210AAB579FAFC750652BA7F71D3BD206427FE0B6A45ABACC7BD94B15CE02447AAC1CEAE3EB9419F471B6FE95F0364EEDB824FB9CFDDAEFB82A31B8FA52AFB326115E3EF5BE8B845FA4B28BB47C8B7C4428243241BA98C9DBA065AD718FF4393E6774AE52C5A0CA71713B440FEFD89A3477C4CA2F072F3618DE6A74942BC7B047E110250783291D840631FAAE718A830F67A9199B5497D523ACBB9055607B3B677E1280A4AEADB40654C979E77847FEA717F2BCB40BA8745AB0462D3C1E7937938E322E5C5BA92410080A7680B422C994EF0E014653C6F6F5A5718382419D83C9EC53E7FB7325BC72B69551B1EE86D040197A0C9953D8FD2FE74C937230013256A1831D0FEB06D56B27572C3491CFAB4AB7E8758B3608FF0ED3950E48B6017114A237A957F1B8337CF9903D7E34C428D1D91E9F070BAC8B26A8C750026D99BB7F40A6E6CD4482862799BDD854010775645132BF325A1C5199395BE8AB25BDF639CE49C1E0482C93E73EE39E731B0422B0BCC7E9C66F9DE3BD1A28528C01377E1CD860A1A991B1C43052705F2C581784CABA8A868D217453533EE6E9FE1A68980B81F4AB4395E94D1A5F538135058E1C4936697076DDEC7A5E6C96FA99BD55652E6F0E1BB6A8FAC14F18C447CCE692E8EE488F2787FDFFC6AEFC9DD609D055077E72E244DF28F3103E5E7FE9FFF11CB3B03DA8C1FF878EC7E0D180FDFBF92D4973352658CC3764967FAEEC44859CEBA46B54C62CDF7520F4CEFF7B07461EC9EA3427325E9F494ECB3D75D743349658E384029C6A0D4E2EC59AF57FA171709353C6E1CE6457C2A5A9F88688E855E534AED99640D165F7BE6D85F878F61B5089F89EC76C64D233568E0A43CC5ED5AA6F95C16CEF35D498D5FB75DAD555E541C8943D844BAE0154E2E8EF15796A412C208BA239BF82B7B83EE43BE44A4457D28CBFFD3BBF86B99DD2E55FAB97A1702
|
||||
86E6F450672D847C36F101D5BB089BE1328FDE21289A911DB1F1BBFD875ABA8B8DA6A0C32B691F84F130F0045C2F0C5472AA843046A0D71A963FE98F1C5DA672201D67C37D7D6BF99E49BB12224CA5744FC6195841BCC5DC711FD028B333140D9F4BB08C1806B36AF574356944FF5C50E5459D0D135CB46BF951C4E0F894EE3DF57ECC02EC4A9272A56484621F4E2AB72589CC336B8E03B37D091663563BD6F9F57E6D27D91237699E6D367C320FBCD9C85207F44EAE60DF6F254874CF2C5B1F6CBAC78CFCD53D6C610ADC549F3A4BE5D50A17B942FF8BC241A6AF4E273185D7A78EBF6C4641FA0D35BA072B0BE41F34C5BBC912653AAFAEC6D73CE215A7D0E98ED7E5DD51F93AAE4EFC6513CDF413DEF1B011DA265B579A93573E88409BE58A7CC69A31CF177AB9DB3553D6AA8F5CAF2F17EDB22175588C4F0FAD8AA257F3DAF42EEA8B6FA35DE87D982782668F11A935D7187A7EAEAFB720E51B920A18228F9BB9C2E4AC2DACB2EE7C85718C433D143D5260E2E2FDFF77385AB3AEC5E67C59AD10D25A808647C68ABB10C4024196D776ADF9CA5C957033CC26E764C282D57817912ED5EB4CD9EBCCD1B930CAD358EBC4FD91633EDA38A4DA56D67B0DAFFD612CA2EFDC1444A647BA96F31A854ABF359672E1AF5F8935825BBBD9BC821A437432761C26D266CFF818F8D6D733A666B4DEA598D0B11064E931864F56680F1F8080CEAD2BDE184B20DB42B84A942BA3843200DCA8E02673477F5A3DFF1C63A6EAD38D16799E3EFA497A04C29E8BEBD729D35B2075F15338E830F312D2E12A8E3C8711A65565F0329E96BB34B84CD10C003C5F51ADB55933A562718CB093E07EB562A06517BDEEDD453FF53414A117330CAE9E0CAEF7414E8A897BD9FF020C0E24A65B9C5063AD62F017E26564CFD71F47E6B4A33828828F52E037446C9E5CDF386923DBCF7615BD33579F1BECA48DC93C3824925F1F87821DB285E4823C764EEDDB5D5C3C7CBF7561BD8CAA498A5CB957D794E40EE156ECF08026FD51727C1C006B68C268F14EF73E321C1C865E40A6E9BAF2C540E5ACF7609BD660869B69DCB55CC81610A991395EF0142074D37CB972C0BA90AB6FCE5ED1F3551B8836112FAB9AC09C6152A698C1A65846772FEC2AD3B8392AE578601736F3094F1542B4908FEF018F410F5C3EC7EA8CD3A1DFB0016C09E67901E361FC9FD7205BE24329A364A385FC0DEC6780EBB39B12827FEABBCF63F3571359D6CB6891CEB85FC2C2080673F0809C4121475CC1ECC371EB470A59BFC73EAF32BCE2BF64EB726CDBF7ED9B6DC60D6F7BFEDB5248ADBA78541AE4C37CF685CBA6B6B837767F0166E9D6334523798847F645EB32369253F8543012C2E459C54164F1C839255EE9E72759DA17A7A28D00FFB6AFA6A4C0D6BD179A54FD2A991B7CC063177D226874F43832358C
|
||||
2EC6A3C87D1CB79366C3A5D25CE14114EEBCD287CA82AC6B12FB10C65F4733A44C1A39A7EA29629F0F00B32F92A4BA5585DACA30576A7C09F9C193FBC677E9FF57E1E303E3155A602C34ED96728DF6D7F27CE44207D7FFE899C6AC1745BCBC8AF79200312A0C66F3A19E400E5AD7784329D4641CB89575AC2A133CB00EEFEC4DE3A6F58B970EAC5160F6B92347B31C3305A9C4B48EC59020D7EA8CFF7E1DD19F134184DB908BFA0462B2BC2023B9E11AFC6C03AA15616A0A113C33EC20DA8FF86495E9E8D9CB01EA631F61ADDD470A3D7E12EDB3D358C99B87F2C7B364E12497DDD1EA2D11EED8C8C48585361C4E505900A4B967B810E636A6DD0DEDFC0B6AC87BD434E6286984
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
@@ -1186,12 +1182,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/ZMPCXF+CambriaMath cguidfix
|
||||
/F5.1/ZMPCXF+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: XWAOHA+Calibri
|
||||
%!FontType1-1.0: XWAOHA+Calibri 1.0000.6.2000
|
||||
/TRJGNP+CambriaMath cguidfix
|
||||
/F5.1/TRJGNP+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: KXVHHJ+Calibri
|
||||
%!FontType1-1.0: KXVHHJ+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /XWAOHA+Calibri def
|
||||
/FontName /KXVHHJ+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -1249,8 +1245,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/XWAOHA+Calibri cguidfix
|
||||
/F6.1/XWAOHA+Calibri renmfont
|
||||
/KXVHHJ+Calibri cguidfix
|
||||
/F6.1/KXVHHJ+Calibri renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1401,16 +1397,16 @@ f*
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 236.7459 255.6386 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 289.78629 255.6385 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1430,32 +1426,32 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 175.94901 255.4054 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 227.92329 255.4053 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 367.05679 -333.64001 cm
|
||||
/F1.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 297.49011 256.0795 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 351.8334 256.07941 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.81568629 0.80784309 0.80784309 sc
|
||||
CM
|
||||
@@ -1467,16 +1463,16 @@ h
|
||||
f
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 392.7402 255.4054 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 446.90891 255.4053 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1501,16 +1497,16 @@ h
|
||||
f
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 480.561 256.55209 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 534.72961 256.552 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1535,16 +1531,16 @@ h
|
||||
f
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 566.29059 256.6904 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 620.45929 256.69031 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
Q
|
||||
q
|
||||
@@ -5483,10 +5479,10 @@ f*
|
||||
0.23999999 0 0 0.23999999 174.8851 -392.44 cm
|
||||
/F5.1[ 50 0 0 50 0 0]sf
|
||||
0 2370 m
|
||||
(!"#$%&'\("'\)"*&+,-."/+0."%+"$"\)1#"+2"&$.,"3"#$%&'4-\)5)[ 31.875000 11.075000 42.525000 24.775000 17.275000 21.225000 14.175000 24.775000 11.075000 14.175000 22.125000 11.075000 27.875000 20.525000 27.025000 25.675000 24.775000 28.325000 11.075000 28.325000 26.775000 39.375000 28.325000 11.075000 16.825000 27.025000 11.075000 24.775000 11.075000 22.125000 28.325000 42.525000 11.075000 27.025000 15.475000 11.075000 20.375000 24.775000 28.325000 26.575000 11.075000 28.325000 11.075000 42.525000 24.775000 17.275000 21.225000 14.175000 22.575000 24.775000 22.125000 0.000000 ] xS
|
||||
(!"#$%&'\("'\)"*+,-#.-\)+*"'/%-"$"\)0#"-1"&$/2"3"#$%&',+\)4)[ 31.875000 11.075000 42.525000 24.775000 17.275000 21.225000 14.175000 24.775000 11.075000 14.175000 22.125000 11.075000 28.325000 24.775000 22.575000 27.025000 42.525000 28.325000 27.025000 22.125000 24.775000 28.325000 11.075000 14.175000 28.325000 16.825000 27.025000 11.075000 24.775000 11.075000 22.125000 28.325000 42.525000 11.075000 27.025000 15.475000 11.075000 20.375000 24.775000 28.325000 26.575000 11.075000 28.325000 11.075000 42.525000 24.775000 17.275000 21.225000 14.175000 22.575000 24.775000 22.125000 0.000000 ] xS
|
||||
0.23999999 0 0 0.23999999 174.8851 -407.56 cm
|
||||
0 2370 m
|
||||
($\)"'."\)'.617$&"8$71-9-'6-.8$71-"/-4+#:+\)'%'+.;)[ 24.790000 22.140000 11.090000 14.140000 28.340000 11.090000 22.140000 14.140000 28.340000 25.240000 28.340000 13.740000 24.790000 21.240000 11.090000 24.590000 24.790000 13.740000 28.340000 24.790000 24.790000 24.790000 14.140000 25.240000 24.790000 27.340000 24.590000 24.790000 13.740000 28.340000 24.790000 11.090000 28.340000 24.790000 22.590000 26.990000 42.490000 28.340000 26.990000 22.140000 14.140000 17.240000 14.140000 26.990000 28.340000 0.000000 ] xS
|
||||
($\)"'/"\)'/506$&"7$60+8+'5+/7$60+"*+,-#.-\)'%'-/9)[ 24.790000 22.140000 11.090000 14.140000 28.340000 11.090000 22.140000 14.140000 28.340000 25.240000 28.340000 13.740000 24.790000 21.240000 11.090000 24.590000 24.790000 13.740000 28.340000 24.790000 24.790000 24.790000 14.140000 25.240000 24.790000 27.340000 24.590000 24.790000 13.740000 28.340000 24.790000 11.090000 28.340000 24.790000 22.590000 26.990000 42.490000 28.340000 26.990000 22.140000 14.140000 17.240000 14.140000 26.990000 28.340000 0.000000 ] xS
|
||||
12700 w
|
||||
8 M
|
||||
0.8509804 0.8509804 0.8509804 sc
|
||||
|
||||
+53
-53
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: VIHCNU+CambriaMath
|
||||
%!FontType1-1.0: VIHCNU+CambriaMath 1.0000.6.9000
|
||||
%RBIBeginFontSubset: FOUUGF+CambriaMath
|
||||
%!FontType1-1.0: FOUUGF+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /VIHCNU+CambriaMath def
|
||||
/FontName /FOUUGF+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -898,12 +898,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/VIHCNU+CambriaMath cguidfix
|
||||
/F1.1/VIHCNU+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: JIBBNJ+Calibri
|
||||
%!FontType1-1.0: JIBBNJ+Calibri 1.0000.6.2000
|
||||
/FOUUGF+CambriaMath cguidfix
|
||||
/F1.1/FOUUGF+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: UOGZHY+Calibri
|
||||
%!FontType1-1.0: UOGZHY+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /JIBBNJ+Calibri def
|
||||
/FontName /UOGZHY+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -964,12 +964,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/JIBBNJ+Calibri cguidfix
|
||||
/F2.1/JIBBNJ+Calibri renmfont
|
||||
%RBIBeginFontSubset: TVXRFU+Calibri
|
||||
%!FontType1-1.0: TVXRFU+Calibri 1.0000.6.2000
|
||||
/UOGZHY+Calibri cguidfix
|
||||
/F2.1/UOGZHY+Calibri renmfont
|
||||
%RBIBeginFontSubset: SPTFVQ+Calibri
|
||||
%!FontType1-1.0: SPTFVQ+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /TVXRFU+Calibri def
|
||||
/FontName /SPTFVQ+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -1027,12 +1027,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/TVXRFU+Calibri cguidfix
|
||||
/F3.1/TVXRFU+Calibri renmfont
|
||||
%RBIBeginFontSubset: GLVSUZ+Calibri
|
||||
%!FontType1-1.0: GLVSUZ+Calibri 1.0000.6.2000
|
||||
/SPTFVQ+Calibri cguidfix
|
||||
/F3.1/SPTFVQ+Calibri renmfont
|
||||
%RBIBeginFontSubset: KSFQAW+Calibri
|
||||
%!FontType1-1.0: KSFQAW+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /GLVSUZ+Calibri def
|
||||
/FontName /KSFQAW+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid5 put
|
||||
@@ -1098,12 +1098,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/GLVSUZ+Calibri cguidfix
|
||||
/F4.1/GLVSUZ+Calibri renmfont
|
||||
%RBIBeginFontSubset: WEPEFU+CambriaMath
|
||||
%!FontType1-1.0: WEPEFU+CambriaMath 1.0000.6.9000
|
||||
/KSFQAW+Calibri cguidfix
|
||||
/F4.1/KSFQAW+Calibri renmfont
|
||||
%RBIBeginFontSubset: OKZMWV+CambriaMath
|
||||
%!FontType1-1.0: OKZMWV+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /WEPEFU+CambriaMath def
|
||||
/FontName /OKZMWV+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid20 put
|
||||
@@ -1151,12 +1151,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/WEPEFU+CambriaMath cguidfix
|
||||
/F5.1/WEPEFU+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: IFPRRV+CambriaMath
|
||||
%!FontType1-1.0: IFPRRV+CambriaMath 1.0000.6.9000
|
||||
/OKZMWV+CambriaMath cguidfix
|
||||
/F5.1/OKZMWV+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: GVGRMC+CambriaMath
|
||||
%!FontType1-1.0: GVGRMC+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /IFPRRV+CambriaMath def
|
||||
/FontName /GVGRMC+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid41 put
|
||||
@@ -1201,8 +1201,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/IFPRRV+CambriaMath cguidfix
|
||||
/F6.1/IFPRRV+CambriaMath renmfont
|
||||
/GVGRMC+CambriaMath cguidfix
|
||||
/F6.1/GVGRMC+CambriaMath renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1362,16 +1362,16 @@ f*
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 300.98761 409.8891 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 354.02802 409.88901 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1419,31 +1419,31 @@ f*
|
||||
0 2370 m
|
||||
(")s
|
||||
0.00006693 0 0 -0.00006693 236.6835 407.56631 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 288.65781 407.56619 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 242.1958 -193.96001 cm
|
||||
0 2370 m
|
||||
(#)s
|
||||
0.00006693 0 0 -0.00006693 153.25 408.81039 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 205.2244 408.81021 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 563.64032 -189.16 cm
|
||||
0 2370 m
|
||||
@@ -1452,10 +1452,10 @@ S
|
||||
0 2370 m
|
||||
(#)s
|
||||
0.00006693 0 0 -0.00006693 379.8728 409.42651 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 579.73419 412.85031 cm
|
||||
45719 878835 m
|
||||
|
||||
+57
-57
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: XWAOHA+Calibri
|
||||
%!FontType1-1.0: XWAOHA+Calibri 1.0000.6.2000
|
||||
%RBIBeginFontSubset: KXVHHJ+Calibri
|
||||
%!FontType1-1.0: KXVHHJ+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /XWAOHA+Calibri def
|
||||
/FontName /KXVHHJ+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -913,12 +913,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/XWAOHA+Calibri cguidfix
|
||||
/F1.1/XWAOHA+Calibri renmfont
|
||||
%RBIBeginFontSubset: QTAORA+Calibri
|
||||
%!FontType1-1.0: QTAORA+Calibri 1.0000.6.2000
|
||||
/KXVHHJ+Calibri cguidfix
|
||||
/F1.1/KXVHHJ+Calibri renmfont
|
||||
%RBIBeginFontSubset: RIQNFR+Calibri
|
||||
%!FontType1-1.0: RIQNFR+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /QTAORA+Calibri def
|
||||
/FontName /RIQNFR+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid5 put
|
||||
@@ -992,12 +992,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/QTAORA+Calibri cguidfix
|
||||
/F2.1/QTAORA+Calibri renmfont
|
||||
%RBIBeginFontSubset: VIHCNU+CambriaMath
|
||||
%!FontType1-1.0: VIHCNU+CambriaMath 1.0000.6.9000
|
||||
/RIQNFR+Calibri cguidfix
|
||||
/F2.1/RIQNFR+Calibri renmfont
|
||||
%RBIBeginFontSubset: FOUUGF+CambriaMath
|
||||
%!FontType1-1.0: FOUUGF+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /VIHCNU+CambriaMath def
|
||||
/FontName /FOUUGF+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -1040,12 +1040,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/VIHCNU+CambriaMath cguidfix
|
||||
/F3.1/VIHCNU+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: IGHFCV+CambriaMath
|
||||
%!FontType1-1.0: IGHFCV+CambriaMath 1.0000.6.9000
|
||||
/FOUUGF+CambriaMath cguidfix
|
||||
/F3.1/FOUUGF+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: YVRJTT+CambriaMath
|
||||
%!FontType1-1.0: YVRJTT+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /IGHFCV+CambriaMath def
|
||||
/FontName /YVRJTT+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid22 put
|
||||
@@ -1100,12 +1100,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/IGHFCV+CambriaMath cguidfix
|
||||
/F4.1/IGHFCV+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: PQZKKJ+CambriaMath
|
||||
%!FontType1-1.0: PQZKKJ+CambriaMath 1.0000.6.9000
|
||||
/YVRJTT+CambriaMath cguidfix
|
||||
/F4.1/YVRJTT+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: GQSTZA+CambriaMath
|
||||
%!FontType1-1.0: GQSTZA+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /PQZKKJ+CambriaMath def
|
||||
/FontName /GQSTZA+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid47 put
|
||||
@@ -1155,8 +1155,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/PQZKKJ+CambriaMath cguidfix
|
||||
/F5.1/PQZKKJ+CambriaMath renmfont
|
||||
/GQSTZA+CambriaMath cguidfix
|
||||
/F5.1/GQSTZA+CambriaMath renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1333,16 +1333,16 @@ f
|
||||
6350 w
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 162.7962 396.33569 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 198.9382 396.33551 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 205.73531 -188.92 cm
|
||||
0 2370 m
|
||||
@@ -1357,16 +1357,16 @@ h
|
||||
f
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 416.70029 400.38791 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 452.84229 400.38779 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1395,16 +1395,16 @@ h
|
||||
f
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 499.0578 400.38809 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 535.19989 400.38791 cm
|
||||
102464 799886 m
|
||||
45874.699 799886 0 796063.19 0 791347.38 c
|
||||
102464.9 799886 m
|
||||
45875.09 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.699 0 102464 0 c
|
||||
0 3822.8569 45875.09 0 102464.9 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1446,16 +1446,16 @@ f*
|
||||
0 2370 m
|
||||
(\()s
|
||||
0.00006693 0 0 -0.00006693 231.9803 396.33551 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 283.95471 396.33539 cm
|
||||
102465.1 799886 m
|
||||
45875.199 799886 0 796063.19 0 791347.38 c
|
||||
102466 799886 m
|
||||
45875.59 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45875.199 0 102465.1 0 c
|
||||
0 3822.8569 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 238.5551 -203.56 cm
|
||||
0 2370 m
|
||||
@@ -3417,16 +3417,16 @@ q
|
||||
6350 w
|
||||
8 M
|
||||
0.00006693 0 0 -0.00006693 294.41919 397.2135 cm
|
||||
102464 799885 m
|
||||
45874.699 799885 0 796062.19 0 791346.38 c
|
||||
102464.9 799885 m
|
||||
45875.09 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45874.699 0 102464 0 c
|
||||
0 3822.8521 45875.09 0 102464.9 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 330.56131 397.21341 cm
|
||||
102464 799885 m
|
||||
45874.699 799885 0 796062.19 0 791346.38 c
|
||||
102464.9 799885 m
|
||||
45875.09 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45874.699 0 102464 0 c
|
||||
0 3822.8521 45875.09 0 102464.9 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 251.6512 -160.84 cm
|
||||
/F4.1[ 58.33334 0 0 58.33334 0 0]sf
|
||||
|
||||
+75
-75
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: PYBEWE+CambriaMath
|
||||
%!FontType1-1.0: PYBEWE+CambriaMath 1.0000.6.9000
|
||||
%RBIBeginFontSubset: NTMGVQ+CambriaMath
|
||||
%!FontType1-1.0: NTMGVQ+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /PYBEWE+CambriaMath def
|
||||
/FontName /NTMGVQ+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid43 put
|
||||
@@ -923,12 +923,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/PYBEWE+CambriaMath cguidfix
|
||||
/F1.1/PYBEWE+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: GGWPZU+CambriaMath
|
||||
%!FontType1-1.0: GGWPZU+CambriaMath 1.0000.6.9000
|
||||
/NTMGVQ+CambriaMath cguidfix
|
||||
/F1.1/NTMGVQ+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: XXRZAQ+CambriaMath
|
||||
%!FontType1-1.0: XXRZAQ+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /GGWPZU+CambriaMath def
|
||||
/FontName /XXRZAQ+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid44 put
|
||||
@@ -973,12 +973,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/GGWPZU+CambriaMath cguidfix
|
||||
/F2.1/GGWPZU+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: TEKXOK+Calibri
|
||||
%!FontType1-1.0: TEKXOK+Calibri 1.0000.6.2000
|
||||
/XXRZAQ+CambriaMath cguidfix
|
||||
/F2.1/XXRZAQ+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: QTNIJH+Calibri
|
||||
%!FontType1-1.0: QTNIJH+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /TEKXOK+Calibri def
|
||||
/FontName /QTNIJH+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid3 put
|
||||
@@ -1042,12 +1042,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/TEKXOK+Calibri cguidfix
|
||||
/F3.1/TEKXOK+Calibri renmfont
|
||||
%RBIBeginFontSubset: VIHCNU+CambriaMath
|
||||
%!FontType1-1.0: VIHCNU+CambriaMath 1.0000.6.9000
|
||||
/QTNIJH+Calibri cguidfix
|
||||
/F3.1/QTNIJH+Calibri renmfont
|
||||
%RBIBeginFontSubset: FOUUGF+CambriaMath
|
||||
%!FontType1-1.0: FOUUGF+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /VIHCNU+CambriaMath def
|
||||
/FontName /FOUUGF+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -1090,12 +1090,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/VIHCNU+CambriaMath cguidfix
|
||||
/F4.1/VIHCNU+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: PAXLEF+CambriaMath
|
||||
%!FontType1-1.0: PAXLEF+CambriaMath 1.0000.6.9000
|
||||
/FOUUGF+CambriaMath cguidfix
|
||||
/F4.1/FOUUGF+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: FPTLCT+CambriaMath
|
||||
%!FontType1-1.0: FPTLCT+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /PAXLEF+CambriaMath def
|
||||
/FontName /FPTLCT+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid6 put
|
||||
@@ -1196,8 +1196,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/PAXLEF+CambriaMath cguidfix
|
||||
/F5.1/PAXLEF+CambriaMath renmfont
|
||||
/FPTLCT+CambriaMath cguidfix
|
||||
/F5.1/FPTLCT+CambriaMath renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1584,16 +1584,16 @@ f*
|
||||
6350 w
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 228.75301 248.91969 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 267.79831 248.91949 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 273.12741 -335.32001 cm
|
||||
/F4.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
@@ -1613,67 +1613,67 @@ h
|
||||
f*
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 301.19321 246.4752 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 339.34241 246.6017 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 175.82851 248.50011 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 224.7823 248.62669 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 234.8887 428.80219 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 272 428.802 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 175.4317 428.01761 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 227.02699 428.1441 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 279.85251 -149.08 cm
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 300.5928 428.80869 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 352.18811 428.93521 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1979,16 +1979,16 @@ f*
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 367.18121 247.1501 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 405.33041 247.2767 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -4032,16 +4032,16 @@ Q
|
||||
q
|
||||
13 68 816 459 rc
|
||||
0.00006693 0 0 -0.00006693 433.8649 248.12 cm
|
||||
54862.719 254424 m
|
||||
24562.881 254424 0 252377.09 0 249852.2 c
|
||||
54863 254424 m
|
||||
24563 254424 0 252377.09 0 249852.2 c
|
||||
0 4571.7852 l
|
||||
0 2046.858 24562.881 0 54862.719 0 c
|
||||
0 2046.858 24563 0 54863 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 472.0141 248.2466 cm
|
||||
63884.281 256315 m
|
||||
28601.971 256315 0 253931.7 0 250991.59 c
|
||||
63884 256315 m
|
||||
28601.84 256315 0 253931.7 0 250991.59 c
|
||||
0 5323.3579 l
|
||||
0 2383.3479 28601.971 0 63884.281 0 c
|
||||
0 2383.3479 28601.84 0 63884 0 c
|
||||
S
|
||||
ep
|
||||
end
|
||||
|
||||
+61
-61
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: ZCGRQH+CambriaMath
|
||||
%!FontType1-1.0: ZCGRQH+CambriaMath 1.0000.6.9000
|
||||
%RBIBeginFontSubset: PQIJCX+CambriaMath
|
||||
%!FontType1-1.0: PQIJCX+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /ZCGRQH+CambriaMath def
|
||||
/FontName /PQIJCX+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -895,12 +895,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/ZCGRQH+CambriaMath cguidfix
|
||||
/F1.1/ZCGRQH+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: NIKCZJ+Calibri
|
||||
%!FontType1-1.0: NIKCZJ+Calibri 1.0000.6.2000
|
||||
/PQIJCX+CambriaMath cguidfix
|
||||
/F1.1/PQIJCX+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: NPOJAI+Calibri
|
||||
%!FontType1-1.0: NPOJAI+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /NIKCZJ+Calibri def
|
||||
/FontName /NPOJAI+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid2 put
|
||||
@@ -1030,12 +1030,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/NIKCZJ+Calibri cguidfix
|
||||
/F2.1/NIKCZJ+Calibri renmfont
|
||||
%RBIBeginFontSubset: JIBBNJ+Calibri
|
||||
%!FontType1-1.0: JIBBNJ+Calibri 1.0000.6.2000
|
||||
/NPOJAI+Calibri cguidfix
|
||||
/F2.1/NPOJAI+Calibri renmfont
|
||||
%RBIBeginFontSubset: UOGZHY+Calibri
|
||||
%!FontType1-1.0: UOGZHY+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /JIBBNJ+Calibri def
|
||||
/FontName /UOGZHY+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid1 put
|
||||
@@ -1095,12 +1095,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/JIBBNJ+Calibri cguidfix
|
||||
/F3.1/JIBBNJ+Calibri renmfont
|
||||
%RBIBeginFontSubset: SLHWDO+CambriaMath
|
||||
%!FontType1-1.0: SLHWDO+CambriaMath 1.0000.6.9000
|
||||
/UOGZHY+Calibri cguidfix
|
||||
/F3.1/UOGZHY+Calibri renmfont
|
||||
%RBIBeginFontSubset: MRPBDX+CambriaMath
|
||||
%!FontType1-1.0: MRPBDX+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /SLHWDO+CambriaMath def
|
||||
/FontName /MRPBDX+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid4 put
|
||||
@@ -1157,12 +1157,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/SLHWDO+CambriaMath cguidfix
|
||||
/F4.1/SLHWDO+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: GGWPZU+CambriaMath
|
||||
%!FontType1-1.0: GGWPZU+CambriaMath 1.0000.6.9000
|
||||
/MRPBDX+CambriaMath cguidfix
|
||||
/F4.1/MRPBDX+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: XXRZAQ+CambriaMath
|
||||
%!FontType1-1.0: XXRZAQ+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /GGWPZU+CambriaMath def
|
||||
/FontName /XXRZAQ+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid44 put
|
||||
@@ -1207,12 +1207,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/GGWPZU+CambriaMath cguidfix
|
||||
/F5.1/GGWPZU+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: DTNUVV+CambriaMath
|
||||
%!FontType1-1.0: DTNUVV+CambriaMath 1.0000.6.9000
|
||||
/XXRZAQ+CambriaMath cguidfix
|
||||
/F5.1/XXRZAQ+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: EDSFFW+CambriaMath
|
||||
%!FontType1-1.0: EDSFFW+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /DTNUVV+CambriaMath def
|
||||
/FontName /EDSFFW+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid57 put
|
||||
@@ -1275,12 +1275,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/DTNUVV+CambriaMath cguidfix
|
||||
/F6.1/DTNUVV+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: ZCGRQH+CambriaMath
|
||||
%!FontType1-1.0: ZCGRQH+CambriaMath 1.0000.6.9000
|
||||
/EDSFFW+CambriaMath cguidfix
|
||||
/F6.1/EDSFFW+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: PQIJCX+CambriaMath
|
||||
%!FontType1-1.0: PQIJCX+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /ZCGRQH+CambriaMath def
|
||||
/FontName /PQIJCX+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -1321,8 +1321,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/ZCGRQH+CambriaMath cguidfix
|
||||
/F7.1/ZCGRQH+CambriaMath renmfont
|
||||
/PQIJCX+CambriaMath cguidfix
|
||||
/F7.1/PQIJCX+CambriaMath renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1472,16 +1472,16 @@ f
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 547.48523 398.55881 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 586.19312 398.55869 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 169.76759 392.3761 cm
|
||||
87756 263676 m
|
||||
@@ -1496,16 +1496,16 @@ S
|
||||
0 3273.9519 39289.699 0 87756 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 174.6223 392.37631 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 191.8857 392.37619 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 200.81509 -187.24001 cm
|
||||
/F1.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
@@ -3223,16 +3223,16 @@ S
|
||||
0 3273.9519 39289.699 0 87756 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 465.7348 397.48511 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 482.99811 397.48489 cm
|
||||
102465.1 799885 m
|
||||
45875.199 799885 0 796062.19 0 791346.38 c
|
||||
102466 799885 m
|
||||
45875.59 799885 0 796062.19 0 791346.38 c
|
||||
0 8538.5801 l
|
||||
0 3822.8521 45875.199 0 102465.1 0 c
|
||||
0 3822.8521 45875.59 0 102466 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 529.50452 -181.96001 cm
|
||||
/F1.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
@@ -3272,16 +3272,16 @@ f*
|
||||
6350 w
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 611.28748 397.83331 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 649.99542 397.8331 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%APLProducer: (Version 13.4 (Build 22F66) Quartz PS Context)
|
||||
%%Title: (Illustrations)
|
||||
%%Creator: (PowerPoint: cgpdftops CUPS filter)
|
||||
%%CreationDate: (Tuesday, August 22 2023 15:06:02 JST)
|
||||
%%CreationDate: (Tuesday, September 12 2023 16:46:55 JST)
|
||||
%%For: (hiranabe)
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
@@ -27,7 +27,7 @@ newpath
|
||||
userdict/dscInfo 5 dict dup begin
|
||||
/Title(Illustrations)def
|
||||
/Creator(PowerPoint: cgpdftops CUPS filter)def
|
||||
/CreationDate(Tuesday, August 22 2023 15:06:02 JST)def
|
||||
/CreationDate(Tuesday, September 12 2023 16:46:55 JST)def
|
||||
/For(hiranabe)def
|
||||
/Pages 48 def
|
||||
end put
|
||||
@@ -852,10 +852,10 @@ userdict/ESPwl{}bind put
|
||||
cg_md begin
|
||||
bp
|
||||
sdmtx
|
||||
%RBIBeginFontSubset: UUQBDF+CambriaMath
|
||||
%!FontType1-1.0: UUQBDF+CambriaMath 1.0000.6.9000
|
||||
%RBIBeginFontSubset: QAJWVJ+CambriaMath
|
||||
%!FontType1-1.0: QAJWVJ+CambriaMath 1.0000.6.9000
|
||||
14 dict begin
|
||||
/FontName /UUQBDF+CambriaMath def
|
||||
/FontName /QAJWVJ+CambriaMath def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid15 put
|
||||
@@ -912,12 +912,12 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/UUQBDF+CambriaMath cguidfix
|
||||
/F1.1/UUQBDF+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: TBKSWF+Calibri
|
||||
%!FontType1-1.0: TBKSWF+Calibri 1.0000.6.2000
|
||||
/QAJWVJ+CambriaMath cguidfix
|
||||
/F1.1/QAJWVJ+CambriaMath renmfont
|
||||
%RBIBeginFontSubset: TWIHJX+Calibri
|
||||
%!FontType1-1.0: TWIHJX+Calibri 1.0000.6.2000
|
||||
14 dict begin
|
||||
/FontName /TBKSWF+Calibri def
|
||||
/FontName /TWIHJX+Calibri def
|
||||
/PaintType 0 def
|
||||
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
|
||||
dup 33 /gid23 put
|
||||
@@ -1030,8 +1030,8 @@ currentfile eexec
|
||||
cleartomark
|
||||
%APLT1End
|
||||
%RBIEndFontSubset
|
||||
/TBKSWF+Calibri cguidfix
|
||||
/F2.1/TBKSWF+Calibri renmfont
|
||||
/TWIHJX+Calibri cguidfix
|
||||
/F2.1/TWIHJX+Calibri renmfont
|
||||
[ /CIEBasedABC 4 dict dup begin
|
||||
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
|
||||
/DecodeABC [
|
||||
@@ -1174,16 +1174,16 @@ f
|
||||
8 M
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 341.21579 430.8696 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 379.92371 430.86938 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
0 0.6901961 0.94117647 sc
|
||||
CM
|
||||
@@ -1238,16 +1238,16 @@ h
|
||||
f
|
||||
0 0 0 sc
|
||||
0.00006693 0 0 -0.00006693 275.2757 431.0535 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 313.98361 431.05341 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
0.23999999 0 0 0.23999999 320.20459 -170.44 cm
|
||||
/F1.1[ 75.000008 0 0 75.000008 0 0]sf
|
||||
@@ -1260,28 +1260,28 @@ S
|
||||
0 2370 m
|
||||
(!)s
|
||||
0.00006693 0 0 -0.00006693 409.49069 431.34201 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 448.1987 431.34189 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
0.00006693 0 0 -0.00006693 474.7269 432.14929 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
-0.00006693 0 0 -0.00006693 513.43481 432.1492 cm
|
||||
102464.1 799886 m
|
||||
45874.75 799886 0 796063.19 0 791347.38 c
|
||||
102465 799886 m
|
||||
45875.141 799886 0 796063.19 0 791347.38 c
|
||||
0 8538.5908 l
|
||||
0 3822.8569 45874.75 0 102464.1 0 c
|
||||
0 3822.8569 45875.141 0 102465 0 c
|
||||
S
|
||||
0.81568629 0.80784309 0.80784309 sc
|
||||
CM
|
||||
|
||||
@@ -28,6 +28,21 @@ $(ILLUST)-j.ps: $(ILLUST)-j.pptx
|
||||
open PowerPointSetting.png
|
||||
exit 1
|
||||
|
||||
MATRIXWORLD_PREMUS=Matrix-World-for-PREMUS
|
||||
|
||||
matrix-world-premus: figs/$(MATRIXWORLD_PREMUS).eps
|
||||
|
||||
$(MATRIXWORLD_PREMUS).ps: $(MATRIXWORLD_PREMUS).pptx
|
||||
@echo "*** .pptx is new !! Print out $< to PostScript(.ps see PowerPointSetting.png for setting), then make again ***"
|
||||
open PowerPointSetting.png
|
||||
exit 1
|
||||
|
||||
|
||||
figs/$(MATRIXWORLD_PREMUS).eps: $(MATRIXWORLD_PREMUS).ps
|
||||
$(PSSELECT) 2 $< figs/$(MATRIXWORLD_PREMUS)-cut.ps
|
||||
$(PS2EPS) figs/$(MATRIXWORLD_PREMUS)-cut.ps
|
||||
|
||||
|
||||
# the target should be $(EPS) but, avoided muti-loop of execution.
|
||||
# so this target has to be kicked by hand after changing PowerPoint illustrations.
|
||||
# the "page number to figure name" table is in the name-list.mak
|
||||
|
||||
Reference in New Issue
Block a user