提交 2380c7ee 作者: ZHANGRAN\ran

Add AAS Latex Templates

上级 bf9501b3
%%
%% This is file `AAS.cls',
%% Author: Hanspeter Schaub
%% Date: March 8, 2003
%% Update: March 1, 2010
%% Version: 2.0.5
%% Purpose: Provides a modern LaTeX style file for the
%% American Astronautical Society (AAS) papers
%%
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{AAS}
[2010/03/01 v2.0.5
Standard LaTeX document class]
\newif\if@submit
\newif\if@paper
\newif\if@cover
\newif\if@nopagenum
\newif\if@preprint
\@submitfalse
\@papertrue
\@coverfalse
\@nopagenumfalse
\@preprintfalse
\DeclareOption{paper}{\@papertrue\@submitfalse}
\DeclareOption{submit}{\@submittrue\@paperfalse}
\DeclareOption{cover}{\@covertrue}
\DeclareOption{nopagenum}{\@nopagenumtrue}
\DeclareOption{preprint}{\@preprinttrue}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}%
\typeout{NOTE: Passing ``\CurrentOption" option on to the
standard LaTeX article class}}
\ProcessOptions
\typeout{}
\if@submit%
\typeout{NOTE: AAS journal submission mode
- all other AAS options ignored}
\else% paper
\if@paper%
\typeout{TYPESETTING in AAS conference PAPER format ...}
\fi
\fi
\typeout{}
\RequirePackage{graphicx}
\RequirePackage{setspace}
%\RequirePackage{overcite}
\RequirePackage{fancyhdr}
\RequirePackage{tabls}
\RequirePackage{indentfirst}
\RequirePackage{times}
\RequirePackage{color}
\newcommand\@ptsize{}
\newcommand*{\SubmitName}[1]%
{\def\AA@submitname{#1}}
\newcommand*{\PaperNumber}[1]%
{\def\AA@papernumber{#1}}
\newcommand*{\JournalName}[1]%
{\def\AA@journalname{#1}}
\newcommand*{\JournalIssue}[1]%
{\def\AA@journalissue{#1}}
\newcommand*{\JournalAuthors}[1]%
{\def\AA@journalauthors{#1}}
\newcommand*{\JournalTitle}[1]%
{\def\AA@journaltitle{#1}}
\SubmitName{}
\PaperNumber{}
\JournalName{}
\newcommand{\Conference}[1]{\def\AA@conference{#1}}
\Conference{}
\newcommand{\CoverFigure}[1]{\def\AA@coverfigure{#1}}
\CoverFigure{}
\newcommand{\ConferenceLocation}[1]{\def\AA@conferencelocation{#1}}
\ConferenceLocation{}
\newcommand{\ConferenceDate}[1]{\def\AA@conferencedate{#1}}
\ConferenceDate{}
\newif\if@restonecol
\newif\if@titlepage
\@titlepagefalse
\if@compatibility\else
\DeclareOption{a4paper}
{\setlength\paperheight {297mm}%
\setlength\paperwidth {210mm}}
\DeclareOption{a5paper}
{\setlength\paperheight {210mm}%
\setlength\paperwidth {148mm}}
\DeclareOption{b5paper}
{\setlength\paperheight {250mm}%
\setlength\paperwidth {176mm}}
\DeclareOption{letterpaper}
{\setlength\paperheight {11in}%
\setlength\paperwidth {8.5in}}
\DeclareOption{legalpaper}
{\setlength\paperheight {14in}%
\setlength\paperwidth {8.5in}}
\DeclareOption{executivepaper}
{\setlength\paperheight {10.5in}%
\setlength\paperwidth {7.25in}}
\DeclareOption{landscape}
{\setlength\@tempdima {\paperheight}%
\setlength\paperheight {\paperwidth}%
\setlength\paperwidth {\@tempdima}}
\fi
\if@compatibility
\renewcommand\@ptsize{0}
\else
\DeclareOption{10pt}{\renewcommand\@ptsize{0}}
\fi
\DeclareOption{11pt}{\renewcommand\@ptsize{1}}
\DeclareOption{12pt}{\renewcommand\@ptsize{2}}
\if@compatibility\else
\DeclareOption{oneside}{\@twosidefalse \@mparswitchfalse}
\fi
\DeclareOption{twoside}{\@twosidetrue \@mparswitchtrue}
\DeclareOption{draft}{\setlength\overfullrule{5pt}}
\if@compatibility\else
\DeclareOption{final}{\setlength\overfullrule{0pt}}
\fi
\DeclareOption{titlepage}{\@titlepagetrue}
\if@compatibility\else
\DeclareOption{notitlepage}{\@titlepagefalse}
\fi
\if@compatibility\else
\DeclareOption{onecolumn}{\@twocolumnfalse}
\fi
\DeclareOption{twocolumn}{\@twocolumnfalse}
\DeclareOption{leqno}{\input{leqno.clo}}
\DeclareOption{fleqn}{\input{fleqn.clo}}
\DeclareOption{openbib}{%
\AtEndOfPackage{%
\renewcommand\@openbib@code{%
\advance\leftmargin\bibindent
\itemindent -\bibindent
\listparindent \itemindent
\parsep \z@
}%
\renewcommand\newblock{\par}}%
}
\ExecuteOptions{letterpaper,10pt,twoside,onecolumn,final}
\ProcessOptions
\input{size1\@ptsize.clo}
\setlength\lineskip{1\p@}
\setlength\normallineskip{1\p@}
\renewcommand\baselinestretch{}
\if@submit
\setlength{\textheight}{9in}
\setlength{\textwidth}{6.5in}
\setlength{\columnsep}{0.25in}
\setlength{\footskip}{30pt}
\setlength{\parindent}{1.0em}
\setlength{\topmargin}{-0.4in}
\setlength{\oddsidemargin}{0.in}
\setlength{\evensidemargin}{0.in}
\setlength{\headsep}{0.1in}
\setlength{\headheight}{0.05in}
\setlength{\evensidemargin}{\oddsidemargin}
\AtBeginDocument{\doublespacing}% turn on `doublespacing'
\else% paper
\if@paper
\setlength{\textheight}{8.75in}
\setlength{\textwidth}{6in}
\setlength{\columnsep}{0.25in}
\setlength{\footskip}{0.9in}
\setlength{\parindent}{1.0em}
\setlength{\topmargin}{-0.45in}
\setlength{\oddsidemargin}{0.25in}
\setlength{\evensidemargin}{0.25in}
\setlength{\headsep}{0.1in}
\setlength{\headheight}{0.05in}
\setlength{\evensidemargin}{\oddsidemargin}
\fi
\fi
%
% declare the headers and footers
%
\if@submit
\fancyhead{}
\fancyfoot{}
\fancyfoot[C]{\thepage}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\else% paper, or note
\if@paper
\fancyhead{}
\fancyfoot{}
\fancyfoot[C]{\thepage}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\fi
\fi
\if@nopagenum
\fancyfoot[C]{}
\fi
\if@paper
\setlength\parskip{5\p@ \@plus \p@}
\fi
\@lowpenalty 51
\@medpenalty 151
\@highpenalty 301
\setcounter{topnumber}{2}
\renewcommand\topfraction{.7}
\setcounter{bottomnumber}{1}
\renewcommand\bottomfraction{.3}
\setcounter{totalnumber}{3}
\renewcommand\textfraction{.2}
\renewcommand\floatpagefraction{.5}
\setcounter{dbltopnumber}{2}
\renewcommand\dbltopfraction{.7}
\renewcommand\dblfloatpagefraction{.5}
\if@twoside
\def\ps@headings{%
\let\@oddfoot\@empty\let\@evenfoot\@empty
\def\@evenhead{\thepage\hfil\slshape\leftmark}%
\def\@oddhead{{\slshape\rightmark}\hfil\thepage}%
\let\@mkboth\markboth
\def\sectionmark##1{%
\markboth {\MakeUppercase{%
\ifnum \c@secnumdepth >\z@
\thesection\quad
\fi
##1}}{}}%
\def\subsectionmark##1{%
\markright {%
\ifnum \c@secnumdepth >\@ne
\thesubsection\quad
\fi
##1}}}
\else
\def\ps@headings{%
\let\@oddfoot\@empty
\def\@oddhead{{\slshape\rightmark}\hfil\thepage}%
\let\@mkboth\markboth
\def\sectionmark##1{%
\markright {\MakeUppercase{%
\ifnum \c@secnumdepth >\m@ne
\thesection\quad
\fi
##1}}}}
\fi
\def\ps@myheadings{%
\let\@oddfoot\@empty\let\@evenfoot\@empty
\def\@evenhead{\thepage\hfil\slshape\leftmark}%
\def\@oddhead{{\slshape\rightmark}\hfil\thepage}%
\let\@mkboth\@gobbletwo
\let\sectionmark\@gobble
\let\subsectionmark\@gobble
}
\if@submit%
\newcommand{\makecover}{}
\else% paper, or note
\newcommand{\makecover}{%
\begin{titlepage}
\enlargethispage{1in}
\setcounter{page}{0}
\renewcommand\thanks[1]{}% locally kill the \thanks{} command
\setlength{\unitlength}{0.1in}% unit of measure for the picture
\begin{picture}(75,90)(5,5)% start a 7-1/2'' x 9'' picture:
\if@paper%
\linethickness{0.5pt}
\put(30,78){\includegraphics[]{AIAALogo}}
\put(0,78){\includegraphics[]{AASLogo}}
\put(48,95)% paper number, title, author/location
{\makebox(0,0)[tl]{\parbox{2in}
{\sffamily\bfseries
\LARGE AAS~\AA@papernumber% paper number
}}}
\put(-2,75)% paper number, title, author/location
{\makebox(0,0)[tl]{\parbox{6.5in}
{\begin{center}\bfseries\sffamily\huge\MakeUppercase \@title% title
\\[15pt]
\LARGE\@author\end{center}}
}}% author/location
\ifx\AA@coverfigure\@empty% optional figure
\relax
\else
\put(30,25){\makebox(0,0)[b]{%
\includegraphics[]%
{\AA@coverfigure}}}%
\fi
\put(30,10){\makebox(0,0)[b]{\parbox{6in}% meeting, location, and date
{\centering\normalfont\Huge\bfseries%
\AA@conference}}}
\put(15,7){\makebox(0,0)[b]{\parbox{3in}% meeting, location, and date
{\centering\normalfont\Large\bfseries
\AA@conferencelocation}}}
\put(45,7){\makebox(0,0)[b]{\parbox{3in}% meeting, location, and date
{\centering\normalfont\Large\bfseries
\AA@conferencedate}}}
\put(30,4){\makebox(0,0)[b]{\parbox{6.5in}% meeting, location, and date
{\centering\normalfont\large\bfseries
AAS Publications Office, P.O. Box 28130, San Diego, CA 92198}}}
\fi
\end{picture}
\end{titlepage}}
\fi
\renewcommand\thefootnote{\@fnsymbol\c@footnote}
\newcommand\maketitle{
\if@cover
\makecover
\else
\relax
\fi
\par
\begingroup
\renewcommand\thefootnote{\@fnsymbol\c@footnote}%
\def\@makefnmark{\rlap{\@textsuperscript{\normalfont\@thefnmark}}}%
\long\def\@makefntext##1{\parindent 1em\noindent
\hb@xt@0.0em{%
\hss\@textsuperscript{\normalfont\@thefnmark}}##1}%
\if@twocolumn
\ifnum \col@number=\@ne
\@maketitle
\else
\twocolumn[\@maketitle]%
\fi
\else
\newpage
\global\@topnum\z@ % Prevents figures from going at top of page.
\@maketitle
\fi
\if@nopagenum
\thispagestyle{empty}\@thanks
\else
\thispagestyle{plain}\@thanks
\fi
\endgroup
\setcounter{footnote}{0}%
\global\let\thanks\relax
\global\let\maketitle\relax
\global\let\@maketitle\relax
\global\let\@thanks\@empty
\global\let\@author\@empty
\global\let\@date\@empty
\global\let\@title\@empty
\global\let\title\relax
\global\let\author\relax
\global\let\date\relax
\global\let\and\relax
}
\if@paper
\def\@maketitle{%
\newpage
\begin{center}%
\let \footnote \thanks
{
~\vskip -0.15in
\hfill
\if@preprint
{\fontsize{14}{14}\selectfont \sffamily\bfseries
(Preprint) AAS~\AA@papernumber}
\else
{\fontsize{14}{14}\selectfont \sffamily\bfseries
AAS~\AA@papernumber}
\fi
\\[25pt]
\vskip 0.4in%
\fontsize{14}{16}\selectfont \sffamily\bfseries\MakeUppercase \@title \par}%
\vskip 0.2in
{\fontsize{12}{14}\selectfont
\lineskip 1.25em%
%\begin{tabular}[t]{c}%
\bfseries\textsf{\@author}
%\end{tabular}
\par
}%
\end{center}%
%\par
}
\else
% submit
\def\@maketitle{%
\newpage
\begin{center}%
\let \footnote \thanks
{
\hfill
\\[25pt]
\Large\sffamily\bfseries \@title \par}%
\vskip 1.5em%
{\large
\lineskip .5em%
%\begin{tabular}[t]{c}%
\bfseries\textsf{\@author}
%\end{tabular}
\par}%
\end{center}%
\par
}
\fi
\setcounter{secnumdepth}{3}
\newcounter {part}
\newcounter {section}
\newcounter {subsection}[section]
\newcounter {subsubsection}[subsection]
\newcounter {paragraph}[subsubsection]
\newcounter {subparagraph}[paragraph]
\renewcommand \thepart {\@Roman\c@part}
\renewcommand \thesection {\@arabic\c@section}
\renewcommand\thesubsection {\thesection.\@arabic\c@subsection}
\renewcommand\thesubsubsection{\thesubsection .\@arabic\c@subsubsection}
\renewcommand\theparagraph {\thesubsubsection.\@arabic\c@paragraph}
\renewcommand\thesubparagraph {\theparagraph.\@arabic\c@subparagraph}
\newcommand\part{%
\if@noskipsec \leavevmode \fi
\par
\addvspace{4ex}%
\@afterindentfalse
\secdef\@part\@spart}
\def\@part[#1]#2{%
\ifnum \c@secnumdepth >\m@ne
\refstepcounter{part}%
\addcontentsline{toc}{part}{\thepart\hspace{1em}#1}%
\else
\addcontentsline{toc}{part}{#1}%
\fi
{\parindent \z@ \raggedright
\interlinepenalty \@M
\normalfont
\ifnum \c@secnumdepth >\m@ne
\Large\bfseries \partname\nobreakspace\thepart
\par\nobreak
\fi
\huge \bfseries #2%
\markboth{}{}\par}%
\nobreak
\vskip 3ex
\@afterheading}
\def\@spart#1{%
{\parindent \z@ \raggedright
\interlinepenalty \@M
\normalfont
\huge \bfseries #1\par}%
\nobreak
\vskip 3ex
\@afterheading}
\setcounter{secnumdepth}{0}
\newcommand\section{\@startsection {section}{1}{\z@}%
{-1.5ex \@plus -1ex \@minus -.2ex}%
{0.5ex \@plus.2ex}%
{\normalsize\bfseries\MakeUppercase}}
\newcommand\subsection{\@startsection{subsection}{2}{\z@}%
{-1.25ex\@plus -1ex \@minus -.2ex}%
{0.5ex \@plus .2ex}%
{\bfseries}}
\newcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}%
{0ex\@plus 0ex \@minus 0ex}%
{-2ex \@plus 1ex}%
{\indent\normalsize\itshape }}
\newcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
{3.25ex \@plus1ex \@minus.2ex}%
{-1em}%
{\normalfont\normalsize\bfseries}}
\newcommand\subparagraph{\@startsection{subparagraph}{5}{\parindent}%
{3.25ex \@plus1ex \@minus .2ex}%
{-1em}%
{\normalfont\normalsize\bfseries}}
\if@twocolumn
\setlength\leftmargini {2em}
\else
\setlength\leftmargini {2.5em}
\fi
\leftmargin \leftmargini
\setlength\leftmarginii {2.2em}
\setlength\leftmarginiii {1.87em}
\setlength\leftmarginiv {1.7em}
\if@twocolumn
\setlength\leftmarginv {.5em}
\setlength\leftmarginvi {.5em}
\else
\setlength\leftmarginv {1em}
\setlength\leftmarginvi {1em}
\fi
\setlength \labelsep {.5em}
\setlength \labelwidth{\leftmargini}
\addtolength\labelwidth{-\labelsep}
\@beginparpenalty -\@lowpenalty
\@endparpenalty -\@lowpenalty
\@itempenalty -\@lowpenalty
\renewcommand\theenumi{\@arabic\c@enumi}
\renewcommand\theenumii{\@alph\c@enumii}
\renewcommand\theenumiii{\@roman\c@enumiii}
\renewcommand\theenumiv{\@Alph\c@enumiv}
\newcommand\labelenumi{\theenumi.}
\newcommand\labelenumii{(\theenumii)}
\newcommand\labelenumiii{\theenumiii.}
\newcommand\labelenumiv{\theenumiv.}
\renewcommand\p@enumii{\theenumi}
\renewcommand\p@enumiii{\theenumi(\theenumii)}
\renewcommand\p@enumiv{\p@enumiii\theenumiii}
\newcommand\labelitemi{\textbullet}
\newcommand\labelitemii{\normalfont\bfseries \textendash}
\newcommand\labelitemiii{\textasteriskcentered}
\newcommand\labelitemiv{\textperiodcentered}
\newenvironment{description}
{\list{}{\labelwidth\z@ \itemindent-\leftmargin
\let\makelabel\descriptionlabel}}
{\endlist}
\newcommand*\descriptionlabel[1]{\hspace\labelsep
\normalfont\bfseries #1}
%\if@titlepage
% \newenvironment{abstract}{%
% \titlepage
% \null\vfil
% \@beginparpenalty\@lowpenalty
% \begin{center}%
% \bfseries \abstractname
% \@endparpenalty\@M
% \end{center}}%
% {\par\vfil\null\endtitlepage}
%\else
\newenvironment{abstract}{%
\if@submit
\section*{\abstractname}%
\else
\if@paper
\small
\quotation
\baselineskip=10pt
\noindent
\hsize=4.5in\leftskip=.3625in\parskip=4pt \rightskip=.3625in
\fi
\fi
}
{\if@twocolumn\else\endquotation\fi}
%\fi
\newenvironment{verse}
{\let\\\@centercr
\list{}{\itemsep \z@
\itemindent -1.5em%
\listparindent\itemindent
\rightmargin \leftmargin
\advance\leftmargin 1.5em}%
\item\relax}
{\endlist}
\newenvironment{quotation}
{\list{}{\listparindent 1.5em%
\itemindent \listparindent
\rightmargin \leftmargin
\parsep \z@ \@plus\p@}%
\item\relax}
{\endlist}
\newenvironment{quote}
{\list{}{\rightmargin\leftmargin}%
\item\relax}
{\endlist}
\if@compatibility
\newenvironment{titlepage}
{%
\if@twocolumn
\@restonecoltrue\onecolumn
\else
\@restonecolfalse\newpage
\fi
\thispagestyle{empty}%
\setcounter{page}\z@
}%
{\if@restonecol\twocolumn \else \newpage \fi
}
\else
\newenvironment{titlepage}
{%
\if@twocolumn
\@restonecoltrue\onecolumn
\else
\@restonecolfalse\newpage
\fi
\thispagestyle{empty}%
\setcounter{page}\@ne
}%
{\if@restonecol\twocolumn \else \newpage \fi
\if@twoside\else
\setcounter{page}\@ne
\fi
}
\fi
\newcommand\appendix{\par
\setcounter{section}{0}%
\setcounter{subsection}{0}%
\gdef\thesection{\@Alph\c@section}}
\setlength\arraycolsep{5\p@}
\setlength\tabcolsep{6\p@}
\setlength\arrayrulewidth{.4\p@}
\setlength\doublerulesep{2\p@}
\setlength\tabbingsep{\labelsep}
\skip\@mpfootins = \skip\footins
\setlength\fboxsep{3\p@}
\setlength\fboxrule{.4\p@}
\renewcommand \theequation {\@arabic\c@equation}
\newcounter{figure}
\renewcommand \thefigure {\@arabic\c@figure}
\def\fps@figure{tbp}
\def\ftype@figure{1}
\def\ext@figure{lof}
\if@paper
\def\fnum@figure{ \hsize=5.5in\leftskip=0.5in\parskip=0pt \rightskip=0.0in \normalfont\fontsize{10}{10}\selectfont \bfseries \figurename\nobreakspace\thefigure}
\else
\def\fnum@figure{ \leftskip=0.5in\parskip=0pt \rightskip=0.0in \bfseries\sffamily\footnotesize \figurename\nobreakspace\thefigure}
\fi
\newenvironment{figure}
{\@float{figure}}
{\end@float}
\newenvironment{figure*}
{\@dblfloat{figure}}
{\end@dblfloat}
\newcounter{table}
\renewcommand\thetable{\@arabic\c@table}
\def\fps@table{tbp}
\def\ftype@table{2}
\def\ext@table{lot}
\if@paper
\def\fnum@table{\bfseries\tablename\nobreakspace\thetable}
\else
\def\fnum@table{\bfseries\tablename\nobreakspace\thetable}
\fi
\newenvironment{table}
{
\@float{table}
}
{\end@float}
\newenvironment{table*}
{\@dblfloat{table}}
{\end@dblfloat}
\newlength\abovecaptionskip
\newlength\belowcaptionskip
\setlength\abovecaptionskip{5\p@}
\setlength\belowcaptionskip{5\p@}
\if@paper
\long\def\@makecaption#1#2{%
\vskip\abovecaptionskip
\sbox\@tempboxa{\normalfont\fontsize{10}{10}\selectfont #1. \nobreakspace#2}%
\ifdim \wd\@tempboxa >\hsize
\normalfont\fontsize{10}{10}\selectfont #1. \nobreakspace#2%
% #1 \nobreakspace \nobreakspace #2\par
\else
\global \@minipagefalse
\hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
\fi
\vskip\belowcaptionskip}
\else
\long\def\@makecaption#1#2{%
\vskip\abovecaptionskip
\sbox\@tempboxa{\bfseries\sffamily\small #1. #2}%
\ifdim \wd\@tempboxa >\hsize
#1. #2\par
\else
\global \@minipagefalse
\hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
\fi
\vskip\belowcaptionskip}
\fi
\DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm}
\DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf}
\DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt}
\DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf}
\DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit}
\DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl}
\DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc}
\DeclareRobustCommand*\cal{\@fontswitch\relax\mathcal}
\DeclareRobustCommand*\mit{\@fontswitch\relax\mathnormal}
\newcommand\@pnumwidth{1.55em}
\newcommand\@tocrmarg{2.55em}
\newcommand\@dotsep{4.5}
\setcounter{tocdepth}{3}
\newcommand\tableofcontents{%
\section*{\contentsname
\@mkboth{%
\MakeUppercase\contentsname}{\MakeUppercase\contentsname}}%
\@starttoc{toc}%
}
\newcommand*\l@part[2]{%
\ifnum \c@tocdepth >-2\relax
\addpenalty\@secpenalty
\addvspace{2.25em \@plus\p@}%
\setlength\@tempdima{3em}%
\begingroup
\parindent \z@ \rightskip \@pnumwidth
\parfillskip -\@pnumwidth
{\leavevmode
\large \bfseries #1\hfil \hb@xt@\@pnumwidth{\hss #2}}\par
\nobreak
\if@compatibility
\global\@nobreaktrue
\everypar{\global\@nobreakfalse\everypar{}}%
\fi
\endgroup
\fi}
\newcommand*\l@section[2]{%
\ifnum \c@tocdepth >\z@
\addpenalty\@secpenalty
\addvspace{1.0em \@plus\p@}%
\setlength\@tempdima{1.5em}%
\begingroup
\parindent \z@ \rightskip \@pnumwidth
\parfillskip -\@pnumwidth
\leavevmode \bfseries
\advance\leftskip\@tempdima
\hskip -\leftskip
#1\nobreak\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par
\endgroup
\fi}
\newcommand*\l@subsection{\@dottedtocline{2}{1.5em}{2.3em}}
\newcommand*\l@subsubsection{\@dottedtocline{3}{3.8em}{3.2em}}
\newcommand*\l@paragraph{\@dottedtocline{4}{7.0em}{4.1em}}
\newcommand*\l@subparagraph{\@dottedtocline{5}{10em}{5em}}
\newcommand\listoffigures{%
\section*{\listfigurename}%
\@mkboth{\MakeUppercase\listfigurename}%
{\MakeUppercase\listfigurename}%
\@starttoc{lof}%
}
\newcommand*\l@figure{\@dottedtocline{1}{1.5em}{2.3em}}
\newcommand\listoftables{%
\section*{\listtablename}%
\@mkboth{%
\MakeUppercase\listtablename}%
{\MakeUppercase\listtablename}%
\@starttoc{lot}%
}
\let\l@table\l@figure
\newdimen\bibindent
\setlength\bibindent{1.5em}
\newenvironment{thebibliography}[1]
{\section*{\refname}%
\@mkboth{\MakeUppercase\refname}{\MakeUppercase\refname}%
\fontsize{10}{10}\selectfont
\list{\@biblabel{\@arabic\c@enumiv}}%
{\settowidth\labelwidth{\@biblabel{#1}}%
\leftmargin\labelwidth
\setlength{\itemsep}{-0.5ex plus0.0ex}
\advance\leftmargin\labelsep
\@openbib@code
\usecounter{enumiv}%
\let\p@enumiv\@empty
\renewcommand\theenumiv{\@arabic\c@enumiv}}%
\sloppy
\clubpenalty4000
\@clubpenalty \clubpenalty
\widowpenalty4000%
\sfcode`\.\@m}
{\def\@noitemerr
{\@latex@warning{Empty `thebibliography' environment}}%
\endlist}
\newcommand\newblock{\hskip .11em\@plus.33em\@minus.07em}
\let\@openbib@code\@empty
\newenvironment{theindex}
{\if@twocolumn
\@restonecolfalse
\else
\@restonecoltrue
\fi
\columnseprule \z@
\columnsep 35\p@
\twocolumn[\section*{\indexname}]%
\@mkboth{\MakeUppercase\indexname}%
{\MakeUppercase\indexname}%
\thispagestyle{plain}\parindent\z@
\parskip\z@ \@plus .3\p@\relax
\let\item\@idxitem}
{\if@restonecol\onecolumn\else\clearpage\fi}
\newcommand\@idxitem{\par\hangindent 40\p@}
\newcommand\subitem{\@idxitem \hspace*{20\p@}}
\newcommand\subsubitem{\@idxitem \hspace*{30\p@}}
\newcommand\indexspace{\par \vskip 10\p@ \@plus5\p@ \@minus3\p@\relax}
\renewcommand\footnoterule{%
\kern-3\p@
\hrule\@width.4\columnwidth
\kern2.6\p@}
\newcommand\@makefntext[1]{%
\parindent 1em%
\noindent
\hb@xt@1.8em{\hss\@makefnmark}#1}
\newcommand\contentsname{Contents}
\newcommand\listfigurename{List of Figures}
\newcommand\listtablename{List of Tables}
\newcommand\refname{References}
\newcommand\indexname{Index}
\newcommand\figurename{Figure}
\newcommand\tablename{Table}
\newcommand\partname{Part}
\newcommand\appendixname{Appendix}
\newcommand\abstractname{Abstract}
\def\today{\ifcase\month\or
January\or February\or March\or April\or May\or June\or
July\or August\or September\or October\or November\or December\fi
\space\number\day, \number\year}
\setlength\columnsep{10\p@}
\setlength\columnseprule{0\p@}
\pagestyle{fancy}
\pagenumbering{arabic}
\if@twoside
\else
\raggedbottom
\fi
\if@twocolumn
\twocolumn
\sloppy
\flushbottom
\else
\onecolumn
\fi
\endinput
% IEEE Transactions bibliography style (29-Jan-88 version)
% numeric labels, order-of-reference, IEEE abbreviations,
% quotes around article titles, commas separate all fields
% except after book titles and before "notes". Otherwise,
% much like the "plain" family, from which this is adapted.
%
% History
% 9/30/85 (HWT) Original version, by Howard Trickey.
% 1/29/88 (OP&HWT) Updated for BibTeX version 0.99a, Oren Patashnik;
% THIS `ieeetr' VERSION DOES NOT WORK WITH BIBTEX 0.98i.
ENTRY
{ address
author
booktitle
chapter
edition
editor
howpublished
institution
journal
key
month
note
number
organization
pages
publisher
school
series
title
type
volume
year
doi
}
{}
{ label }
INTEGERS { output.state before.all mid.sentence after.quote after.sentence
after.quoted.block after.block }
FUNCTION {init.state.consts}
{ #0 'before.all :=
#1 'mid.sentence :=
#2 'after.quote :=
#3 'after.sentence :=
#4 'after.quoted.block :=
#5 'after.block :=
}
FUNCTION {format.doi}
{ doi empty$
{ "" *}
{ ", " * doi *}
if$
}
STRINGS { s t }
FUNCTION {output.nonnull}
{ 's :=
output.state mid.sentence =
{ ", " * write$ }
{ output.state after.quote =
{ " " * write$ }
{ output.state after.block =
{ add.period$ write$
newline$
"\newblock " write$
}
{ output.state before.all =
'write$
{ output.state after.quoted.block =
{ write$
newline$
"\newblock " write$
}
{ add.period$ " " * write$ }
if$
}
if$
}
if$
}
if$
mid.sentence 'output.state :=
}
if$
s
}
FUNCTION {output}
{ duplicate$ empty$
'pop$
'output.nonnull
if$
}
FUNCTION {output.check}
{ 't :=
duplicate$ empty$
{ pop$ "empty " t * " in " * cite$ * warning$ }
'output.nonnull
if$
}
FUNCTION {output.bibitem}
{ newline$
"\bibitem{" write$
cite$ write$
"}" write$
newline$
""
before.all 'output.state :=
}
FUNCTION {blank.sep}
{ after.quote 'output.state :=
}
FUNCTION {fin.entry}
{ output.state after.quoted.block =
'skip$
'add.period$
if$
write$
newline$
}
FUNCTION {new.block}
{ output.state before.all =
'skip$
{ output.state after.quote =
{ after.quoted.block 'output.state := }
{ after.block 'output.state := }
if$
}
if$
}
FUNCTION {new.sentence}
{ output.state after.block =
'skip$
{ output.state before.all =
'skip$
{ after.sentence 'output.state := }
if$
}
if$
}
FUNCTION {not}
{ { #0 }
{ #1 }
if$
}
FUNCTION {and}
{ 'skip$
{ pop$ #0 }
if$
}
FUNCTION {or}
{ { pop$ #1 }
'skip$
if$
}
FUNCTION {new.block.checka}
{ empty$
'skip$
'new.block
if$
}
FUNCTION {new.block.checkb}
{ empty$
swap$ empty$
and
'skip$
'new.block
if$
}
FUNCTION {new.sentence.checka}
{ empty$
'skip$
'new.sentence
if$
}
FUNCTION {field.or.null}
{ duplicate$ empty$
{ pop$ "" }
'skip$
if$
}
FUNCTION {emphasize}
{ duplicate$ empty$
{ pop$ "" }
{ "{\em " swap$ * "}" * }
if$
}
FUNCTION {uppercase}
{ duplicate$ empty$
{ pop$ "" }
{ "\uppercase{ " swap$ * "}" * }
if$
}
FUNCTION {sc}
{ duplicate$ empty$
{ pop$ "" }
{ "\textup{ " swap$ * "}" * }
if$
}
INTEGERS { nameptr namesleft numnames }
FUNCTION {format.names}
{ 's :=
#1 'nameptr :=
s num.names$ 'numnames :=
numnames 'namesleft :=
{ namesleft #0 > }
{ %"\uppercase{" *
s nameptr "{F.~}{V.~}{LL}{, JJ}" format.name$ 't :=
nameptr #1 >
{ namesleft #1 >
{ ", " * t * }
{ numnames #2 >
{ "," * }
'skip$
if$
t "others" =
{ " {\em et~al.}" * }
{ " and " * t * }
if$
}
if$
}
't
if$
nameptr #1 + 'nameptr :=
namesleft #1 - 'namesleft :=
}
while$
}
FUNCTION {format.authors}
{ author empty$
{ "" }
% { author format.names }
% { author format.names uppercase}
{ author format.names }
if$
}
FUNCTION {format.editors}
{ editor empty$
{ "" }
{ editor format.names
editor num.names$ #1 >
{ ", eds." * }
{ ", ed." * }
if$
}
if$
}
FUNCTION {format.title}
{ title empty$
{ "" }
{ "``" title * ",'' " * }
if$
}
FUNCTION {format.title.p}
{ title empty$
{ "" }
{ "``" title * ",'' " * }
if$
}
FUNCTION {n.dashify}
{ 't :=
""
{ t empty$ not }
{ t #1 #1 substring$ "-" =
{ t #1 #2 substring$ "--" = not
{ "--" *
t #2 global.max$ substring$ 't :=
}
{ { t #1 #1 substring$ "-" = }
{ "-" *
t #2 global.max$ substring$ 't :=
}
while$
}
if$
}
{ t #1 #1 substring$ *
t #2 global.max$ substring$ 't :=
}
if$
}
while$
}
FUNCTION {format.date}
{ year empty$
{ month empty$
{ "" }
{ "there's a month but no year in " cite$ * warning$
month
}
if$
}
{ month empty$
'year
{ month " " * year * }
if$
}
if$
}
FUNCTION {format.btitle}
{ title emphasize
}
FUNCTION {tie.or.space.connect}
{ duplicate$ text.length$ #3 <
{ "~" }
{ " " }
if$
swap$ * *
}
FUNCTION {either.or.check}
{ empty$
'pop$
{ "can't use both " swap$ * " fields in " * cite$ * warning$ }
if$
}
FUNCTION {format.bvolume}
{ volume empty$
{ "" }
{ "Vol.~" volume *
series empty$
'skip$
{ " of " * series emphasize * }
if$
"volume and number" number either.or.check
}
if$
}
FUNCTION {format.number.series}
{ volume empty$
{ number empty$
{ series field.or.null }
{ output.state mid.sentence =
{ "No.~" }
{ "No.~" }
if$
number *
series empty$
{ "there's a number but no series in " cite$ * warning$ }
{ " in " * series * }
if$
}
if$
}
{ "" }
if$
}
FUNCTION {format.edition}
{ edition empty$
{ "" }
{ edition "l" change.case$ "~ed." * }
if$
}
INTEGERS { multiresult }
FUNCTION {multi.page.check}
{ 't :=
#0 'multiresult :=
{ multiresult not
t empty$ not
and
}
{ t #1 #1 substring$
duplicate$ "-" =
swap$ duplicate$ "," =
swap$ "+" =
or or
{ #1 'multiresult := }
{ t #2 global.max$ substring$ 't := }
if$
}
while$
multiresult
}
FUNCTION {format.pages}
{ pages empty$
{ "" }
{ pages multi.page.check
{ "pp.~" pages n.dashify * }
{ "p.~" pages * }
if$
}
if$
}
FUNCTION {format.volume}
{ volume empty$
{ "" }
{ "Vol.~" volume * }
if$
}
FUNCTION {format.number}
{ number empty$
{ "" }
{ "No.~" number * }
if$
}
FUNCTION {format.chapter.pages}
{ chapter empty$
'format.pages
{ type empty$
{ "ch.~" chapter * }
{ type "l" change.case$ chapter tie.or.space.connect }
if$
pages empty$
'skip$
{ ", " * format.pages * }
if$
}
if$
}
FUNCTION {format.in.ed.booktitle}
{ booktitle empty$
{ "" }
{ booktitle emphasize
editor empty$
'skip$
{ " (" * format.editors * ")" * }
if$
}
if$
}
FUNCTION {format.thesis.type}
{ type empty$
'skip$
{ pop$
output.state after.block =
{ type "t" change.case$ }
{ type "l" change.case$ }
if$
}
if$
}
FUNCTION {empty.misc.check}
{ author empty$ title empty$ howpublished empty$
month empty$ year empty$ note empty$
and and and and and
{ "all relevant fields are empty in " cite$ * warning$ }
'skip$
if$
}
FUNCTION {format.tr.number}
{ type empty$
{ "Tech. Rep." }
'type
if$
number empty$
{ "l" change.case$ }
{ number tie.or.space.connect }
if$
}
FUNCTION {format.addr.pub}
{ publisher empty$
{ "" }
{ address empty$
{ "" }
{ address ": " * }
if$
publisher *
}
if$
}
FUNCTION {format.paddress}
{ address empty$
{ "" }
% { "(" address * ")" * }
{ address }
if$
}
FUNCTION {format.article.crossref}
{ key empty$
{ journal empty$
{ "need key or journal for " cite$ * " to crossref " * crossref *
warning$
""
}
{ "in {\em " journal * "\/}" * }
if$
}
{ "in " key * }
if$
" \cite{" * crossref * "}" *
}
FUNCTION {format.crossref.editor}
{ editor #1 "{vv~}{ll}" format.name$
editor num.names$ duplicate$
#2 >
{ pop$ " {\em et~al.}" * }
{ #2 <
'skip$
{ editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" =
{ " {\em et~al.}" * }
{ " and " * editor #2 "{vv~}{ll}" format.name$ * }
if$
}
if$
}
if$
}
FUNCTION {format.book.crossref}
{ volume empty$
{ "empty volume in " cite$ * "'s crossref of " * crossref * warning$
"In "
}
{ "Vol.~" volume *
" of " *
}
if$
editor empty$
editor field.or.null author field.or.null =
or
{ key empty$
{ series empty$
{ "need editor, key, or series for " cite$ * " to crossref " *
crossref * warning$
"" *
}
{ "{\em " * series * "\/}" * }
if$
}
{ key * }
if$
}
{ format.crossref.editor * }
if$
" \cite{" * crossref * "}" *
}
FUNCTION {format.incoll.inproc.crossref}
{ editor empty$
editor field.or.null author field.or.null =
or
{ key empty$
{ booktitle empty$
{ "need editor, key, or booktitle for " cite$ * " to crossref " *
crossref * warning$
""
}
{ "in {\em " booktitle * "\/}" * }
if$
}
{ "in " key * }
if$
}
{ "in " format.crossref.editor * }
if$
" \cite{" * crossref * "}" *
}
FUNCTION {article}
{ output.bibitem
format.authors "author" output.check
format.title "title" output.check
blank.sep
crossref missing$
{ journal emphasize "journal" output.check
format.volume output
month empty$
{ format.number output }
'skip$
if$
format.date "year" output.check
format.pages output
}
{ format.article.crossref output.nonnull
format.pages output
}
if$
new.block
note output
format.doi
fin.entry
}
FUNCTION {book}
{ output.bibitem
author empty$
{ format.editors "author and editor" output.check }
{ format.authors output.nonnull
crossref missing$
{ "author and editor" editor either.or.check }
'skip$
if$
}
if$
format.btitle "title" output.check
crossref missing$
{ format.bvolume output
new.block
format.number.series output
format.addr.pub "publisher" output.check
}
{ new.block
format.book.crossref output.nonnull
}
if$
format.edition output
format.date "year" output.check
new.block
note output
format.doi
fin.entry
}
FUNCTION {booklet}
{ output.bibitem
format.authors output
title empty$
{ "empty title in " cite$ * warning$
howpublished new.sentence.checka
}
{ howpublished empty$ not
address empty$ month empty$ year empty$ and and
or
{ format.title.p output.nonnull }
{ format.title output.nonnull }
if$
blank.sep
}
if$
howpublished output
address output
format.date output
new.block
note output
format.doi
fin.entry
}
FUNCTION {inbook}
{ output.bibitem
author empty$
{ format.editors "author and editor" output.check }
{ format.authors output.nonnull
crossref missing$
{ "author and editor" editor either.or.check }
'skip$
if$
}
if$
format.btitle "title" output.check
crossref missing$
{ format.bvolume output
format.chapter.pages "chapter and pages" output.check
new.block
format.number.series output
format.addr.pub "publisher" output.check
}
{ format.chapter.pages "chapter and pages" output.check
new.block
format.book.crossref output.nonnull
}
if$
format.edition output
format.date "year" output.check
new.block
note output
format.doi
fin.entry
}
FUNCTION {incollection}
{ output.bibitem
format.authors "author" output.check
format.title "title" output.check
blank.sep
crossref missing$
{ format.in.ed.booktitle "booktitle" output.check
format.bvolume output
format.number.series output
format.chapter.pages output
format.addr.pub "publisher" output.check
format.edition output
format.date "year" output.check
}
{ format.incoll.inproc.crossref output.nonnull
format.chapter.pages output
}
if$
new.block
note output
format.doi
fin.entry
}
FUNCTION {inproceedings}
{ output.bibitem
format.authors "author" output.check
format.title "title" output.check
blank.sep
crossref missing$
{ format.in.ed.booktitle "booktitle" output.check
format.bvolume output
format.number.series output
format.paddress output
organization output
publisher output
format.date "year" output.check
format.pages output
}
{ format.incoll.inproc.crossref output.nonnull
format.pages output
}
if$
new.block
note output
format.doi
fin.entry
}
FUNCTION {conference} { inproceedings }
FUNCTION {manual}
{ output.bibitem
author empty$
{ organization empty$
'skip$
{ organization output.nonnull
address output
}
if$
}
{ format.authors output.nonnull }
if$
format.btitle "title" output.check
author empty$
{ organization empty$
{ address new.block.checka
address output
}
'skip$
if$
}
{ organization address new.block.checkb
organization output
address output
}
if$
format.edition output
format.date output
new.block
note output
format.doi
fin.entry
}
FUNCTION {mastersthesis}
{ output.bibitem
format.authors "author" output.check
format.title "title" output.check
blank.sep
"Master's thesis" format.thesis.type output.nonnull
school "school" output.check
address output
format.date "year" output.check
new.block
note output
format.doi
fin.entry
}
FUNCTION {misc}
{ output.bibitem
format.authors output
title empty$
{ howpublished new.sentence.checka }
{ howpublished empty$ not
month empty$ year empty$ and
or
{ format.title.p output.nonnull }
{ format.title output.nonnull }
if$
blank.sep
}
if$
howpublished output
format.date output
new.block
note output
format.doi
fin.entry
empty.misc.check
}
FUNCTION {phdthesis}
{ output.bibitem
format.authors "author" output.check
format.btitle "title" output.check
new.block
"PhD thesis" format.thesis.type output.nonnull
school "school" output.check
address output
format.date "year" output.check
new.block
note output
format.doi
fin.entry
}
FUNCTION {proceedings}
{ output.bibitem
editor empty$
{ organization output }
{ format.editors output.nonnull }
if$
format.btitle "title" output.check
format.bvolume output
format.number.series output
format.paddress output
editor empty$
'skip$
{ organization output }
if$
publisher output
format.date "year" output.check
new.block
note output
format.doi
fin.entry
}
FUNCTION {techreport}
{ output.bibitem
format.authors "author" output.check
format.title "title" output.check
blank.sep
format.tr.number output.nonnull
institution "institution" output.check
address output
format.date "year" output.check
new.block
note output
format.doi
fin.entry
}
FUNCTION {unpublished}
{ output.bibitem
format.authors "author" output.check
format.title.p "title" output.check
blank.sep
note "note" output.check
format.date output
fin.entry
}
FUNCTION {default.type} { misc }
MACRO {jan} {"Jan."}
MACRO {feb} {"Feb."}
MACRO {mar} {"Mar."}
MACRO {apr} {"Apr."}
MACRO {may} {"May"}
MACRO {jun} {"June"}
MACRO {jul} {"July"}
MACRO {aug} {"Aug."}
MACRO {sep} {"Sept."}
MACRO {oct} {"Oct."}
MACRO {nov} {"Nov."}
MACRO {dec} {"Dec."}
MACRO {acmcs} {"ACM Computing Surveys"}
MACRO {acta} {"Acta Informatica"}
MACRO {cacm} {"Communications ACM"}
MACRO {ibmjrd} {"IBM J. Research and Development"}
MACRO {ibmsj} {"IBM Systems~J."}
MACRO {ieeese} {"IEEE Trans. Software Engineering"}
MACRO {ieeetc} {"IEEE Trans. Computers"}
MACRO {ieeetcad}
{"IEEE Trans. Computer-Aided Design"}
MACRO {ipl} {"Information Processing Letters"}
MACRO {jacm} {"J.~ACM"}
MACRO {jcss} {"J.~Computer and System Sciences"}
MACRO {scp} {"Science of Computer Programming"}
MACRO {sicomp} {"SIAM J. Computing"}
MACRO {tocs} {"ACM Trans. Computer Systems"}
MACRO {tods} {"ACM Trans. Database Systems"}
MACRO {tog} {"ACM Trans. Graphics"}
MACRO {toms} {"ACM Trans. Mathematical Software"}
MACRO {toois} {"ACM Trans. Office Information Systems"}
MACRO {toplas} {"ACM Trans. Programming Languages and Systems"}
MACRO {tcs} {"Theoretical Computer Science"}
READ
STRINGS { longest.label }
INTEGERS { number.label longest.label.width }
FUNCTION {initialize.longest.label}
{ "" 'longest.label :=
#1 'number.label :=
#0 'longest.label.width :=
}
FUNCTION {longest.label.pass}
{ number.label int.to.str$ 'label :=
number.label #1 + 'number.label :=
label width$ longest.label.width >
{ label 'longest.label :=
label width$ 'longest.label.width :=
}
'skip$
if$
}
EXECUTE {initialize.longest.label}
ITERATE {longest.label.pass}
FUNCTION {begin.bib}
{ preamble$ empty$
'skip$
{ preamble$ write$ newline$ }
if$
"\begin{thebibliography}{" longest.label * "}" * write$ newline$
}
EXECUTE {begin.bib}
EXECUTE {init.state.consts}
ITERATE {call.type$}
FUNCTION {end.bib}
{ newline$
"\end{thebibliography}" write$ newline$
}
EXECUTE {end.bib}
% use paper, or submit
% use 11 pt (preferred), 12 pt, or 10 pt only
\documentclass[letterpaper, preprint, paper,11pt]{AAS} % for preprint proceedings
%\documentclass[letterpaper, paper,11pt]{AAS} % for final proceedings (20-page limit)
%\documentclass[letterpaper, paper,12pt]{AAS} % for final proceedings (20-page limit)
%\documentclass[letterpaper, paper,10pt]{AAS} % for final proceedings (20-page limit)
%\documentclass[letterpaper, submit]{AAS} % to submit to JAS
\usepackage{bm}
\usepackage{amsmath}
\usepackage{subfigure}
%\usepackage[notref,notcite]{showkeys} % use this to temporarily show labels
\usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=black, citecolor= black, urlcolor= black]{hyperref}
\usepackage{overcite}
\usepackage{footnpag} % make footnote symbols restart on each page
\PaperNumber{XX-XXX}
\begin{document}
\title{MANUSCRIPT TITLE (UP TO 6 INCHES IN WIDTH AND CENTERED, 14 POINT BOLD FONT, MAJUSCULE)}
\author{John L. Doe\thanks{Title, department, affiliation, postal address.},
Jane Roe\thanks{Title, department, affiliation, postal address.},
\ and J.Q. Public\thanks{Title, department, affiliation, postal address.}
}
\maketitle{}
\begin{abstract}
The abstract should briefly state the purpose of the manuscript, the problem to be addressed, the approach taken, and the nature of results or conclusions that can be expected. It should stand independently and tell enough about the manuscript to permit the reader to decide whether the subject is of specific interest. The abstract shall be typed single space, justified, centered, and with a column width of 4.5 inches. The abstract is not preceded by a heading of ``Abstract'' and its length may not extend beyond the first page.
\end{abstract}
\section{Introduction}
The American Astronautical Society (AAS) publishes bound sets of printed conference proceedings for personal, institutional, and library usage. The availability of hardcopy enhances the longevity of your work and elevates the importance of your conference contribution to professionals through archival publication. To preserve the consistency and quality of the proceedings, all authors adhere to the latest version of AAS conference proceedings format.
This document is intended to serve as a visual and instructional guide, and as a \LaTeX\ document template, for the AAS conference proceedings format. This template provides the basic font sizes, styles, and margins required by the publisher's formatting instructions. There are also styles for centered equations, figure and table captions, section and sub-section headings, footnote text, \emph{etc}. This template provides samples of their usage. To use this document as a template, simply copy and change its contents with your own information while maintaining the required predefined style, rather than starting anew. Since this is not a tutorial on how to use \LaTeX\, refer to \LaTeX\ manuals for more information.
Your manuscript should include a paper number, a title, an author listing, an abstract, an introductory section, one or more sections containing the main body of the manuscript, a concluding summary section, and a reference or bibliography section. You may also include a section on notation, an acknowledgements section, and appendices, as illustrated in the sequel. You should \emph{not} include a leading cover sheet. Author affiliation shall appear on the first page, added as a footnote to the last name of each the author. If a distributional release statement or copyright notice is required by your sponsor, this is added as a footnote to the title of the manuscript, appearing on the first page only. Page numbers should be centered halfway between the lower margin and the bottom edge of the page (\emph{i.e.}, approximately 0.75 inches from the bottom). Copy should be single space with double space between paragraphs, with the first line of each paragraph indented 0.2 inches.
The recommended sans-serif font for paper number, title, and author listing is \emph{Arial}, or, \emph{Helvetica}. The title font and paper-number font should be the same: 14-point sans-serif, centered, and bold. The author-listing font should be 12-point sans-serif, centered, and bold. The recommended serif font for body text, headings, \emph{etc}., is \emph{Times} or \emph{Times New Roman} at 10-12 point, 11 point preferred. The captions for figures and tables are bold 10-point serif font. The endnote reference text and footnote text is 9-point serif font. The right-hand margin of body text should be justified; if not, it should be fairly even nevertheless. All text and text background shall remain uncolored (black on white). These conventions should be automatically implemented in this \LaTeX\ template when the predefined styles of this template are used.
The body text of this template is based on the preferred font size of 11 points. To change this to 12-point size, increase the font size at the top of the \LaTeX\ template by uncommenting the appropriate {\tt documentclass[]\{\}} line. For very long manuscripts, a 10-point font may be used to keep the manuscript within the publisher's limit of twenty (20) physical pages.
\section{This is a Sample of a General Section Heading}
Numbering of section headings and paragraphs should be avoided. Major section headings are majuscule, bold, flush (aligned) left, and use the same style san-serif font as the body text. Widow and orphan lines should also be avoided; more than one line of a paragraph should appear at the end or beginning of a page, not one line by itself. A heading should not appear at the bottom of a page without at least two lines of text. Equations, figures, and tables must be sequentially numbered with no repeated numbers or gaps. Excessive white space --- such as large gaps before, between, and after text and figures --- should be minimal and eliminated where possible.
\subsection{This Is a Sample of a Secondary (Sub-Section) Heading}
Secondary, or sub-section, headings are title case (miniscule lettering with the first letter of major words majuscule), flush left, and bold. Secondary headings use the same serif font style as the body text and, like section headings, should not be numbered. Tertiary headings should be avoided, but if necessary, they are run-in, italic, and end in a period, as illustrated with the next six (6) paragraphs.
\begin{equation}
\label{eq:ab}
a = b^{2}
\end{equation}
\subsubsection{Equations.}
Equations are centered with the equation number flush to the right. In the text, these equations should be referenced by name as Eq.~\eqref{eq:ab} or Equation~\eqref{eq:ab} (\emph{e.g}., not eq. 1, (1), or \emph{Equation 1}). To improve readability, scalar variable names such as $a$ and $b^{2}$ are usually italicized when appearing in text and equations.\footnote{A section on mathematical notation is provided in the sequel.}
\subsubsection{Abbreviations.}
When abbreviations for units of measure are used, lower case without periods is preferred in most instances; \emph{e.g}. ft, yd, sec, ft/sec, \emph{etc}., but in. for inch.
\begin{figure}[htb]
\centering\includegraphics[width=3.5in]{Figures/test}
\caption{Illustration Caption Goes Here}
\label{fig:xxx}
\end{figure}
\subsubsection{Figures.}
Illustrations are referenced by name and without formatting embellishments, such as Figure~\ref{fig:xxx}, Figure 2, \emph{etc}., or, Figures 3 and 4 (\emph{e.g}., not figure (1), Fig. 1, \underline{Figure 1}, \emph{Figure 1}, \emph{etc}.). Each illustration should have a caption unless it is a mere sketch. Single-phrase captions are usually in title case; they are bold 10-point serif font and centered below the figure as shown in Figure~\ref{fig:xxx}. An explanatory caption of several sentences is permissible. Ideally, every illustration should be legibly sized -- usually about one-half or one-quarter page -- and appear in the text just before it is called out or mentioned. Alternatively, it is also permissible to place all figures together at the end of the text as a separate appendix; however, these two conventions should not be mixed. All figures and callouts should remain clearly legible after reduction. All illustrations appear as black and white in the final printing, although colors are retained in the electronic (CD-ROM) version.
\subsubsection{Graphic Formats.}
The highest quality formats are Encapsulated PostScript (EPS) and PDF vector-graphic formats. These formats are recommended for all illustrations, unless they create document files that are excessively large. Specifically, you should change the graphic format or compress the image resolution whenever an illustrated page takes more than two seconds to render onscreen, or, whenever the total manuscript file size starts to approach 5 Mb. Photographs, illustrations that use heavy toner or ink (such as bar graphs), and figures without text callouts, may be suitably displayed with picture formats such as BMP, GIF, JPEG, PNG, TIFF, \emph{etc}. Line drawings, plots, and callouts on illustrations, should not use picture formats that do not provide sharp reproduction. All graphical content must be embedded when creating a PDF document, especially any fonts used within the illustration. Note that the Windows Metafile Format (WMF) is sometimes problematic and should be avoided.
\subsubsection{References and Citations.}
The citation of bibliographical endnote references is indicated in the text by superscripted Arabic numerals, preferably at the end of a sentence.\cite{doe2005, style1959} If this citation causes confusion in mathematics, or if a superscript is inappropriate for other reasons, this may be alternately expressed as (Reference~\citenum{doe2005}) or (see References~\citenum{doe2005} and \citenum{style1959}), (\emph{e.g}., not [1], Ref. (1), \emph{etc}.). While there is no singly prescribed format for every bibliographical endnote, references should be consistent in form. Citations should be sufficient to allow the reader to precisely find the information being cited, and should include specific pages, editions, and printing numbers where necessary. URL citations are discouraged, especially when an archival source for the same information is available. If a URL citation is required, it should appear completely and as a footnote instead of a bibliographical reference.\footnote{\url{http://www.univelt.com/FAQ.html\#SUBMISSION}} The citation of private communication is especially discouraged, but if required it should be cited as a footnote and include the date, professional affiliation, and location of the person cited.\footnote{Gangster, Maurice (1999), personal correspondence of March 21st. Sr. Consultant, Space Cowboy Associates, Inc., Colorado Springs, CO.}
\begin{table}[htbp]
\fontsize{10}{10}\selectfont
\caption{A Caption Goes Here}
\label{tab:label}
\centering
\begin{tabular}{c | r | r } % Column formatting,
\hline
Animal & Description & Price (\$)\\
\hline
Gnat & per gram & 13.65 \\
& each & 0.01 \\
Gnu & stuffed & 92.50 \\
Emu & stuffed & 33.33 \\
Armadillo & frozen & 8.99 \\
\hline
\end{tabular}
\end{table}
\emph{Tables.}
Tables are referred to by name in the text as Table~\ref{tab:label}, or, Tables 2 and 3 (\emph{e.g}., not table 1, Tbl. 1, or \emph{Table 1}). The title is centered above the table, as shown in Table 1. The font size inside tables should be no larger than the body text, but may be adjusted down to 9-point if necessary (10-point serif font is considered nominal). Note that table units are in parentheses. Only the minimum number of table lines needed for clarity is desired. Ideally, every table should appear within the text just before it is called out, but, it is also permissible to place all tables together at the end of the text as a separate appendix. If so, these two conventions should not be mixed.
Equations, figures, and tables must be sequentially numbered with no repeated numbers or gaps. Each figure and table shall be called out in the text; gratuitous figures and tables that are not called out should be eliminated. Intermediate equations may be numbered without being called out.
\section{Manuscript Submission}
The Portable Document Format (PDF) is the preferred format for electronic submissions.\footnote{By contributing your manuscript for proceedings publication, you necessarily extend any copyrights to the AAS and its designated publisher, to allow the AAS to publish your manuscript content in all the forms that it wishes.}
The page size should be 8.5 inches by 11 inches exactly. You should use ``press-quality'' or ``high-quality'' software settings to create your PDF file; these settings tend to keep the PDF file true to the original manuscript layout, and automatically embed the correct fonts, \emph{etc}. Otherwise, settings such as ``Embed All Fonts'', \emph{etc}., should be selected as available. The use of internal hyperlinks within the electronic file is not encouraged because hyperlinks may not be supported in the final version of the electronic proceedings.
\subsection{Journal Submission}
If you wish to submit this manuscript to the \emph{Journal of Astronautical Sciences}, it must be re-formatted into a double-spaced format. This can be done easily with this template. At the top of the document, there are two (2) types document class statements ({\tt paper} and {\tt submit}). The first type is the one to use for a conference paper. The second type , which is commented out, can be used to reformat the paper for the JAS journal submission.
\section{Conclusion}
Some AAS meetings are co-sponsored with the American Institute of Aeronautics and Astronautics (AIAA). When your paper number starts with ``AAS'', or when the conference is described as a joint ``AAS/AIAA'' meeting with the AAS listed first, this AAS conference proceedings format shall be used.
Your final manuscript should be camera-ready as submitted --- free from technical, typographical, and formatting errors. Manuscripts not suitable for publication are omitted from the final proceedings.
\section{Acknowledgment}
Any acknowledgments by the author may appear here. The acknowledgments section is optional.
\section{Notation}
\begin{tabular}{r l}
$a$ & a real number \\
$b$ & the square root of $a$ \\
\end{tabular} \\
If extensive use of mathematical symbols requires a table of notation, that table may appear here. Where the first mathematical symbol is introduced, a footnote should direct the attention of the reader to this table.\footnote{The footnote symbols are a standard sequence: $\ast$, $\dagger$, $\ddag$, \emph{etc}. This sequence of footnote symbols should restart with each new page.} The notation table should be simple and reasonably consistent with the standards of modern technical journals, as illustrated above. The notation table does not need its own caption like an ordinary table, since the section heading serves this purpose. The notation section is optional.
\appendix
\section*{Appendix: Title here}
Each appendix is its own section with its own section heading. The title of each appendix section is preceded by ``APPENDIX: '' as illustrated above, or ``APPENDIX A: '', ``APPENDIX B: '', \emph{etc}., when multiple appendixes are necessary. Appendices are optional and normally go after references; however, appendices may go ahead of the references section whenever the word processor forces superscripted endnotes to the very end of the document. The contents of each appendix must be called out at least once in the body of the manuscript.
\subsection*{Miscellaneous Physical Dimensions}
The page size shall be the American standard of 8.5 inches by 11 inches (216 mm x 279 mm). Margins are as follows: Top -- 0.75 inch (19 mm); Bottom -- 1.5 inches (38 mm); Left -- 1.25 inches (32 mm); Right -- 1.25 inch (32 mm). The title of the manuscript starts one inch (25.4 mm) below the top margin. Column width is 6 inches (152.5 mm) and column length is 8.75 inches (222.5 mm). The abstract is 4.5 inches (114 mm) in width, centered, justified, 10 point normal (serif) font.
\bibliographystyle{AAS_publication} % Number the references.
\bibliography{references} % Use references.bib to resolve the labels.
\end{document}
27 Oct 2008 - The AAS.cls style file was updated to fix an issue where errors occurred if authors were listed across 2 lines in "submit" mode.
06 Mar 2009 - The AAS.cls style file was updated so the user can add or remove the keyword "Preprint" to the top under the document declaration.
13 Oct 2009 - The AAS.cls style was updated to correctly add a period (".") after the figure label caption whenever the caption extends across multiple lines. Duplicated files were removed from the Figures folder.
19 Feb 2010 - The AAS.cls style was updated to have consistent spacing to the page number and title in the TeX template.
1 Mar 2010 - The AAS.cls style was updated to a spacing fix an issue with very long titles and author lists.
24 Mar 2011 - The AAStemplate.tex file is updated to version 2.0.6 to force the paper format be US Letter size, and not A4. The paper number was changed to generic XX-XXX and an issue was fixed with subsubsection titles. A non-working URL footnote was replaced.
%!PS-Adobe-3.0 EPSF-3.0
%%HiResBoundingBox: 0.000000 0.000000 257.000000 189.000000
%APL_DSC_Encoding: UTF8
%APLProducer: (Version 10.5.1 (Build 9B18) Quartz PS Context)
%%Title: (Unknown)
%%Creator: (Unknown)
%%CreationDate: (Unknown)
%%For: (Unknown)
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%Pages: 1
%%BoundingBox: 0 0 257 189
%%EndComments
%%BeginProlog
%%BeginFile: cg-pdf.ps
%%Copyright: Copyright 2000-2004 Apple Computer Incorporated.
%%Copyright: All Rights Reserved.
currentpacking true setpacking
/cg_md 141 dict def
cg_md begin
/L3? languagelevel 3 ge def
/bd{bind def}bind def
/ld{load def}bd
/xs{exch store}bd
/xd{exch def}bd
/cmmtx matrix def
mark
/sc/setcolor
/scs/setcolorspace
/dr/defineresource
/fr/findresource
/T/true
/F/false
/d/setdash
/w/setlinewidth
/J/setlinecap
/j/setlinejoin
/M/setmiterlimit
/i/setflat
/rc/rectclip
/rf/rectfill
/rs/rectstroke
/f/fill
/f*/eofill
/sf/selectfont
/s/show
/xS/xshow
/yS/yshow
/xyS/xyshow
/S/stroke
/m/moveto
/l/lineto
/c/curveto
/h/closepath
/n/newpath
/q/gsave
/Q/grestore
counttomark 2 idiv
{ld}repeat pop
/SC{
/ColorSpace fr scs
}bd
/sopr /setoverprint where{pop/setoverprint}{/pop}ifelse ld
/soprm /setoverprintmode where{pop/setoverprintmode}{/pop}ifelse ld
/cgmtx matrix def
/sdmtx{cgmtx currentmatrix pop}bd
/CM {cgmtx setmatrix}bd
/cm {cmmtx astore CM concat}bd
/W{clip newpath}bd
/W*{eoclip newpath}bd
statusdict begin product end dup (HP) anchorsearch{
pop pop pop
true
}{
pop
(hp) anchorsearch{
pop pop true
}{
pop false
}ifelse
}ifelse
{
{
{
pop pop
(0)dup 0 4 -1 roll put
F charpath
}cshow
}
}{
{F charpath}
}ifelse
/cply exch bd
/cps {cply stroke}bd
/pgsave 0 def
/bp{/pgsave save store}bd
/ep{pgsave restore showpage}def
/re{4 2 roll m 1 index 0 rlineto 0 exch rlineto neg 0 rlineto h}bd
/scrdict 10 dict def
/scrmtx matrix def
/patarray 0 def
/createpat{patarray 3 1 roll put}bd
/makepat{
scrmtx astore pop
gsave
initgraphics
CM
patarray exch get
scrmtx
makepattern
grestore
setpattern
}bd
/cg_BeginEPSF{
userdict save/cg_b4_Inc_state exch put
userdict/cg_endepsf/cg_EndEPSF load put
count userdict/cg_op_count 3 -1 roll put
countdictstack dup array dictstack userdict/cg_dict_array 3 -1 roll put
3 sub{end}repeat
/showpage {} def
0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin
10 setmiterlimit [] 0 setdash newpath
false setstrokeadjust false setoverprint
}bd
/cg_EndEPSF{
countdictstack 3 sub { end } repeat
cg_dict_array 3 1 index length 3 sub getinterval
{begin}forall
count userdict/cg_op_count get sub{pop}repeat
userdict/cg_b4_Inc_state get restore
F setpacking
}bd
/cg_biproc{currentfile/RunLengthDecode filter}bd
/cg_aiproc{currentfile/ASCII85Decode filter/RunLengthDecode filter}bd
/ImageDataSource 0 def
L3?{
/cg_mibiproc{pop pop/ImageDataSource{cg_biproc}def}bd
/cg_miaiproc{pop pop/ImageDataSource{cg_aiproc}def}bd
}{
/ImageBandMask 0 def
/ImageBandData 0 def
/cg_mibiproc{
string/ImageBandMask xs
string/ImageBandData xs
/ImageDataSource{[currentfile/RunLengthDecode filter dup ImageBandMask/readstring cvx
/pop cvx dup ImageBandData/readstring cvx/pop cvx]cvx bind}bd
}bd
/cg_miaiproc{
string/ImageBandMask xs
string/ImageBandData xs
/ImageDataSource{[currentfile/ASCII85Decode filter/RunLengthDecode filter
dup ImageBandMask/readstring cvx
/pop cvx dup ImageBandData/readstring cvx/pop cvx]cvx bind}bd
}bd
}ifelse
/imsave 0 def
/BI{save/imsave xd mark}bd
/EI{imsave restore}bd
/ID{
counttomark 2 idiv
dup 2 add
dict begin
{def} repeat
pop
/ImageType 1 def
/ImageMatrix[Width 0 0 Height neg 0 Height]def
currentdict dup/ImageMask known{ImageMask}{F}ifelse exch
L3?{
dup/MaskedImage known
{
pop
<<
/ImageType 3
/InterleaveType 2
/DataDict currentdict
/MaskDict
<< /ImageType 1
/Width Width
/Height Height
/ImageMatrix ImageMatrix
/BitsPerComponent 1
/Decode [0 1]
currentdict/Interpolate known
{/Interpolate Interpolate}if
>>
>>
}if
}if
exch
{imagemask}{image}ifelse
end
}bd
/cguidfix{statusdict begin mark version end
{cvr}stopped{cleartomark 0}{exch pop}ifelse
2012 lt{dup findfont dup length dict begin
{1 index/FID ne 2 index/UniqueID ne and
{def} {pop pop} ifelse}forall
currentdict end definefont pop
}{pop}ifelse
}bd
/t_array 0 def
/t_i 0 def
/t_c 1 string def
/x_proc{
exch t_array t_i get add exch moveto
/t_i t_i 1 add store
}bd
/y_proc{
t_array t_i get add moveto
/t_i t_i 1 add store
}bd
/xy_proc{
t_array t_i 2 copy 1 add get 3 1 roll get
4 -1 roll add 3 1 roll add moveto
/t_i t_i 2 add store
}bd
/sop 0 def
/cp_proc/x_proc ld
/base_charpath
{
/t_array xs
/t_i 0 def
{
t_c 0 3 -1 roll put
currentpoint
t_c cply sop
cp_proc
}forall
/t_array 0 def
}bd
/sop/stroke ld
/nop{}def
/xsp/base_charpath ld
/ysp{/cp_proc/y_proc ld base_charpath/cp_proc/x_proc ld}bd
/xysp{/cp_proc/xy_proc ld base_charpath/cp_proc/x_proc ld}bd
/xmp{/sop/nop ld /cp_proc/x_proc ld base_charpath/sop/stroke ld}bd
/ymp{/sop/nop ld /cp_proc/y_proc ld base_charpath/sop/stroke ld}bd
/xymp{/sop/nop ld /cp_proc/xy_proc ld base_charpath/sop/stroke ld}bd
/refnt{
findfont dup length dict copy dup
/Encoding 4 -1 roll put
definefont pop
}bd
/renmfont{
findfont dup length dict copy definefont pop
}bd
L3? dup dup{save exch}if
/Range 0 def
/DataSource 0 def
/val 0 def
/nRange 0 def
/mulRange 0 def
/d0 0 def
/r0 0 def
/di 0 def
/ri 0 def
/a0 0 def
/a1 0 def
/r1 0 def
/r2 0 def
/dx 0 def
/Nsteps 0 def
/sh3tp 0 def
/ymax 0 def
/ymin 0 def
/xmax 0 def
/xmin 0 def
/setupFunEval
{
begin
/nRange Range length 2 idiv store
/mulRange
[
0 1 nRange 1 sub
{
2 mul/nDim2 xd
Range nDim2 get
Range nDim2 1 add get
1 index sub
255 div
exch
}for
]store
end
}bd
/FunEval
{
begin
nRange mul /val xd
0 1 nRange 1 sub
{
dup 2 mul/nDim2 xd
val
add DataSource exch get
mulRange nDim2 get mul
mulRange nDim2 1 add get
add
}for
end
}bd
/max
{
2 copy lt
{exch pop}{pop}ifelse
}bd
/sh2
{
/Coords load aload pop
3 index 3 index translate
3 -1 roll sub
3 1 roll exch
sub
2 copy
dup mul exch dup mul add sqrt
dup
scale
atan
rotate
/Function load setupFunEval
clippath {pathbbox}stopped {0 0 0 0}if newpath
/ymax xs
/xmax xs
/ymin xs
/xmin xs
currentdict/Extend known
{
/Extend load 0 get
{
0/Function load FunEval sc
xmin ymin xmin abs ymax ymin sub rectfill
}if
}if
/Nsteps/Function load/Size get 0 get 1 sub store
/dx 1 Nsteps div store
gsave
/di ymax ymin sub store
/Function load
0 1 Nsteps
{
1 index FunEval sc
0 ymin dx di rectfill
dx 0 translate
}for
pop
grestore
currentdict/Extend known
{
/Extend load 1 get
{
Nsteps/Function load FunEval sc
1 ymin xmax 1 sub abs ymax ymin sub rectfill
}if
}if
}bd
/shp
{
4 copy
dup 0 gt{
0 exch a1 a0 arc
}{
pop 0 moveto
}ifelse
dup 0 gt{
0 exch a0 a1 arcn
}{
pop 0 lineto
}ifelse
fill
dup 0 gt{
0 exch a0 a1 arc
}{
pop 0 moveto
}ifelse
dup 0 gt{
0 exch a1 a0 arcn
}{
pop 0 lineto
}ifelse
fill
}bd
/calcmaxs
{
xmin dup mul ymin dup mul add sqrt
xmax dup mul ymin dup mul add sqrt
xmin dup mul ymax dup mul add sqrt
xmax dup mul ymax dup mul add sqrt
max max max
}bd
/sh3
{
/Coords load aload pop
5 index 5 index translate
3 -1 roll 6 -1 roll sub
3 -1 roll 5 -1 roll sub
2 copy dup mul exch dup mul add sqrt
/dx xs
2 copy 0 ne exch 0 ne or
{
exch atan rotate
}{
pop pop
}ifelse
/r2 xs
/r1 xs
/Function load
dup/Size get 0 get 1 sub
/Nsteps xs
setupFunEval
dx r2 add r1 lt{
0
}{
dx r1 add r2 le
{
1
}{
r1 r2 eq
{
2
}{
3
}ifelse
}ifelse
}ifelse
/sh3tp xs
clippath {pathbbox}stopped {0 0 0 0}if
newpath
/ymax xs
/xmax xs
/ymin xs
/xmin xs
dx dup mul r2 r1 sub dup mul sub dup 0 gt
{
sqrt r2 r1 sub atan
/a0 exch 180 exch sub store
/a1 a0 neg store
}{
pop
/a0 0 store
/a1 360 store
}ifelse
currentdict/Extend known
{
/Extend load 0 get r1 0 gt and
{
0/Function load FunEval sc
{
{
dx 0 r1 360 0 arcn
xmin ymin moveto
xmax ymin lineto
xmax ymax lineto
xmin ymax lineto
xmin ymin lineto
eofill
}
{
r1 0 gt{0 0 r1 0 360 arc fill}if
}
{
0 r1 xmin abs r1 add neg r1 shp
}
{
r2 r1 gt{
0 r1
r1 neg r2 r1 sub div dx mul
0
shp
}{
0 r1 calcmaxs
dup
r2 add dx mul dx r1 r2 sub sub div
neg
exch 1 index
abs exch sub
shp
}ifelse
}
}sh3tp get exec
}if
}if
/d0 0 store
/r0 r1 store
/di dx Nsteps div store
/ri r2 r1 sub Nsteps div store
/Function load
0 1 Nsteps
{
1 index FunEval sc
d0 di add r0 ri add d0 r0 shp
{
d0 0 r0 a1 a0 arc
d0 di add 0 r0 ri add a0 a1 arcn
fill
d0 0 r0 a0 a1 arc
d0 di add 0 r0 ri add a1 a0 arcn
fill
}pop
/d0 d0 di add store
/r0 r0 ri add store
}for
pop
currentdict/Extend known
{
/Extend load 1 get r2 0 gt and
{
Nsteps/Function load FunEval sc
{
{
dx 0 r2 0 360 arc fill
}
{
dx 0 r2 360 0 arcn
xmin ymin moveto
xmax ymin lineto
xmax ymax lineto
xmin ymax lineto
xmin ymin lineto
eofill
}
{
xmax abs r1 add r1 dx r1 shp
}
{
r2 r1 gt{
calcmaxs dup
r1 add dx mul dx r2 r1 sub sub div
exch 1 index
exch sub
dx r2
shp
}{
r1 neg r2 r1 sub div dx mul
0
dx
r2
shp
}ifelse
}
}
sh3tp get exec
}if
}if
}bd
/sh
{
begin
/ShadingType load dup dup 2 eq exch 3 eq or
{
gsave
newpath
/ColorSpace load scs
currentdict/BBox known
{
/BBox load aload pop
2 index sub
3 index
3 -1 roll exch sub
exch rectclip
}if
2 eq
{sh2}{sh3}ifelse
grestore
}{
pop
(DEBUG: shading type unimplemented\n)print flush
}ifelse
end
}bd
{restore}if not dup{save exch}if
L3?{
/sh/shfill ld
/csq/clipsave ld
/csQ/cliprestore ld
}if
{restore}if
end
setpacking
%%EndFile
%%EndProlog
%%BeginSetup
%%EndSetup
%%Page: 1 1
%%PageBoundingBox: 0 0 257 189
%%BeginPageSetup
cg_md begin
bp
sdmtx
%RBIBeginFontSubset: |______Times-Roman
%!FontType1-1.0: |______Times-Roman 001.003 %%CreationDate: 12/7/07 % Copyright �2003 Apple Computer, Inc. and its licensors, all rights reserved. 11 dict begin /FontInfo 9 dict dup begin /version (001.003) readonly def /FullName (Nimbus Roman No9 L Regular) readonly def /FamilyName (Nimbus Roman No9 L) readonly def /Weight (SnapShot) readonly def /isFixedPitch false def /UnderlinePosition -100 def /UnderlineThickness 50 def end readonly def /FontName /|______Times-Roman def /PaintType 0 def /FontType 1 def /FontMatrix [0.0010 0 0 0.0010 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 33 /D put dup 34 /i put dup 35 /s put dup 36 /t put dup 37 /r put dup 38 /b put dup 39 /u put dup 40 /e put dup 41 /d put dup 42 /space put dup 43 /C put dup 44 /h put dup 45 /a put dup 46 /g put dup 47 /E put dup 48 /l put dup 49 /c put dup 50 /F put dup 51 /hyphen put readonly def /FontBBox {0 -218 685 683} readonly def currentdict end currentfile eexec D9D66F633B846A989B9974B0179FC6CC4458BB4CB99E3608702C78822367AAF89059868F63F93207640A6BD5DA214789 139C491E02A37BF3866F2964E8D690D48D9F6C4A5EC22355F8123573812483E06B968AE84B5F20A982A0E65764753516 97AB8C6EA040355C5542F297D7A3AF28AB93EA0771E0D56DBF00F7CA9CE9FB9FC2E0ECB00D04D5F5F3F24B987B546D62 74971A477DEE12C44623C180BCDBA21172627610C4736632D1A4693E79719C3BC43DF5330790A52DCD4CF455ACC213F6 B1C4BA249179DB360225568161552A16682E3A3604BFC39D571B1F8F18375BEF1E80C47652E2DDF46A30B3F477C2A74F 1C8D783094511455739ABDD5DF8B7424ABBE8945B40172DF4AC1877D59CA96CD015B3204AF21E4163BBF5A79DBA04165 956B5AA9061BC1D0ADDAF6C150B246263324FB2047D55B272968F936C8C6F0BCE47FD0816E8C4F828941C184B18B68DE 27F4C2EAC41E8BE6026FE6DE5779B03B7CFDD91435276C08CB09FF0463734B73C68881CB0219041AF5F3A99208BF1563 9B0EF0DC36CB3B53B83A9A5DF611BCD24B19CD32A0DC2A7B2614809046C66463FD5569B9E694037EB17170C3AC2FE449 A6B963ECA067D6C2654584A8ED80EB738FEA7039A996126ADD9DE3DB784AE7760D0DB5789456F808022CB9BDF6E92012 C3788E05874AF2CF994D4457A3FCBFE693F17C14EF658AB49EC8A5A5239F380A3F9B82E180A51CF9088F415F48CC7E9A 4DCDF798A243DE1A9CC007582E9FAC563D2F614CA6C6C90D1790A72DEB822F5A16B5F4142D692709A2EBAFE74BF333B4 2635A6C924C4D35F0BB0FF259EECE505320CB17BE0A12F6F10BDD29B707BF1A7BC272F99BFF41D4DFA3D080DA59D5655 C653309AF301992FFB550E53CB081444CC2DAC8313B611437EE8AD893D11E91E9ED47170AC0DBF5AE40A573969DB44C3 6FE3085625CC2DEC4E74C23A52BDBD69363A7128F1E3DF2ED09E983F0B938613680DDF4F84D62C7C28E2FB29CC3DDD0B E0C81B59C298F14B45E3A2C41D3BD0D141D09C1466F557BE207AAC2EDD174C965C02F6212ECCC495BAA8B85CC047DDE1 ACB854766CE3A939F2CDD9E362B34E7AD649AA6A00BBEA4CB5761DB80D218BCE3633CD0185DED6425F2D735793869DA9 DFD37A7242B0F9DA0E2EC1A41C721DB4052CA33084CCE1CA837D86EFF4ABEB586D59340BFE4D5A2622DE039BA1E56832 D2271217810DF82C93AA22F413D8F8FC798A078D2FC9609D105143E332A35F47530F4D4C74EDB15DC3A77D76879D4A4A 90C3459D8EC37846B83AF2160298232C990D9B9F699E85CA621945F4CDF3140A5F1F7490C7078575106A9A9F480F121A 731EEA6E57BD522683EE0F80DA0234F2D698A6E19C5D84D74022CB509B75DBECA1EAF6182A62A533E6707ED7ABD72D8B F6C10812DE025459F7156559F635F80F7EA2FA6AD98772C3D68A4888CBB9C8B61AE82CD2D24A333A83FE1F2AE77F2F5C 37EE4B6244EAD13DFEB0F1589234659C8F72D069828B934A8988317CE9CF9F89BBA35EE0707503B81B79B8FF36BB9275 354B9907260D2624102B88879A0A7957BEA2FE22DFE10D5B7DA65B6937B76F5B4E986C2B1AB458B8E26AAED75E3C5F30 F1725D3D866B8956E910A73732D947C405AD1E6A7F61B439C195D10574845ADFAC4D99982D9A89B427D982BF4E1E15AE 21E8844752F14072457BED9C739795F460DA2C7648ED10A1EE7502D66E8195228922FCA37A27565B3BF5DA9BB1E9D171 CA87A633D69443990A7D134471B2DFC8A0CE3C72614ED20C4C836B483C8F00D58194A8C411A57D13F688B384B94C9B63 B50CADB10583DA826184400F6A79FFBAA2B4F75BA4506E6BE1D5B077C54675F897BA9168ED067CDB52E48521DDD09828 203FF692F7DFE6B2C78FCA3F02057EEA485602271A85D02F3351C8BAAEB8949FA1373B9198B30E29B8AC10A2F3A8F637 37D69228555F625D164ECB937ED3896B279095FF5FB365CED0559634A5E3F05E5C4E5227FF6581C171953D4EF284A49C 5329E7EA9B64E5ABFF45AAB7F7E19FC432C3FC7F5FE31115F6FA23CF707263C033840C5CF05A7D15F00529374E2A4D5E E46BAE97C26B92604B663BB14D9855513CF679BE0D2FBCCB66A149D0C48AE6531034F0C1B19280AE6CC1CCA0C78D1D34 A69B45F0E08CDDFEB8F72871D548E797437876167462559720625BD9FA6BB37DD0E6E7DE2F472B64B022AA3ECD547899 1E287EF0109E99C85808698F6AA5D0FF0382920A40DC5CF473D54738F5EB46E7A8EDA27F2ABAB3D6F3D9D31FCACB801A B5A76C7365A1E6FA2B063ABE8E51484E92FD59A4CFDB02926FD9D67F8000F04A31DEEB7432DDC3CDECCD953E797C64FB 3A50AF51086CA55FEF11AA10B5CCEFD4550FF7356F4CB5A603E86F86B8FD925BC1D0E324721A73A516AF78A659FF3A25 6218F66FF5C91A76CBD71B26002D632628B3D862AD0BB553ECCC882C5CD432A1D41E8A963C1053563FDCB6D4C4A59C66 CF369F15B7F197AF9D4186BB5B1563296C2D93B2D4681141217F195954DC16D80F8DEE1A8814B3612FDCDEE80E198EAF DF2F67C993EB040BFCA69C6524FDB36E1A4DC496978E521155228EA10DA28A28FE50F745EEF7DC61F4DAFD006D8D1B76 11380F2D85B30BC8BEBC3B482CC984EEDF2CF6E28E54BFA59C52775FF85A8F4767189ADF62A0A2D5D5A49A0130AD73BD B3A5781A64E4253A0D3AB454530374FBAB79CD6B02471DAFE7A65A9D381347685F269E3295A54FD0701B4B0CF224D241 C63073E46A35BB14BC191E45B4E65027FFE92197E959B0D74F0E515E9E4E847DF3D64BE4FB07D2553984BEAD41BD9627 5DD917E8287D4B9615B845AC9E4131EFF1B22CC227106EFCF3EF4786D1E10091473D7319C6A647ADDE91A9B77215126F AE4EC1ADFDC16D72D23B8EC9A57FC75A07E8EDEB098643A60EF99DB9E32CFC8BA14251C59FDA64FB5701580CED6530E1 53FA3C474B5714743DB1788914C9781992DB9B5C721632E4E9BC106F22707A527030D6C77726D565E89BEECD49C5EDC6 62A247D4BB32E560BFED79244CCAB02392A2C3CA51AD86009DDD81298686397562AA2386FC4474BF65F066D0712F2353 C4E38E515A560F402B2E8CCD2B9AAAED4724ECC20183425AE5D6147D8210AD47297AAC8E59D98C9C95B2B2D74EDB3F65 0D745CC68B89EC76863ACEA5FD42A3F5CE807ABF3BC7F4EEA1DA9DA015B6B5C847234E8B3EDC4957D1F687E1A8975469 8AAE20C7B1354F043DFE413FB587B05B7B42AFE74038A3A5203DE1A7BE755CF881A60CE45C507B9E8E3822212A9D2A87 2A30FF2216CBD81821D7A9BB4E2C148C16018707D1A80CEA1ECB675099ABE4BC68B8077BDE5CD4E06A682D7926F2F4E7 8D6342F4A9FB6E19DA604A7CD696BC89ACB0387F35F2D14125E3DC768950C4839DECBFF16451BA366672C432092D3CAB 30CC40110BF40E23D5D12B46D928B380920A9D237E8213182420F933449F67E3C2E75A27462DE46406F0A60FCF2E7302 C81A00166644CBBDE7A9A915109221E6D12E7B482C4314536681DF04A2A3043E54A1E37B7E3F368E0C7716836F9BCDC7 265578CFB46834F8161679584523F12789814312AFDEAF8FAF01031EBBEFADC660B567B0D2470A734E7B87A3F3B07477 202A7DC8C6C86DCAF18BFA889BA88F8ECB87388725BED1EB849BD53B6BE9DEB156CECFB3FC1EF0FF0EB62AF79A53FB19 1C47B46671FE957F3AEB3052DFD467268F5E8DEDEA84A3C171ED8D7FF97E454ACA1DBE4610FC63E6A463373637D99EE5 FA45A00075D6F96803A8B2494365F7C4F64B0D71354799F29E9DB51E9745CB50FABE84C03971B7F653506899164E8A81 31D58D0BCB6B576FE0E3ADCCF733E47014D5568DF3CB1498D4F465AE72ED7BF117C04E8D0537B3EE15344611A84A685D 0690DFBDCC13F6EDEDBA45B6CFAC44298A0D49BCF021DE585C13D26265AE986E90F1DEC40D7A1E49AF5117B4717C1C66 2018BB9FB83282C4E98CAD022F31155B6A94CCB45132FD4F8E7A938DD8F028340D9BC494B771B9D4299B0B303BAEAB6C 446281BA9980C4926CC9AC9214CFC522109CB144C03474F5EA242E3595869418C928865D7CB621B47108965232166433 6DB4BCD60CEB3133EDBA8C5362CB82CA11A7CB28D93E416BB73FA160B3120E5392C63167C486E021EE212548789A0ED7 75A4F5543BCE7C81D875DB0201032DC74FADABD7994FA14667F1A60D49512A3CC01BFA7ACA100757F0325B8EA5E5E7C9 08328ECEF05EBADE812F33B8907B2B2B169E79B5A3B0722B36DEBD537947509D3312FC36F7D8280B216A4C56FFA6AEED 83AF605BEFA1F01A162D547AFBBBDD429F6F22E7BD49290A1A3CB81F82F4DE4733342B288921E16BB5DB59E789B5B450 C96A072818525EA438D6EB3CD622E3FEF313AB6A1C6B50566B4C88E848F85CB9023ACD927326764CC3036ABBB094055E E8D9FFC44C9C822348B8C8426C67E4189A2BA06F5B9DC0379F2C687885E62DD64BDF05B6E1C334F163C34543A9753990 FE5DEF1092859FB370077596E72A35FD424B76C27E63B4EAB2CE05378850D10311F33264DF47352357BCF9C9E56DF03A 929914929E532D0418C32E73104A294CC2B803BF00A321CD579FF4A857C8CB71350FB30CC9337FE85E5796A57D8B081C CF32CEE467E238475AB97994C27FB80EE06E4B26052F02892860218A3852E2C4DF07FD5095D94294275ABFF3FF7C4F1C 6FC6DE84BFDD8EE8B74CD70B88019A34D8CBDB987C2DA25A9FDB087BA29F0A38CF910FBAC1AC47803DC40E9E7B4226C2 4907412CA026CD88FDF29C5E5B8E1C0BC9E8053EAD37D93E9486997104775F9BE829BDC7F08101BFCC08EC483AD9F6D8 AFD0D00F6B3E5F8B42C483F950D31808543098D06422C7D3EB0F1A98092D2A4183B25CF5524A71ADE98756F204D27766 02C89C1201B8F31CB3BDE3C125A3937332F5FC3B2487A3A067687BE11A336C1E25D440DFF6E111F97445A73DFC478A66 82DAC41C56E7C054F7A0F9E1166B8640DF5AE06BBE89D14B8CAAE6B9019CFE428DE1EA72C63306F6B907863FEA610CB5 E0F7A10E1BB5ADA4569D944A591B8132F917ABB6FDB217D20196399E24B162FD8A5E3C095DFBDA88D724EBBD0D18E913 3D19A25DE94A70A71CE033FE0BA65B3EFE36834B548D36C187B927B0B00685691952883E635BB9C9CA7D62C2B9B57707 756D593E3CB9F1C2D27774165A0FCF9D87D9D18DC81B0AAED44C6244DFAE221BD396A3C65BF4D927674B0F0993817AA2 9FB0EC7AFB9CB709A843EF78837429763EFB98B9E5C8710FFB83B041E287ACF8D03D146F394B2B76613B0E2AEA9AD447 70895C8CA6FCF8EEAAA6118343D442DB38DDF3A9E2C9FDEFB30BF92074AA0F724277A04C8A87FE61CAF30E0D32B33131 2D03CA5D12537415842A5AB60DBF1DF4554471E18963C22EC9CDB70E204C6E2EF6E372F52B45608596F90C4DA87DD085 4F4BC744EA5417FDE3D1C8A9128576A9A4BF00AF61564DF67E87AA4ECC6A14F3BB48C90AD6905C575A9F7F45E80EE2EE D5C080B84712140F2BBC1321737FB979DE941157EDEE699C8A728DEA6B25FEBFAF3658F40A5EFA47A7D525E3C5D568D2 EDCA7A12D784B2AAEF477928B800CC259C1CE8DA487FDAB1EE473B310397B980130857E3082524AD4012459C8182114B 5B23E9529CDEB0D8EA8281332192863D735DE84995B677D1C7DCCAA496F20C051C9E33B738FA7294748BA430B9C6BF8D B76E49755B960BD22E45A6F3F1FAFCD0061FDFE8A888F684E0C35C6250E3E6EA9A7D5F242D2B710B3DC54435ADBA043A EC33167DE71017793AA370F248C70606302783C1E9534679C7BD1190C6AADC55172C173312610330180D8F7382ED1DC2 B88D5F78A4755278CD01BA704879F9DD77A8A0220B764BCA5EDA7990652AA7FF042C042453ED63CD2AD5203F58388E2C FC2795BB36AC383FC05A474FE57A7B4597202769D675AE00F3F81C192F8CE517D43D53BC884710B6DADE6AF63C406AAC 4CCD247BC719A822AE759C82A608C4BF8F42AA68F6E3CCEE65D21C29FFFE3EFF7B4C3D2904BAA8E4D26488B0566B6B36 B8E7409816E1E31FD4CEF50816A3DDF42DA984D8C598ECA853D13DEBA4853E0B5144F3113535914BF4543531FD58163B 4887C066D409FEBB6CC235C27F4AE0865E0AE5D5D042D82CE83EA7021F318858CF58AB1C464DB697A9CAFD2BAEDB7D4E A97E3E923CE0221AD654213765675171359F046663287F2FDBAF683368F79899E4909AC6DC83DBD250D99DDF61F6A2C2 D351439042D605601780F4875CFCE1D28DAD1D5E28D7832A0E0F462058DBCC5BF27E8B6B0690DA9192981DDAF563F92F 8AE1A5ECDB1152AD28B52FE0F425ED404FB5A35BB808FCEBD937CB99D347B6BA96DEDE37C4407C549CC0BEE343C2D118 4B742D7D5C128464CC974996013923B5D08959300E72008EE47E3EE79ECC4FA7C44E5B7FDF4B9AF65CF12D7139E31A3B 80CFDCABCDCE7DC416D51E4014522E68D53F13880BDCEADB4927079D8110FA2338FBB023D116440062BC1D2DEC8170D3 7CB2AA20BCB90B0CD0FD32D2E0970F0295E502D5D67A97151469D4B64E32EC450EA7A1DDAF0428CEAE5CA5A4097A4E5D 083AC0F63637D5E4432A42B2990D2EB59AA7B9009B599B7FA8EE10F485016825A991900317415398AA5AE4F313BA03D8 EA6219752BBCA7EB2C6B4077F8E260D0658BA825C06F324B7876C2EF02C150C11BB1B200CC00535E8D413B5D03B858CA 13E78D283F8F58947EECF4AF08306D5587B7C752E970D5E712291E6F39CF1F51972B1F81347A3A851AD731C60B0CC2CA 98CB72E6B64F69E79DDB9412CC85347D44DC982AB083FC1E3985D0F338E2DD9ABD9078EBBAC2FF1DF5C5A34CEE24BAC3 AD740E44C06DE1FDAE3F36568032410EBD8284853F3C3548A24761955078DD41843116925C1D3C89164BF3CADB3E3F21 88ABA1EBB844AA68A4180E802F0CB4A869215ABB1A24A8A6C58E283C39146460673E82F1CFAD6CAD73AB1D5A04D4EE3F CEA794EB3438CBCAE35242782053277EFD6B67F6AF9B95154B05191592B3E5AEDA759EDC5C006F52712A116BA074250C 022C4D39709D918F0BA7308882E464019326BFAD3E70FC935FF367D059B0F11B5793272B8BD86C347EF5BE245632B263 FC68F41A686BBA8897A02E360F15B546763A3898509181786D86A8BEFC2C172944A8E14926DC81B236FAE6EB9DE58893 9416662FFBD945B46A1717E83C0DFA424634B374A67CA0478B8E929E59BE6EC5DBD166207AB5D51F6CF38E9C984ED5D8 48B3DEB897A64C866C1E223AE739C5350772FD8FF79575CBFB6B3E1046E398F39AC851BCFBB9474A1782EA63EC9CA508 DEF2D953D58F64E81223946288DCDF19AF9973683EAB8A5ACE582CC139B37BD0FBFDC76D339D8B0242A62FFFAE7460DA 29BA0F7B1A299C3FA6A1C48FCAAFCAC8908C08200B2FC679EB8C108D216603B38DE296BEFECB75C17263D611FAA2CDEE E8A33036DA01B67FB12D764FC19B14D8EA15ECF70A90EC87BC83ABFA7A6E3C4D573D218CAF1B0EAC2B6057B5E0DA1269 5AA320D052B3A3B9F27C723A02B26D3F11F086576FBAA2E91C9ED44C3B07431DE2519A6D4FA1625666F232BBB565F0B5 E935542B9C0ABCF78EA2668E1C6BD92477CD60D2C798F4704374F284B139A1DABA4211E534F807874BF74F396871F0A1 DE4CBE812DDEEAE871A37883FD9F52D7F3C898F5554E9B379850DC107D6429D715CDA2DF82240E6EBCDFFEEB515FB2A4 88CA3AFEB5D30AF3C3F2F205AC51E0AE4CD65944934E7DB491319BD3F14248CD19A5DEA4A04B1865DE012FAA66B31569 AA5DAC1A5A91A1C043EA2EDF8357377B8CB64029BAC5E860A023A75ECA32CF42BAD24FB6EAFF74C9A54FEF26B07A5F18 A96899F506F74E2F91F9667C698BE95DF217FC64B01A9C8F3F47B1A0DA447274E106892402BA0D0ED92811EA1817EBA5 28956D50644B970327EA4A760E7A6B698B497B56522F392FF1387334053FD54FEB435E9104C955F3D0FF6F9455EBB77A 28761AE694122A426B94316E56A74DE14A8B665509C6F8D210FF1451ED43EEC03E29A912F42D6B7C996F8FD91BD40F27 35EF8D9C9355F74B8C41D27CD2D9B9394E2BD7DCE0FCE825B0E1004170CC98D701B7C8D319005236906B6B49A9E2D488 36209FD3380E4BBC0405DCE3FA1E8FE0EE6A8E8163F6EC1E182318308096F832A41577515AB39720D28B35DD25F453AA 59F69F59C10DA3F3EF5EFBACA7EB27E7190FEFB7B53AAC827AE784CE43C27035E3AD1E27AFA930E83872D8BFAC9BA72C D7F292953417DEF3CA033721E8C240B2D22FFCD9E00758F2A2E3308D58E0D59BB1D9F57EC9951BB79139B7778D334B1C 0B379C2C6E9FC713EFA418965382055DE38889DAD7CD5BF1EF39FEA0958D633F2E855139686ADE2530203C04ADC0FACB 18ADB935BC1DA2CA1342324AFF1A714103C4A5C60F38C8B00B0372A2A7C5568731357E6B32B701653742F6E9C496537F 7EBF35DC91815785A4F63C3F5B2518F1A942C12D0CAB0953A0991C68D2E7092C92DA18194AF686F4B8F54C5355508307 DE36004D9A177F625C573A7CD6228F85E2C9B7CF4635417CE1A5EFD9AD7A646F44823A6B6FC6598409AC91363A9B3E9C 3E8F1D892B4D318A4BD7BDC307C00F69E17DB05898105699AD87A6AC22DCD847019312406CB6825C3EABDE31DACEFDB0 2D0906E01630670DC48D6BE4E7CF21EBEA43718978DA73A217B45778647D01618A92F1518B7B8C36703894CA97E7A771 8EFD06B3163D9979409FC3DB5E4C136B5BF3EC2FEDF53740578EC29112CED482E33FE683717D4C82130DCA7A82DA04EE 965F57BDC742320BD3228EB36E9606938192245A35FD930473C712213C1B491823FD9AB4444D9D868267FDDDDBC9703C B4465DE31C4824C1D0E2D956531EB1466794AC46197F8CE4C1F61D0AF18E6D0ECE3D3C4636C5CB9F6F46C407019B2836 92BADACA4C76882A93285DFE463C948B5A1F2C7E8B174150CCE29C501A63E9DE35843F0DC36EE6762EE4186159625CA6 11FB42DEF66C68DA6541CCA735E2D316DC2F630392111DF632F14A53157563C9C6BFF44F0D807D5A1905BB1471ED9720 A202506FE5E99E7271C6BD9E0CE3A2E9C36D03CF72CF3E0A26A6782C3BE61EC41B213221AE114F7B1D85FDBB51DB764D 4D40D9A2C01C0E6013DF8A00BAF3D5F8006773830EB170C7334D4CC95C52AEE41C2954B46C58D4AC694BB0CCC601E6FF ADA98A1D40E88E35BDEAAB0D40CD0A8D6A40353D1358581862AC342CC351FD0C3B2C7DBF4C94ADB62A1C7903ED9173A7 0E96F64E97E64191DD571AC3491930DB254AF1F129BDFE7DC33B788E908D4A531895C3604EA86518AD96140B51895CE0 F073F28225C245B1089C15C5321CA44C6C1F22127CE764F20C9E20405123D2FE1CE91CB539C98DB6E1ACAC10AAE8F8B1 C146D306D650F4C1937F7598FABC631EED02B2026142DACE2C79F4022B062F5603FEE73CB8125155CE3C896988FB6EE3 B1D41E8442604CD424EE6679EFB1308BA833DA9074981F7A05DDF5B09BF540F553514889870B949ACE7B51E8208649FF 44CD720BAA353D04C68BAD7026BED02A4BA75A1B0710E15E6FAE2219B3692CCA154E338EAD7EA9CC121B122B58FD7EAA B76998D976878D3885D51B801A1FBA4C49CEC33FBF8D273B5E79180672A04A1A0EBDD7B399C1362C03267199CB51BE61 EE447D661A1375FFF7734CD07E09AD4437495ABACCF5B19B1C45BCDBE8AA13C2900E89E427E6BAB966AEACEF5564D5F5 8CE907FE5C491EDD336CEFB442B8C7DBA805EBC46AE107FA6CB438ABF85805E13113D47DF8978668D9EDC598CA5CB87B 9523774D65CC823FA8A1A1794C8425F2BC055DD002FFFE87960FC1D7BDD4E2832AC1F6007066DA01B9C25C20A611EE3C 85CAF6608193C29DC17E4C09A004649DCFAE73FEB94FE2F5B4952BC0B19E1AB42771431F5B74BC96B7604B425ECBD859 07A4F44B949A98ACB6511DA6251FB27491679B679070D014589C5E7B323448BFDFE42646C51C45F7D56E9C0BB951038E 580D927CA297FEC77636D72F8F99660289B3BBCAAAA27A720D03F9D89D1C74FAEC21DBC48CFF80F23588BE3AB7BED4C1 4C70694C1F4586F69D17580BECD749A9A8C7840A78F6901437E32965E2304DC07E649B1492730D35FA33BE1E4953B7D7 0B419DA3AE007FF1C82F9A98D48C642A11B37D9190959093B5748DD676A3BA2FE231D436D8315CE5DC3923AEB8A0186B 367E3E9CD7A5FC074771CF6ED448BB3B23F1DA61D8466F13CF0C0C7AF594C597158D0849BEAA04F49B8D550638D9E5C4 502DE70E32C7FB605C5225BBB59CE21181E4E8289DB52CB4E32F2042CD50AA43104D9BB6DABACC4A212859A247125699 5673334374ABF7B24D5EBA6550E0D11B8D8F7107621BECDDF5F393164DFE6C9032036DB868BEE5B66B9B091AA70508DC F2971281E62885758059480AD15EF358FD7B0B979EEA0CB0543ED46E400658A3856AAEC4AC19CBAB582E16DB668F28AA D373A951203A30AEFACC4575E11EFBE3D64F8B31F01893A32BE441F92245DB283DF850BCC6B246566CE2672CD7E464A6 AC977D5DCD36E7F5740C9996E9AAC10B286B51A24E2A14B7304B42DA836C18DDDFD15B7D9CCD98EB027C02924C73ED5A 7A4261B8691D0DB1862EC74AE7FF1F486B7856B0BC9D5CC405501F741CE318C30547598A39E2B6A17CAB59F0A5F44F69 DBA80A8F9CCAE7A2EA62C6394B3DC9340C642B5438A69E42800E5A72CF992C832147F5D289F50F6147C846C3C21A2763 6CE8ABED423C8652C72D2A5F82274AEA1742586BCEB04B275E860116A3E38EEE5977583B3C0DDC7FCF7F58879B69FD41 4C48CFE296CAA1A4CA1843A530981C30A634A48F728914086FB97E9BF87D30EB0DFDE8D700858178FC8B34D0B19D46FB 3980C4C82321E88F8EF11AB4A9C6FC6C1F9690DB037CD6764EAFC1591EF6C0F6792705A96D72970B2C4A6433D7D17D47 016D58E15F4F5B437E2106BC56DE46FC15BEA7CE9046E9DB47628FE75160241BA0E8F67BCCAE44D3C92781CDF14F3357 5726B18A68338F012D3EA6BB80187A47B26FB083142115505E690DD4F2643C38DDC1830C801F8773BAEE0C7639D888F5 2B6FC4A47465F580BA31821D904F47B8DEB44C7175DBC32E531D1B67F69F70FE759D53D1069795EF454A4EEA77339130 23D5AA6B22D241D0CFD1F7AE2577C14611B27777433950FC1CBB0A00846017D52C77414263979CCDA11063CA43D9735D 9D16CF4F5033355F9F87B3552F722F603012FA5876F828C715E901040A89ECADDE1D278201E4154A77F86B37FED07557 6FCD04079FB253A304336996B3969B2082E6011FF41F7C75BF1CF8BE7754EEE067636AB24D22CA9317A5DB7A8E6994B4 BC839A845DA7DD07859698BCA582DDC13789D49BAEA145B259A66F3E3F6C0F850786E193ED02A86FA8DFFF9C14A7048E C6B687FB80F1E4807CF109DE705BA9ED255534CD782AB0877D759ECE2589C1177F3DEFC3045EDE8CE36E6A93FBED7376 71E1F84AAB299462317A2EC3CD4C3CD3A40D6BC12477DD01482B4E7E520A25DCF5F90ED204744000D6809891C85DE85E 619FE79A3A8101E830C4840551BBA9732FA9BC525590D7B38124CD37FCC0BCEDB6AD24E6F884A816122E3DA4FF58F8A5 E94C0430A0400EBEFC4226817E05ED772BC67C89624F87C011A6F4B093BC4A6EE26E694B6BDEE6998C66BD129B7E8635 05BF20356737E9033E20F77F8C274424BBF0A33962B9C4553E63F7BBAAF2482DD2BD8A03EC6296B341C078569E803BE1 0B806FEAD6DBA0530C80399CA265807912A79030CAFE9874331054E450AD7071F6D9469DE633031ECB28BC0F2A4E4097 C150F85E65CE4B5DAEEC8CA3717AD4A757DD9C2616FBCC0097AC40E43B8E29CDD93B52BB9C27BFFB3743126D18ADB72F 4B75FBB4A7F26A323372D54D90E2DDC2C4D58B6907F0353D9559731E5981F5EFCA127055FB694EAB4E2D540D1D33573D 308A66B01024FE38FDB2D882310646A552BA6EE1462003C5F18956619E48F1AAFF5B952FBC5B3E4AA4C03FF90EB50671 4A6DF3267CFC02E92B2E4DF4A1E2A612DD231491581A29FEBCFC50C58F64E1E01D4A694F0E3BEB843589DA9F92D9ABAF 0C154F595CD347733974F759E78D17BB1D0B81B6B95A70303C941E859A2D1ABDDC04FB7E8D04DCCF9BB383AB0BD65C0C DEFD37B4022C2F2373ADCE62E8C6E110D2829ED80D417D4CF6749554185B7CB380A53AFE10C884CD2D5A5350651AA3A5 12B563FB322D9DECDC2E14A356998F9F8AE67EB11F8A0C73A782D6EF1C2BC9433F23D65FD769A179E2A8E365009BA427 7B66400AA114009ECCE9B4170514174EDD2A1CF40EC1944D748C75167AC54C 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark
%RBIEndFontSubset
/|______Times-Roman cguidfix
/F1.1/|______Times-Roman renmfont
%RBIBeginFontSubset: |______Times-BoldItalic
%!FontType1-1.0: |______Times-BoldItalic 001.003 %%CreationDate: 12/7/07 % Copyright �2003 Apple Computer, Inc. and its licensors, all rights reserved. 11 dict begin /FontInfo 9 dict dup begin /version (001.003) readonly def /FullName (Nimbus Roman No9 L Medium Italic) readonly def /FamilyName (Nimbus Roman No9 L) readonly def /Weight (SnapShot) readonly def /isFixedPitch false def /UnderlinePosition -100 def /UnderlineThickness 50 def end readonly def /FontName /|______Times-BoldItalic def /PaintType 0 def /FontType 1 def /FontMatrix [0.0010 0 0 0.0010 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 33 /F put dup 34 /T put readonly def /FontBBox {-13 0 660 669} readonly def currentdict end currentfile eexec D9D66F633B846A989B9974B0179FC6CC4458BB4CB99E3608702C78822367AAF89059868F63F93207640A6BD5DA214789 139C491E02A37BF3866F2964E8D690D48D9F6C4A5EC22355F8123573812483E06B968AE84B5F20A982A0E65764753516 97AB8C6EA040355C5542F297D7A3AF28AB93EA0771E0D56DBF00F7CA9CE9FB9FC2E0ECB00D04D5F5F3F24B987B546D62 74971A477DEE12C44623C180BCDBA21172627610C4736632D1A4693E79719C3BC43DF5330790A52DCD4CF455ACC213F6 B1C4BA249179DB360225568161552A16682E3A3604BFC39D571B1F8F18375BEF1E80C47652E38559BED0B226B0A8FB6B BADFD65260E537366E7CA5908C0132F5DEB1BB9CBBBF6FEE7C64AA1D54EDEB6A800B0C672B04348570051221E67328E4 8FED5756CEA474E3D70E8BA256D5AC3CDCF49998C23129ABD7D2ABF5BC1DB175A4565C3B9031698F71F0D5FBCE88CC60 FE4B0CCD447B124D7B26DDFF11D240ACC2A0CEDE0B704F7BDC886B6F595F0A046732612B65F871265EAABA4EBA8AB4EA 5CCE4EBA67DE99214E5888857BAEFD87FBFEFB675BE89D5E2AC71497393F73EE54C39848DCA501D411F2AE194901AC49 E92D5C80487F295402A0ECB96ED2F73F44DC7619E7A12F1D64BE22218F799A6485CE23624AB48E76B7A789249BB388AC 827CF9689342770D520FB2B4CCC3C1A810D21806DD4592D734821B415D8CA76C471119CBBFD2A008052324F7282C7E02 421513A23CDB2C77C0A34CEB87091FBCF58AE42DCE5D705D8C498151B703C205412180E4032953251E9E74E80E99D899 0368DFA47A7A5D78841A0EC06023BCEE20980FEFC4A363EC65AE5084728585CF313A4F26995FE5E7DD708DCB4E84826D 584B9FE9F1691E2F8A54E432012E5044D8A905097C14DD685FA1A0C21B9720BE8CDE914A0DA474F36D249648648FCF3F 2B6F45CCDD634001F3604F9EBCC19FE101B339F04693BAC1FA4196583EA78963BB2BAA18FD76E7AD2CAF1B37408D83A9 E377B350ED827BD1A3B2496DB46F4729219F12A0CDF63F2081EC04012672A3E66BA6B91A816BC144E47EB94C87F34EC9 0F130F1B8E0A2C2D56686C829B80223858934D8A067D571C6609841DF77C891DFB2851177B254021F749D14A1D9B9D20 AFE01A24FC145938EDBAECA9A50B0325ACA272A94E5F2EC257978DF997F4C9B79671E895CB93544A054BB5B2C93E291F D046696AE003D4AA637E9EAA87DEB90A79EE11C0E8CE270D3F3BA7A4DC18DC35F6C2778E312EF02C98768ED9B309D915 CF1B4D7258047CD8A2E5687A4CE1C6BDEAF34AB231102139975B692D95C0D9BCD52FDC859D2C252865603ECA540C879E 6DA08971C466160E81384631FDEE3E6EB9BF3B6A27B0E90AEA67769134CFC17EFEB63D807551410999108A91AF085E99 C836C22EA813A2F24C5DD640BABB40E2169B724D9EF97998C09C19AB4DB992C1F6CAEC104E0256058D95D8F9A9BB5E75 1CF2EC93FF5BF22C229C4B1BBCF176BAE2B20A7325C949288B7953B90E3B9BE033C9E433AC349E7F7186E4A9FFBC5EAE 3FB28D9FE67CEBABC5350C3F6BC8CCD0CBDCD9AC2A345B00790EDF839F1DCC930B00FD28AD36A52508100FC3B3075A1B E930376E6C73AE69C01421C5BA89F25E29219B126397D8385650C50D89DC948260C53A17377BE1F5C81E7165E3532EA1 875A2730B952C5EE950E680D501D617BF449FE615D4D1E214BB5E0FB911792BA2C3F4A6B9A19FB38627EB2497817560A 9FC36965DB083E4DE6F2C271EC3F3AC2F3D1E2648662F827D839A325DE6A4352F411FFA7D66EC35B1F2B31F91EF68121 5A3043ABBDB0E62AD20776A138A990746B81CA7220A7C222C4E93211AC8360AD736969CBA00624D17D6D304D5247A6FA 8A055FD97E270F7F209517FE0DC65074FE73564F99B47C4248CF7CCB4F24DAC77B64B8F026756DF37167F8EA2B0B9DFB B5F8AE65E2875BAF7CFE2F884B030980D3B1998AE99530D7C1238D3E0CE859F70A5BDCB1E41C384B471F04906DCC3C0C E475F11BF5F2863390918329D85FFE0FC45CAD1BEB9A6486F1B634CE8F1C23E364DF1F1489C35E1894B00DF4F7FF1143 2AFE9F82B43E34A7DC7B9468F98E8F721E098C9E2A4C9738AFE285B3D3A31940308DB096C815FBFEDADB67077CC8B046 B160093A8686514C6532AF147C96B4ED819CA8066174689C254867DECE26E37FBF561ADDA593C32EA1BD06346985DF36 FC2E2D03E68C12DD8D0F17BE8F2930C831DEF5474480E5D5CD857841678F30834B9F4CEE70F4299216924220616F2CDD 892FDA9D92D64E78BF136AC22D70DB9CC54AF66A899A6DA07B13B4BDD890BE526A95DD0A32A92BC2B722F471B63EBBA7 BBC295764CA8710E0AB0EBC63C1E4302AFCE376C2ACBB0E21639D7652B4ADC8B7924ED5DC9E16AD67078A6830A49A9C4 8CCB431EE8203E31C816522DC3733801BEB9403200E0B5D7733CED43659B31E1F57F50F8C6A3E1219E7AD00BAEFB33DD 40C84F623826A5615B0C633DA629C7193A2DBD63BF320FE30C0D41F849462459E3A49F9CE5EC77E4F9FED0D74223BAA5 362505A1F499B0C7E5C6849E99068287C6D6891B58D29CD3DAB29D792DFA0F471A27E588D80A8DBB2FD9CCC4C7DC4F20 6031E2136BF55BC3226AE22120E9795FB0B6A6FC4D1A1EC2F8DC9D8234D23DB08AD1C64DFECDE8E099C19733EBE76976 EA458195F1BE5F1558ADB7BF09A52B351F235C3ECED6851FF870F6296FF2A0B2DCAB83B33DE0918D132D49DCE8AEFEC3 9AA1B5162086FF4D227E8CB4FE7A99CE9AAE99348ED7891815AB52631A9F021BAE7D711DC711E82F880434EAFE5F3973 8ED78E8562E2E000A768A2DA72096144FB247D1A7F5676979AAC017234B43D03A04B13816721A4CE8175932D72B48008 F59EA0BE4FFD89DC2D6008104E220E9515EA8ABD0A12371879DF8D52C598CF27826441462B1C11412D3268359FCBDEFB 8F3A2A16885ADA0A2F1E86F38FFB27DC90C0A3F6C604C008D7E2FA3C5E493AE3A22A4C5F824217197998678A8F2010E5 1BCE5A085C6B3A26896D5898B03A902F80829924961A536025FCEC847B77A9FE9C39F7BCFFE0BD77EEF1635F2EB3462C BBFE1D8699415D127786071F6B3F2BB3990BAC7DC07FA1B58C24467E2038A28E81210C48A2BCAD050EFF251B95CA51D6 E09A887A2B1F9CBC0D27B20968ED1EFE2905DF31035FA20AB3F9D836EE82B9FAEF37A5B699D3F78FC5B5CA29757B7623 8B602BFBA31240C5319D707DE22698B7B4F5319E35D3AEBF228B0EF22EB23E3DD2368EC24DB1768B0CA6D91137EDF3FC 05CBD4921E9803628A5373E89BB305173AA3C331A1E6D944774B6D587EA933B08A1925348D6E5C7004008B13BBC06553 71FB1998980E898523030D0E2969DABB0B0241CA76380988AEF20949F83EA16062337871DA84F08D0088A1C96D7E211C 5306C6C44CD5E6A78A17EA52EFE1DC60AC525DAD39DBBD9D3D3208AF35AA38CEC79C2BCEC3B3AD52C93D4F3EAB1D7D42 2ECA40AA28C800F4E16BA34C6469ED77971654CE0CE5412B2CC49AAE12410CDAEB53239BCBF21C1C7D883CEF31200AAD D58C48B875A4F3781E69BE2EB6BD1C23B437B29EDF2836590D7997C0657A42C28D2C7DA59F22040EB95066FCBEED0107 1942901C0F7F19E570D81E3A1962EEC02DF2CB0943A24BDB38CB80334AF5EC1D0A76C875EE2FE7F24F5D9D7AF739E3BB 7E13FD3E0F5A32A85E836FAB74388309F15EC4FA33E448201D4598A2276A080EE2077194F4D0502EB813C8553156B646 6D208021EB2480FD60E1BE17F5708A0BA649293BCD9DAC20E2FA3F12BE22F514CFEA32256A5339CA1AF82722FA4E0909 791BCE8858E1C951C759869F17AD96F2165886EDE6462A3CDD5CD6F8D6099C0DC944891D59DBA26B45E267ADC4499B2D 295FF3D9AB6AF492A2C8BCC3072BE7F7ACD592F26D9FD18F729C866DB7705A226D12DB26B7F0FF739430915EFAC231FE E2F35F4A6225886F57DF26E7AB3EFF23D62398381085AE221739458E903B2E246B4132756B62037DFB9BB5742C2B5945 7978B29C80AA1A558555F74BA426835E0AA49A308F71229F5CE9A4FACCE8E429CB3311DBACD05BEA753237BFF48E1628 491B5261DC6A7EE37A005BFA1A47B4A6822961668C00EBAEF30ED07E041AED8F3344250CA0616C20DC943AD690AF86FC 3F6DAF8960C41DA04753F19BE1CB9029B6395065D65DF72A0F9BD088EF1223C48D40005214726CED345E016B1EBC08D2 B5360211AD8EB8C865C5A3370FD16C2A979178A1192F6C13431D7530D46B45D258C1E47D1AE758DCD34825B2D37C1C10 B8584C7B9E63008646811C74FE12D7343DEEA94B15E334D054B18B02BBB039CDCE9DAC12F88D266F230E73D58665C9CB 0E1CD415470727AA2F96B74AD26743CA0FAC365747278A665C8037995B3D86C733C920AE4A038D39B164230610CBE71F EE3F60EE3B210A7EE4A5C56EA7A2D2AC1CDE9A7B9E63B6A0565DC2D8C3D6DCF6193BB05E03F1C54A9FF2104D44FFF005 71F3D275CBFCC0E265AB15679E21FEA58D6BEF135185BE231A4D244583DC32464FA1A1E3B8889C6885983DD4D23789A6 8C2030DDABDAF7DC074CFF1F7B0F564E417D133553B20396BBB131151D6BF4572845C53FFCBCC0C681AF79864C3FB3D9 41AD346A88CC5910A00CB28D116E1A02E9A203FFC172B883653C0FB50269FC6702A5FDF31190FCF0584C71D21AF80418 5B0886AE08A850268BAC885E029C73BED76E4538E9733EA10D8E01B3FECAA75DBFB607D0A7EE8A6733362525EDF1C456 F96729695656B0CF8D09B556553F82CFE056E717D4CDE8471F80522D70F683CF123444408ADB18E4BE78770F5FB37BBD F0336BFD4B0929CDE47879F19A56A99D4DD953601A9AE588842CC2B55CA429A11014E7F09F133FC92D284E858B403EE1 FDF79E7B517BE5F7F18FE9907BEFD44CF5C6B1E6415504E308322BA380B7FDEE58D982C97A3631BB85D1826A0BF625BE CD07BDE10C7ACD675301949B52236CBCC15FF2D1E647766048D46FA02FABA76969EB544C9E75A25A95652DA928C3AB6E CBCC559391FE5A2AEC743106A6B915E54137D49FE1EA8B6B76FDD6CA402EC4BCC5E66AC725AAC8DC03C6726877B9DE32 F1AF6768F6AD51179E70CAA99DD128D4EEF20CEFB1D78F6BBA4AF4F5D8BE54D15F0E4BD98C75A7051D833A5BBBD46DC3 0E34EB74742F924DAF5B0046611235CA6D21434A1A711C30184027A1F925E62F1730B43271285DEC9F5EF4591692F1E9 B34DDD3B7EA723180EBAC90E1D4789D86041B9809993EB4E1CBCF78A6C6099956E446A86EA32F97AA228C80A92373AD8 B01F1D00FD866530164EE9CB753ED5CBBCDA3C6AA0FA57CDD3E3309B08BE28D81FFDFF9532ED9FC489FE0493C6B3108D 5600DBF1AB65844735B554C2010034A47F5EB3D056332F4993FF74AA2DCBCAB4CF3C77AE12D12B3E070BECD1095284B2 60EDF10098ECC89343CFF1E4A55F4F03CE32B4F932452C84D58AF4382BFC89599AB4F5EB6880326D878A6A9743BCDB89 B8EADB5E57F97DC044CB78FF24A62D6FAFCBC6CDCC49EE1E94176CE4E3E08A8839B36BF4C30D85546A5CD7F50771DDBF 995E690141957DAFA258F9467E66451F8E1DA4ACA55FBAE6ADCCB0023039B9587513CD595B623B0ADBB6147DEBE0C252 F5259D5076B9687EF259B119765A450455E5EB10F6FBE01CDCDEA0C06BB5DCB85846C78F9EBCE8B47886FF41240193AC 20C80E511A14BB0AF9A92DD52A616E05A8B53D3F9AD7F9264F713C7F0F9F82E4F1728CAB021867B80288C0A4C653AD92 01A6EB5FFCE1A49E1334F64698158F190C310CB8A478640ADAD7941E610BB2F8DD736FDA6E4A934557017482679C1004 9C4489485AF55619A5E090093D28A6A7F38A1916BC4ADFEC00968D49CFA21D4C127B42C702615814F563DF506883F241 27FF8F32579106D2782CABD0B6242FD49D59FC3FF808EF06C9970D9B2C5F37F454C12483CF667E6221835FA8497612AF 306BA41275B88964C090A6F20CB97B27987DB5CB24BB1137C1C7AC7540AF3C968BA1FF9CDF735E49DF688147D0C97DC6 D532BBB0C5B496398D2A3500ADA1DBB6D693BCDB30DB801C1DDFFA2592D6BC93A6F5B0F380373D36011A71A61FCA19D8 F7DD0813766CBF095747BD3A857506375FC90E20B0671544909E1338947B7D79015920F6A94AEBE6B75D81DDECC2CA0F 371986CEDAD2D7F3FB444055D87878C6CA498DF9A3B8378F64346EB95157FBBF761C0F2EC6EF32F5EBD2AC6CE5A74614 4268CBC3C3AD0C6E18CF43C87033917060E22820522F3898F86F90BD64ABF0FD3EC167A12E0A0040FC68DED7BC151F2A B7AC2DB668F3BFFBE790429BA1A5A9CA1E9F205CC9E24514CB95E896F9A5FB7C72A765347C68464381029CD12C462193 65BFAE885F1919C0BC4D22EC4A29CE27144CD9C3CE75AF5B7E62BCB3155BD3D4C085CA9CC239F2994D58CD9C10A6E28F 6B0DCDECB131D7E9540CA8FADF7F346BBC9D1FC8A4D6600ECA2225CDA08C3FFF896AAA000A1C80C2412CAE9FEA18BCBA CEB359C15C92868F7AA6B44BEFADE1EFEB6C7D6D89C468BCC88E674254905511746AC9FC2BE7FE1EFC19470AB7874307 CF8162FAA3853A1D349975C10F4C3C27114F740191E5FB74652663B25225A6DC44E402437D9A644F85F8175393682D46 8F4E60F7E1CE88EE53DE64EDF3E0FE8A4810D7DA41CB4D5BE14859BB1DDB5D2F7A88B8302EBC461C8703D6A75506A585 1A3F5494261ED8183CC9F12289F76CE2DC474B637EDA9A1277B951867A67DC0E8E616B26E24D6C0EDAA5E8BACC2104C5 CC037DC331D57ECC82D44BC06D88152F896389FC8B992F9073E0C47403AFADC2875BAE6574934766545C9C0B95E09A20 BB725906E74CB7644145FF573F220B0F3F6E9C4723472EA839AB09BF5EBF05A15F53A1F8A169528C82E483A0A0E1D19C E23D767C6FFE5023DBB946B378574858A001B55030DA6FFD89E0C43B146098F28EDC9F2414782865E9EFF280EADCCD54 3292C01301DE564777E5329F48D776C9A95BE4BC59D77F56087085EE229A02D4208BB2A394AC65496492D05C2C0B9334 55DF3E227CA0C094684566F1157094F0956B63F30C14B70C74515884C5A2C528D8022FEF2334EC9FE91D4FF3233881C3 9B49B8012F610C60C5AAEF373F663E25DE9B891AF4FBF15D7A5BDE6121EC25C87D916B9E84A6CA8A0BC94BA8BCD9B0DD 0686CE1B92A0F00E491EA9D06E7FB616B81A8C9B85703ABC8F06F81B24A1DD5AFADBE8E518C65D595AEBA60716C40686 37353CEFC6A5220418C680C115290DFDD24E085003752934FA18673F2D39A0ECABB6EF549F00079E648AD0E07EDEBD5C AC3651FE3880FD3FC0803F180E0AE11A600305F35AE05ECCD75EF20A97408E90D39113F96C31F5984A4798E7E4A340EC 6C87D2BAF29811AD75B4F82B625B849CDFC0B75B64DEC350E9F3AF3392949A1E941790873AA2C78B3AD258B75FFB00F4 B82FABE512E15C9DCB7C2EA4317E57490B7776F6CE6E10CA55112026125B3A4836D314FE9E206C23C4497B873D364F16 DD33A2A5950A9C4F20AE181A2C59452D0FD33FB72F5C42AFBFE40E6F45FEEAED5FF415372215C9195575F81013BC638F EFAD0FB8E7393519CE3E1EEA741240E34F4F556CF6D783ADBFC504AB2C34EF68C1E3D23F9327EAE478EADB3B30B3D66B A96694F30AAD1F7B4A67CB13FEF0BD3EB20B2B9E1C7400F0732797FCC12AA4B67CF35B19965810672C392D23FCFCAEE5 3AB000609756BF5A79DA00D4477470B3B59F8A754B93775987356E851A5978A3676051DDC54D7B52F7EF1D676CCE6E33 C8E1AF3BC7AB0E668A3C451E5A81EED71AEEAA43D9E09BE988A0DA413F50E3BB06C7F3FA4E1FA5793565A7780EE2BA87 488E8F56D05CB1447DDBDB750F9DDF66CB1265227F0EFA95F51D4C53E4BA5A12C248FE5082DD5ADBA8CDA41C3C0B9B8B D6CF030B32A1B056E97078E170FA084B1B85F2AC9DD1F31DF3AB4C7E92E4724EC30CE48FF41953B62D86205D571BFACC 47019E5B98F86492D3067DC940EC39263C07FA82B1BBF5F8F2F9991FE361192930CE16F0589AF3C414984EC3C4EFE2AA D876034CDB11D8A5685D5E255E9DF138ED95C0965FEEBA1136E3EEB3548C1FD63B002F3E14091FB92373C71F3F9B1649 C5F41FBBF267576E8A9DDA8B9B5B38E54816A0C505E5ACF9F0FE46034EDDAFD9A6D85E5AF87A759CD75AD4CD30DC6601 E430FE2635320C90313DC21A17564DECD492F60FD8754EAF37C96A89B7B9DF462DFFF3C2F479FA651F0177130EB65833 DF88DC3683C6B4B3D1544595D1EA9529017D7722CA8A0F74549C4D0C728868D9054BE1E4D34EEE3F855B17233710ACD5 D2BC9A631662EA14641CF0673359D89FF0863AABB6B1ACC08244F63152C1D6051DFD0D89BD18490C1E233EF7C37E9BB5 12F8B31BA1054A716B701AE0A9CFC9A3B0CFDEBF9FC79B05B5685DD33BE022666C4B2A1A814A313A0207A33B12BA5A27 EAADE7C1234419979AF78EE1AB9A23F8AEEC45083F12F490A17BEE92A765CD44D71FBB7259FFBD43804EB97C614711A4 55CCB6D95F3435281A651DB00AAEDECD4229204EC952E95BF3CD72EAFC22D892B7DCCFC12BD5CF6CE62D558C19D5A605 6CD61929A9C5E90CC5E9C94840C27CD4BAAE673CA7815BD4FAD197CE4055A6A19BE1A02544E4A314DC5C191968C10A45 27A9CE7C862F10C146B78B772DC89C5F45520881FEFF2AAC12B10CC0D98AA3D1287C14924FF421A6F43E6FB393901F18 EBACFBDEAEF7BF0303A1B2502DAE9974FCF8CBCF73758806AF2557E721BC431D451121 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark
%RBIEndFontSubset
/|______Times-BoldItalic cguidfix
/F2.1/|______Times-BoldItalic renmfont
[ /CIEBasedA 5 dict dup begin /WhitePoint [ 0.9505 1.0000 1.0891 ] def
/DecodeA { { 1.8008 exp } bind exec} bind
def
/MatrixA [ 0.9642 1.0000 0.8249 ] def
/RangeLMN [ 0.0 2.0000 0.0 2.0000 0.0 2.0000 ] def
/DecodeLMN [ { 0.9857 mul} bind { 1.0000 mul} bind { 1.3202 mul} bind ] def
end ] /Cs1 exch/ColorSpace dr pop
[ /CIEBasedABC 4 dict dup begin
/WhitePoint [ 0.9505 1.0000 1.0891 ] def
/DecodeABC [ { 1.8008 exp } bind { 1.8008 exp } bind { 1.8008 exp } bind ] def
/MatrixABC [ 0.4294 0.2332 0.0202 0.3278 0.6737 0.1105 0.1933 0.0938 0.9580 ] def
/RangeLMN [ 0.0 0.9505 0.0 1.0000 0.0 1.0891 ] def
end ] /Cs2 exch/ColorSpace dr pop
%%EndPageSetup
5 w
3.8636899 M
[
20
20
] 0 d
0.60000002 i
/Cs1 SC
0 sc
T setstrokeadjust
T soprm
q
1 1 255 187 rc
0.1 0 0 0.1 1 1 cm
640.10901 700.33203 m
624.96301 668.08301 607.96301 650 590 650 c
526.487 650 475 876.09308 475 1155 c
475 1433.9099 526.487 1660 590 1660 c
622.89606 1660 652.565 1599.35 674.15002 1502.1201 c
S
606.99701 735 m
563.15601 675.31403 509.07303 640.07312 450.56201 640.07312 c
304.20401 640.07312 185.56201 860.56909 185.56201 1132.5699 c
185.56201 1404.58 304.20401 1625.0701 450.56201 1625.0701 c
524.35901 1625.0701 591.10999 1569.01 639.78302 1478.5601 c
S
Q
/Cs2 SC
0.93300003 0.31400001 0.23100001 sc
F soprm
q
72.265312 126.321 m
105.86501 155.121 l
120.26501 150.321 l
86.665306 121.521 l
72.265312 126.321 l
h
W
1 1 255 187 rc
82.394104 116.20499 m
72.859505 126.794 l
72.094109 126.105 l
81.628601 115.51601 l
f
0.92200005 0.333 0.24300002 sc
83.144707 116.881 m
73.6101 127.47001 l
72.844704 126.781 l
82.379204 116.191 l
f
0.90999997 0.34900001 0.259 sc
83.895203 117.55599 m
74.36071 128.146 l
73.595306 127.45599 l
83.129807 116.867 l
f
0.89800006 0.36900002 0.27100003 sc
84.645805 118.23199 m
75.111305 128.821 l
74.345802 128.132 l
83.880402 117.54299 l
f
0.88600004 0.38800001 0.28200001 sc
85.396408 118.908 m
75.8619 129.49699 l
75.096405 128.808 l
84.631004 118.21899 l
f
0.87500006 0.40800002 0.294 sc
86.146996 119.584 m
76.612404 130.173 l
75.847 129.48399 l
85.381508 118.895 l
f
0.86300004 0.42700002 0.31 sc
86.897606 120.26 m
77.362999 130.849 l
76.597603 130.16 l
86.132103 119.571 l
f
0.85100001 0.44300002 0.32200003 sc
87.648102 120.936 m
78.113609 131.52501 l
77.348206 130.836 l
86.882706 120.24599 l
f
0.83900005 0.46300003 0.333 sc
88.398705 121.611 m
78.864204 132.201 l
78.098808 131.511 l
87.633308 120.922 l
f
0.82700002 0.48200002 0.34500003 sc
89.149307 122.287 m
79.614799 132.87601 l
78.849304 132.187 l
88.383904 121.598 l
f
0.81999999 0.50200003 0.36100003 sc
89.899902 122.96301 m
80.36541 133.552 l
79.599907 132.86301 l
89.134506 122.274 l
f
0.80800003 0.52200001 0.37300003 sc
90.650505 123.639 m
81.115906 134.22801 l
80.35051 133.539 l
89.885101 122.95 l
f
0.79600006 0.537 0.384 sc
91.401108 124.315 m
81.866508 134.90399 l
81.101105 134.21501 l
90.635605 123.626 l
f
0.78400004 0.55700004 0.39600003 sc
92.151703 124.99099 m
82.617104 135.58 l
81.851707 134.89099 l
91.386208 124.301 l
f
0.77300006 0.57600003 0.41200003 sc
92.902206 125.66599 m
83.367706 136.256 l
82.602303 135.56599 l
92.136803 124.97701 l
f
0.76100004 0.59600002 0.42400002 sc
93.652802 126.342 m
84.118309 136.931 l
83.352806 136.24199 l
92.887405 125.65301 l
f
0.74900001 0.61600006 0.43500003 sc
94.403404 127.018 m
84.868805 137.60699 l
84.103409 136.918 l
93.638 126.32899 l
f
0.73700005 0.63100004 0.45100003 sc
95.153999 127.69399 m
85.619408 138.283 l
84.853996 137.59399 l
94.388512 127.005 l
f
0.72500002 0.65100002 0.46300003 sc
95.904602 128.37001 m
86.370003 138.959 l
85.604607 138.27 l
95.139107 127.68001 l
f
0.71400005 0.671 0.47500002 sc
96.655205 129.04601 m
87.120605 139.63499 l
86.355209 138.946 l
95.889702 128.356 l
f
0.70600003 0.69 0.48600003 sc
97.405708 129.72099 m
87.871208 140.311 l
87.105804 139.621 l
96.640305 129.032 l
f
0.69400001 0.70999998 0.50200003 sc
98.156303 130.397 m
88.621803 140.98601 l
87.856308 140.297 l
97.390907 129.70799 l
f
0.68200004 0.72500002 0.514 sc
98.906906 131.073 m
89.372406 141.662 l
88.606903 140.97301 l
98.141502 130.384 l
f
0.671 0.74500006 0.52500004 sc
99.657509 131.74901 m
90.12291 142.338 l
89.357506 141.649 l
98.892105 131.06 l
f
0.65900004 0.76500005 0.537 sc
100.4081 132.425 m
90.873505 143.01401 l
90.108109 142.325 l
99.642708 131.735 l
f
0.64700001 0.78400004 0.55300003 sc
101.159 133.10001 m
91.624107 143.69 l
90.858704 143 l
100.39321 132.411 l
f
0.63500005 0.80400002 0.565 sc
101.909 133.776 m
92.37471 144.366 l
91.609306 143.67601 l
101.144 133.08701 l
f
0.62400001 0.81999999 0.57600003 sc
102.66 134.45201 m
93.125305 145.041 l
92.359802 144.35201 l
101.894 133.763 l
f
0.61200005 0.83900005 0.588 sc
103.41 135.12801 m
93.875908 145.717 l
93.110405 145.028 l
102.645 134.43901 l
f
0.60000002 0.85900003 0.60400003 sc
104.161 135.804 m
94.626404 146.39299 l
93.861 145.70399 l
103.396 135.11501 l
f
0.59200001 0.87800002 0.61600006 sc
104.912 136.48001 m
95.376999 147.069 l
94.611603 146.38 l
104.146 135.79001 l
f
0.57999998 0.89800006 0.62700003 sc
105.662 137.155 m
96.127609 147.745 l
95.362206 147.05499 l
104.897 136.46599 l
f
0.56900001 0.91400003 0.64300001 sc
106.413 137.83099 m
96.878204 148.42001 l
96.112808 147.731 l
105.647 137.142 l
f
0.55700004 0.93300003 0.65500003 sc
107.163 138.507 m
97.628807 149.09599 l
96.863403 148.407 l
106.398 137.81799 l
f
0.54500002 0.95300007 0.66700006 sc
107.914 139.183 m
98.37941 149.772 l
97.613907 149.08299 l
107.148 138.494 l
f
0.53300005 0.97300005 0.67800003 sc
108.664 139.85899 m
99.129906 150.448 l
98.364502 149.759 l
107.899 139.17001 l
f
Q
0.67800003 1 0.65500003 sc
q
72.265312 126.321 m
105.86501 155.121 l
120.26501 150.321 l
86.665306 121.521 l
72.265312 126.321 l
h
W
1 1 255 187 rc
109.053 140.209 m
99.518402 150.798 l
98.752998 150.10899 l
108.288 139.519 l
f
0.69 1 0.671 sc
109.813 140.89299 m
100.27871 151.48199 l
99.513306 150.793 l
109.048 140.20399 l
f
0.69800001 0.99600005 0.68200004 sc
110.574 141.578 m
101.03899 152.16699 l
100.27351 151.478 l
109.808 140.888 l
f
0.70600003 0.99600005 0.69400001 sc
111.334 142.26201 m
101.799 152.851 l
101.034 152.162 l
110.56799 141.573 l
f
0.71400005 0.99200004 0.70600003 sc
112.09399 142.94701 m
102.56001 153.536 l
101.794 152.847 l
111.32899 142.258 l
f
0.72500002 0.99200004 0.71800005 sc
112.854 143.631 m
103.32 154.22099 l
102.554 153.53099 l
112.089 142.942 l
f
0.73300004 0.98800004 0.72900003 sc
113.61501 144.31599 m
104.08001 154.905 l
103.31499 154.21599 l
112.849 143.627 l
f
0.74100006 0.98800004 0.74500006 sc
114.375 145 m
104.84 155.59001 l
104.075 154.90001 l
113.61 144.311 l
f
0.75300002 0.98400003 0.75700003 sc
115.135 145.685 m
105.60101 156.274 l
104.835 155.58501 l
114.37001 144.996 l
f
0.76100004 0.98400003 0.76900005 sc
115.896 146.37001 m
106.361 156.959 l
105.596 156.27 l
115.13 145.68001 l
f
0.76900005 0.97999996 0.77999997 sc
116.656 147.054 m
107.12099 157.64299 l
106.356 156.95399 l
115.89001 146.36501 l
f
0.77600002 0.97999996 0.79200006 sc
117.41601 147.739 m
107.882 158.32799 l
107.116 157.63901 l
116.651 147.05 l
f
0.78800005 0.97600007 0.80400002 sc
118.176 148.423 m
108.64199 159.013 l
107.876 158.323 l
117.411 147.73399 l
f
0.79600006 0.97600007 0.81999999 sc
118.937 149.108 m
109.402 159.69701 l
108.637 159.008 l
118.171 148.41899 l
f
0.80400002 0.97300005 0.83100003 sc
119.697 149.79199 m
110.162 160.382 l
109.397 159.692 l
118.932 149.103 l
f
0.81200004 0.97300005 0.84300005 sc
120.45699 150.47701 m
110.923 161.06599 l
110.157 160.377 l
119.69199 149.78801 l
f
Q
1 J
[] 0 d
/Cs1 SC
0 sc
F setstrokeadjust
q
1 1 255 187 rc
0.1 0 0 0.1 1 1 cm
712.65308 1253.21 m
1048.65 1541.21 l
1192.65 1493.21 l
856.65308 1205.21 l
712.65308 1253.21 l
h
S
Q
/Cs2 SC
1 0.31 0.31 sc
q
53.065102 100.72111 m
53.065102 103.372 59.512203 105.521 67.465202 105.521 c
75.418205 105.521 81.865204 103.372 81.865204 100.72111 c
81.865204 98.070107 75.418205 95.921104 67.465202 95.921104 c
59.512203 95.921104 53.065102 98.070107 53.065102 100.72111 c
h
W
1 1 255 187 rc
53.063107 95.920006 m
54.063107 95.920006 l
54.063107 105.52 l
53.063107 105.52 l
h
f
0.99600005 0.333 0.333 sc
54.056305 95.920006 m
55.056305 95.920006 l
55.056305 105.52 l
54.056305 105.52 l
h
f
0.99600005 0.35700002 0.35300002 sc
55.049404 95.920006 m
56.049404 95.920006 l
56.049404 105.52 l
55.049404 105.52 l
h
f
0.99600005 0.38 0.37300003 sc
56.042603 95.920006 m
57.042603 95.920006 l
57.042603 105.52 l
56.042603 105.52 l
h
f
0.99200004 0.40000001 0.39600003 sc
57.035805 95.920006 m
58.035805 95.920006 l
58.035805 105.52 l
57.035805 105.52 l
h
f
0.99200004 0.42400002 0.41600001 sc
58.0289 95.920006 m
59.0289 95.920006 l
59.0289 105.52 l
58.0289 105.52 l
h
f
0.99200004 0.44700003 0.43900001 sc
59.022102 95.920006 m
60.022102 95.920006 l
60.022102 105.52 l
59.022102 105.52 l
h
f
0.98800004 0.47100002 0.45900002 sc
60.015301 95.920006 m
61.015301 95.920006 l
61.015301 105.52 l
60.015301 105.52 l
h
f
0.98800004 0.49400002 0.47800002 sc
61.008404 95.920006 m
62.008404 95.920006 l
62.008404 105.52 l
61.008404 105.52 l
h
f
0.98800004 0.514 0.50200003 sc
62.001606 95.920006 m
63.001606 95.920006 l
63.001606 105.52 l
62.001606 105.52 l
h
f
0.98400003 0.537 0.52200001 sc
62.994808 95.920006 m
63.994808 95.920006 l
63.994808 105.52 l
62.994808 105.52 l
h
f
0.98400003 0.56100005 0.54100001 sc
63.987904 95.920006 m
64.987907 95.920006 l
64.987907 105.52 l
63.987904 105.52 l
h
f
0.98400003 0.58400005 0.565 sc
64.981102 95.920006 m
65.981102 95.920006 l
65.981102 105.52 l
64.981102 105.52 l
h
f
0.97999996 0.60400003 0.58400005 sc
65.974205 95.920006 m
66.974205 95.920006 l
66.974205 105.52 l
65.974205 105.52 l
h
f
0.97999996 0.62700003 0.60800004 sc
66.9674 95.920006 m
67.9674 95.920006 l
67.9674 105.52 l
66.9674 105.52 l
h
f
0.97999996 0.65100002 0.62700003 sc
67.960602 95.920006 m
68.960602 95.920006 l
68.960602 105.52 l
67.960602 105.52 l
h
f
0.97600007 0.67500001 0.64700001 sc
68.953705 95.920006 m
69.953705 95.920006 l
69.953705 105.52 l
68.953705 105.52 l
h
f
0.97600007 0.69800001 0.671 sc
69.946907 95.920006 m
70.946907 95.920006 l
70.946907 105.52 l
69.946907 105.52 l
h
f
0.97300005 0.71800005 0.69 sc
70.940109 95.920006 m
71.940109 95.920006 l
71.940109 105.52 l
70.940109 105.52 l
h
f
0.97300005 0.74100006 0.70999998 sc
71.933205 95.920006 m
72.933205 95.920006 l
72.933205 105.52 l
71.933205 105.52 l
h
f
0.97300005 0.76500005 0.73300004 sc
72.926407 95.920006 m
73.926407 95.920006 l
73.926407 105.52 l
72.926407 105.52 l
h
f
0.96900004 0.78800005 0.75300002 sc
73.919609 95.920006 m
74.919609 95.920006 l
74.919609 105.52 l
73.919609 105.52 l
h
f
0.96900004 0.80800003 0.77600002 sc
74.912704 95.920006 m
75.912704 95.920006 l
75.912704 105.52 l
74.912704 105.52 l
h
f
0.96900004 0.83100003 0.79600006 sc
75.905907 95.920006 m
76.905907 95.920006 l
76.905907 105.52 l
75.905907 105.52 l
h
f
0.96500003 0.85500002 0.81600004 sc
76.899002 95.920006 m
77.899002 95.920006 l
77.899002 105.52 l
76.899002 105.52 l
h
f
0.96500003 0.87800002 0.83900005 sc
77.892204 95.920006 m
78.892204 95.920006 l
78.892204 105.52 l
77.892204 105.52 l
h
f
0.96500003 0.90200007 0.85900003 sc
78.885406 95.920006 m
79.885406 95.920006 l
79.885406 105.52 l
78.885406 105.52 l
h
f
0.96100003 0.92200005 0.87800002 sc
79.878502 95.920006 m
80.878502 95.920006 l
80.878502 105.52 l
79.878502 105.52 l
h
f
0.96100003 0.94500005 0.90200007 sc
80.871704 95.920006 m
81.871704 95.920006 l
81.871704 105.52 l
80.871704 105.52 l
h
f
Q
/Cs1 SC
0 sc
q
1 1 255 187 rc
0.1 0 0 0.1 1 1 cm
520.651 997.21106 m
520.651 1023.72 585.12201 1045.21 664.65204 1045.21 c
744.18207 1045.21 808.65204 1023.72 808.65204 997.21106 c
808.65204 970.70105 744.18207 949.21106 664.65204 949.21106 c
585.12201 949.21106 520.651 970.70105 520.651 997.21106 c
h
S
Q
/Cs2 SC
1 0.31 0.31 sc
q
53.065102 129.521 m
81.865204 129.521 l
81.865204 100.72111 l
53.065102 100.72111 l
53.065102 129.521 l
h
W
1 1 255 187 rc
53.063107 100.72 m
54.063107 100.72 l
54.063107 129.52 l
53.063107 129.52 l
h
f
0.99600005 0.333 0.333 sc
54.056305 100.72 m
55.056305 100.72 l
55.056305 129.52 l
54.056305 129.52 l
h
f
0.99600005 0.35700002 0.35300002 sc
55.049404 100.72 m
56.049404 100.72 l
56.049404 129.52 l
55.049404 129.52 l
h
f
0.99600005 0.38 0.37300003 sc
56.042603 100.72 m
57.042603 100.72 l
57.042603 129.52 l
56.042603 129.52 l
h
f
0.99200004 0.40000001 0.39600003 sc
57.035805 100.72 m
58.035805 100.72 l
58.035805 129.52 l
57.035805 129.52 l
h
f
0.99200004 0.42400002 0.41600001 sc
58.0289 100.72 m
59.0289 100.72 l
59.0289 129.52 l
58.0289 129.52 l
h
f
0.99200004 0.44700003 0.43900001 sc
59.022102 100.72 m
60.022102 100.72 l
60.022102 129.52 l
59.022102 129.52 l
h
f
0.98800004 0.47100002 0.45900002 sc
60.015301 100.72 m
61.015301 100.72 l
61.015301 129.52 l
60.015301 129.52 l
h
f
0.98800004 0.49400002 0.47800002 sc
61.008404 100.72 m
62.008404 100.72 l
62.008404 129.52 l
61.008404 129.52 l
h
f
0.98800004 0.514 0.50200003 sc
62.001606 100.72 m
63.001606 100.72 l
63.001606 129.52 l
62.001606 129.52 l
h
f
0.98400003 0.537 0.52200001 sc
62.994808 100.72 m
63.994808 100.72 l
63.994808 129.52 l
62.994808 129.52 l
h
f
0.98400003 0.56100005 0.54100001 sc
63.987904 100.72 m
64.987907 100.72 l
64.987907 129.52 l
63.987904 129.52 l
h
f
0.98400003 0.58400005 0.565 sc
64.981102 100.72 m
65.981102 100.72 l
65.981102 129.52 l
64.981102 129.52 l
h
f
0.97999996 0.60400003 0.58400005 sc
65.974205 100.72 m
66.974205 100.72 l
66.974205 129.52 l
65.974205 129.52 l
h
f
0.97999996 0.62700003 0.60800004 sc
66.9674 100.72 m
67.9674 100.72 l
67.9674 129.52 l
66.9674 129.52 l
h
f
0.97999996 0.65100002 0.62700003 sc
67.960602 100.72 m
68.960602 100.72 l
68.960602 129.52 l
67.960602 129.52 l
h
f
0.97600007 0.67500001 0.64700001 sc
68.953705 100.72 m
69.953705 100.72 l
69.953705 129.52 l
68.953705 129.52 l
h
f
0.97600007 0.69800001 0.671 sc
69.946907 100.72 m
70.946907 100.72 l
70.946907 129.52 l
69.946907 129.52 l
h
f
0.97300005 0.71800005 0.69 sc
70.940109 100.72 m
71.940109 100.72 l
71.940109 129.52 l
70.940109 129.52 l
h
f
0.97300005 0.74100006 0.70999998 sc
71.933205 100.72 m
72.933205 100.72 l
72.933205 129.52 l
71.933205 129.52 l
h
f
0.97300005 0.76500005 0.73300004 sc
72.926407 100.72 m
73.926407 100.72 l
73.926407 129.52 l
72.926407 129.52 l
h
f
0.96900004 0.78800005 0.75300002 sc
73.919609 100.72 m
74.919609 100.72 l
74.919609 129.52 l
73.919609 129.52 l
h
f
0.96900004 0.80800003 0.77600002 sc
74.912704 100.72 m
75.912704 100.72 l
75.912704 129.52 l
74.912704 129.52 l
h
f
0.96900004 0.83100003 0.79600006 sc
75.905907 100.72 m
76.905907 100.72 l
76.905907 129.52 l
75.905907 129.52 l
h
f
0.96500003 0.85500002 0.81600004 sc
76.899002 100.72 m
77.899002 100.72 l
77.899002 129.52 l
76.899002 129.52 l
h
f
0.96500003 0.87800002 0.83900005 sc
77.892204 100.72 m
78.892204 100.72 l
78.892204 129.52 l
77.892204 129.52 l
h
f
0.96500003 0.90200007 0.85900003 sc
78.885406 100.72 m
79.885406 100.72 l
79.885406 129.52 l
78.885406 129.52 l
h
f
0.96100003 0.92200005 0.87800002 sc
79.878502 100.72 m
80.878502 100.72 l
80.878502 129.52 l
79.878502 129.52 l
h
f
0.96100003 0.94500005 0.90200007 sc
80.871704 100.72 m
81.871704 100.72 l
81.871704 129.52 l
80.871704 129.52 l
h
f
Q
/Cs1 SC
0 sc
q
1 1 255 187 rc
0.1 0 0 0.1 1 1 cm
808.65204 1285.21 m
808.65204 997.21106 l
S
520.651 1285.21 m
520.651 997.21106 l
S
/Cs2 SC
0.93300003 0.31400001 0.23100001 sc
CM
53.065102 129.521 m
53.065102 132.172 59.512203 134.321 67.465202 134.321 c
75.418205 134.321 81.865204 132.172 81.865204 129.521 c
81.865204 126.87001 75.418205 124.721 67.465202 124.721 c
59.512203 124.721 53.065102 126.87001 53.065102 129.521 c
f
/Cs1 SC
0 sc
0.1 0 0 0.1 1 1 cm
520.651 1285.21 m
520.651 1311.72 585.12201 1333.21 664.65204 1333.21 c
744.18207 1333.21 808.65204 1311.72 808.65204 1285.21 c
808.65204 1258.7001 744.18207 1237.21 664.65204 1237.21 c
585.12201 1237.21 520.651 1258.7001 520.651 1285.21 c
h
S
15 w
288.64999 805.21112 m
616.60004 1086.78 l
S
Q
/Cs2 SC
0.93300003 0.31400001 0.23100001 sc
q
17.064901 79.120995 m
50.665005 107.921 l
65.065208 103.12099 l
31.465 74.320999 l
17.064901 79.120995 l
h
W
1 1 255 187 rc
49.108604 115.991 m
64.567207 102.553 l
65.208611 103.291 l
49.750103 116.729 l
f
0.91800004 0.333 0.24700001 sc
48.448803 115.23199 m
63.907307 101.794 l
64.548805 102.53201 l
49.090302 115.97001 l
f
0.90600002 0.35300002 0.259 sc
47.788998 114.473 m
63.247505 101.035 l
63.888905 101.773 l
48.430401 115.211 l
f
0.89400005 0.37600002 0.27500001 sc
47.129204 113.714 m
62.587704 100.27599 l
63.229103 101.014 l
47.770603 114.452 l
f
0.88200003 0.39600003 0.28600001 sc
46.469402 112.95499 m
61.927906 99.516998 l
62.569305 100.25491 l
47.110806 113.69299 l
f
0.87100005 0.41600001 0.30200002 sc
45.809505 112.196 m
61.268002 98.757996 l
61.909504 99.495903 l
46.451 112.934 l
f
0.85900003 0.43500003 0.31400001 sc
45.1497 111.437 m
60.608204 97.999001 l
61.249702 98.736809 l
45.791103 112.175 l
f
0.84300005 0.45900002 0.32900003 sc
44.489902 110.678 m
59.948402 97.239906 l
60.589802 97.977806 l
45.131302 111.41601 l
f
0.83100003 0.47800002 0.34500003 sc
43.830105 109.919 m
59.288605 96.480904 l
59.93 97.218803 l
44.471504 110.657 l
f
0.81999999 0.49800003 0.35700002 sc
43.170204 109.16 m
58.628803 95.721802 l
59.270203 96.459709 l
43.811703 109.898 l
f
0.80800003 0.51800001 0.37300003 sc
42.510403 108.401 m
57.968903 94.962807 l
58.610401 95.700706 l
43.151802 109.139 l
f
0.79600006 0.54100001 0.384 sc
41.850601 107.64199 m
57.309101 94.203705 l
57.9505 94.941605 l
42.492001 108.38 l
f
0.78400004 0.56100005 0.40000001 sc
41.190804 106.883 m
56.649303 93.444702 l
57.290707 94.18261 l
41.832203 107.62001 l
f
0.76900005 0.57999998 0.41200003 sc
40.530903 106.124 m
55.989502 92.685707 l
56.630901 93.423607 l
41.172405 106.861 l
f
0.75700003 0.60000002 0.42700002 sc
39.871105 105.36501 m
55.329601 91.926605 l
55.9711 92.664505 l
40.512505 106.10201 l
f
0.74500006 0.62400001 0.44300002 sc
39.2113 104.605 m
54.6698 91.167603 l
55.311306 91.90551 l
39.852703 105.34299 l
f
0.73300004 0.64300001 0.45500001 sc
38.551502 103.846 m
54.010006 90.408501 l
54.651405 91.146408 l
39.192902 104.584 l
f
0.72200006 0.66300005 0.47100002 sc
37.891705 103.087 m
53.350201 89.649506 l
53.991604 90.387405 l
38.533104 103.825 l
f
0.70600003 0.68200004 0.48200002 sc
37.231804 102.328 m
52.690407 88.890503 l
53.331806 89.62841 l
37.873302 103.066 l
f
0.69400001 0.70600003 0.49800003 sc
36.572002 101.569 m
52.030502 88.131401 l
52.671902 88.869308 l
37.213402 102.307 l
f
0.68200004 0.72500002 0.50999999 sc
35.912201 100.8103 m
51.370705 87.372406 l
52.012104 88.110306 l
36.5536 101.548 l
f
0.671 0.74500006 0.52500004 sc
35.252403 100.0512 m
50.710903 86.613403 l
51.352303 87.351204 l
35.893803 100.78911 l
f
0.65900004 0.76500005 0.54100001 sc
34.592503 99.292206 m
50.050999 85.854301 l
50.692501 86.592209 l
35.234001 100.03011 l
f
0.64700001 0.78800005 0.55300003 sc
33.932705 98.533203 m
49.391201 85.095306 l
50.032703 85.833206 l
34.574104 99.270996 l
f
0.63100004 0.80800003 0.56900001 sc
33.2729 97.774101 m
48.731403 84.336205 l
49.372803 85.074104 l
33.914303 98.512001 l
f
0.62 0.82700002 0.57999998 sc
32.613102 97.015106 m
48.071606 83.577202 l
48.712997 84.315109 l
33.254501 97.752998 l
f
0.60800004 0.84700006 0.59600002 sc
31.953201 96.256004 m
47.4118 82.818108 l
48.053204 83.556 l
32.594704 96.993904 l
f
0.59600002 0.87100005 0.60800004 sc
31.293402 95.497002 m
46.751904 82.059105 l
47.393402 82.796997 l
31.934803 96.234909 l
f
0.58400005 0.88999999 0.62400001 sc
30.633604 94.737999 m
46.092102 81.300102 l
46.733501 82.038002 l
31.275 95.475906 l
f
0.57300001 0.90999997 0.63900006 sc
29.973801 93.978905 m
45.432304 80.541 l
46.073704 81.278908 l
30.615202 94.716805 l
f
0.55700004 0.92900002 0.65100002 sc
29.313902 93.219902 m
44.772503 79.782005 l
45.413902 80.519905 l
29.955402 93.957809 l
f
0.54500002 0.95300007 0.66700006 sc
28.654102 92.460808 m
44.112602 79.022911 l
44.754101 79.760803 l
29.295603 93.198708 l
f
0.53300005 0.97300005 0.67800003 sc
27.994303 91.701805 m
43.452801 78.263908 l
44.094303 79.001808 l
28.635702 92.439705 l
f
Q
0.67800003 1 0.65500003 sc
q
17.064901 79.120995 m
50.665005 107.921 l
65.065208 103.12099 l
31.465 74.320999 l
17.064901 79.120995 l
h
W
1 1 255 187 rc
27.649902 91.30571 m
43.108402 77.867805 l
43.749905 78.605705 l
28.291401 92.043602 l
f
0.68600005 1 0.66700006 sc
26.978001 90.532707 m
42.436504 77.09481 l
43.077999 77.832703 l
27.619501 91.270607 l
f
0.69800001 0.99600005 0.67800003 sc
26.306101 89.759705 m
41.764603 76.321907 l
42.406101 77.059708 l
26.9475 90.497604 l
f
0.70600003 0.99600005 0.69 sc
25.634201 88.986809 m
41.092705 75.548904 l
41.734104 76.286804 l
26.275602 89.724709 l
f
0.71400005 0.99200004 0.70200002 sc
24.962301 88.213806 m
40.420803 74.776001 l
41.062202 75.513809 l
25.603703 88.951706 l
f
0.72200006 0.99200004 0.71400005 sc
24.290401 87.44091 m
39.748901 74.002998 l
40.390301 74.740906 l
24.931801 88.178802 l
f
0.72900003 0.99200004 0.72500002 sc
23.618401 86.6679 m
39.077 73.230103 l
39.718403 73.967903 l
24.259901 87.405807 l
f
0.73700005 0.98800004 0.73700005 sc
22.946501 85.894997 m
38.405102 72.457108 l
39.046505 73.195 l
23.587999 86.632904 l
f
0.74500006 0.98800004 0.74900001 sc
22.274603 85.122002 m
37.733105 71.684204 l
38.374603 72.421997 l
22.915998 85.859909 l
f
0.75700003 0.98400003 0.76100004 sc
21.602701 84.349106 m
37.061203 70.911209 l
37.702602 71.649101 l
22.244101 85.086998 l
f
0.76500005 0.98400003 0.77300006 sc
20.930801 83.576103 m
36.389301 70.138306 l
37.030701 70.876106 l
21.572203 84.313995 l
f
0.77300006 0.97999996 0.78400004 sc
20.258902 82.803207 m
35.717403 69.365303 l
36.358803 70.103203 l
20.900301 83.5411 l
f
0.77999997 0.97999996 0.79600006 sc
19.586901 82.030205 m
35.045502 68.5924 l
35.686901 69.3302 l
20.228401 82.768105 l
f
0.78800005 0.97600007 0.80800003 sc
18.914999 81.257309 m
34.373604 67.819405 l
35.014999 68.557304 l
19.556501 81.995201 l
f
0.79600006 0.97600007 0.81999999 sc
18.243101 80.484406 m
33.701603 67.046501 l
34.343105 67.784409 l
18.884501 81.222206 l
f
0.80400002 0.97300005 0.83100003 sc
17.571201 79.711403 m
33.029705 66.273506 l
33.671104 67.011406 l
18.212601 80.449303 l
f
0.81200004 0.97300005 0.84300005 sc
16.899302 78.938499 m
32.3578 65.500603 l
32.999203 66.238503 l
17.540701 79.676308 l
f
Q
/Cs1 SC
0 sc
q
1 1 255 187 rc
0.1 0 0 0.1 1 1 cm
160.64902 781.20996 m
496.65002 1069.21 l
640.6521 1021.21 l
304.64999 733.20996 l
160.64902 781.20996 l
h
S
0 J
[
20
20
] 0 d
746.21704 1479.97 m
793.41608 1560.7001 855.79706 1610 925 1610 c
1071.36 1610 1190 1389.5 1190 1117.5 c
1190 845.49609 1071.36 625 925 625 c
857.53998 625 795.96802 671.84412 749.18811 748.98706 c
S
691.01709 1492.11 m
706.17804 1524.4399 722.5741 1542.5701 740.56207 1542.5701 c
804.07501 1542.5701 855.56207 1316.48 855.56207 1037.5699 c
855.56207 758.6651 804.07501 532.573 740.56207 532.573 c
707.13611 532.573 677.04102 595.19305 656.02905 695.17603 c
S
672.11304 690.79211 m
654.22906 580.242 627.44 510 597.5 510 c
543.65204 510 500 737.21204 500 1017.5 c
500 1297.7899 543.65204 1525 597.5 1525 c
614.80603 1525 631.05804 1501.53 645.77112 1460.3801 c
S
678.63501 1481.62 m
696.48401 1585.0299 721.75 1650.0701 750.56207 1650.0701 c
804.41003 1650.0701 848.06207 1422.86 848.06207 1142.5699 c
848.06207 862.2851 804.41003 635.07312 750.56207 635.07312 c
732.60608 635.07312 715.78406 660.33606 701.33704 704.40607 c
S
10 w
[] 0 d
665 1110 m
665 1860 l
S
T sopr
1 0 0 1 1 1 cm
/F1.1[ 10 0 0 10 0 0]sf
17 13.5 m
(!"#$%"&'$\(\)*+,-%.\()[ 7.220001 2.779999 3.890001 2.780001 3.329998 2.780003 5.000000 5.000000 2.779999 4.439999 5.000000 2.500000 6.670006 5.000000 4.440002 3.150101 5.000000 0.000000 ] xS
17 3.5 m
(/0\(1$%"1*2"\(0\)#)[ 6.110001 2.780001 4.439999 4.440001 2.779999 3.330002 2.779999 4.440002 2.500000 5.559998 2.780003 4.439999 2.780003 5.000000 0.000000 ] xS
5 w
F sopr
0.1 0 0 0.1 1 1 cm
680 245 m
695 675 l
S
730 230 m
1515 475 l
S
[
20
20
] 0 d
283.27402 888.3031 m
263.573 924.24609 259 964.51996 274.24402 1000.43 c
304.45602 1071.61 401.06601 1098.6899 490.03403 1060.9199 c
579.00104 1023.16 626.63104 934.84912 596.41803 863.67609 c
566.711 793.69006 472.80502 766.33508 385.71805 801.34509 c
S
223.70502 835.25812 m
205.15701 864.21997 199.48502 895.83105 211.091 923.1731 c
234.22102 977.66412 317.22406 994.56305 396.48602 960.91913 c
475.74802 927.27411 521.25 855.82605 498.11902 801.33508 c
476.66 750.7821 403.66901 732.58301 330.56805 757.08105 c
S
126.51101 827.38208 m
147.112 875.91608 216.68501 892.81403 281.90601 865.12811 c
347.12802 837.44312 383.30106 775.65802 362.70001 727.1261 c
342.10004 678.59308 272.52701 661.69403 207.30501 689.38 c
142.08301 717.06506 105.909 778.85004 126.51101 827.38208 c
h
S
691.98401 1333.75 m
724.68408 1400.9001 818.01001 1425.67 904.70306 1388.8701 c
993.66907 1351.1101 1041.3 1262.8 1011.09 1191.62 c
982.16913 1123.49 892.40808 1095.76 806.75 1126.64 c
S
816.09308 1342.3101 m
804.16504 1367.13 801.76813 1393.02 811.48608 1415.9199 c
834.61511 1470.41 917.61804 1487.3101 996.88104 1453.6599 c
1076.14 1420.02 1121.65 1348.5699 1098.51 1294.0801 c
1075.6899 1240.3099 994.55408 1223.14 916.87506 1255.03 c
S
958.62909 1466.15 m
954.53912 1482.8002 955.33105 1499.64 961.90607 1515.13 c
982.50604 1563.6599 1052.08 1580.5601 1117.3 1552.8801 c
1182.52 1525.1899 1218.7001 1463.4001 1198.09 1414.87 c
1178.75 1369.3 1116.23 1351.62 1055.3 1372.5499 c
S
1725.1 335.03302 m
1698.5499 311.26602 1675.84 301.26202 1659.3101 308.28101 c
1600.84 333.09802 1641.79 561.33405 1750.7701 818.06812 c
1859.75 1074.8 1995.48 1262.8 2053.9399 1237.99 c
2084.22 1225.13 2087.8398 1157.71 2069.72 1059.78 c
S
1708.1599 379.88202 m
1644.48 342.07202 1580.9301 330.763 1527.0701 353.62503 c
1392.35 410.81204 1369.29 660.13702 1475.5699 910.51813 c
1581.8601 1160.9 1777.22 1317.5 1911.9399 1260.3199 c
1979.87 1231.49 2019.4099 1153.8 2028.8701 1051.52 c
S
Q
/Cs2 SC
0.93300003 0.31400001 0.23100001 sc
q
201.79002 82.561516 m
243.972 95.943413 l
255.35201 85.898407 l
213.17 72.516502 l
201.79002 82.561516 l
h
W
1 1 255 187 rc
224.68201 58.283405 m
202.355 83.079704 l
201.582 82.383408 l
223.90799 57.587105 l
f
0.91400003 0.34100002 0.25100002 sc
225.439 58.964996 m
203.112 83.761307 l
202.339 83.064995 l
224.66499 58.268806 l
f
0.89400005 0.37300003 0.27100003 sc
226.196 59.646706 m
203.869 84.442902 l
203.09599 83.746704 l
225.422 58.950405 l
f
0.87800002 0.40400001 0.294 sc
226.953 60.328304 m
204.62601 85.124603 l
203.853 84.428307 l
226.179 59.632 l
f
0.85900003 0.43100002 0.31400001 sc
227.71001 61.009899 m
205.383 85.806206 l
204.61 85.109909 l
226.93599 60.313606 l
f
0.84300005 0.46300003 0.333 sc
228.467 61.691601 m
206.14001 86.487808 l
205.36699 85.791603 l
227.69299 60.9953 l
f
0.82400006 0.49400002 0.35300002 sc
229.224 62.373207 m
206.897 87.16951 l
206.12401 86.473206 l
228.45 61.676907 l
f
0.80400002 0.52200001 0.37300003 sc
229.981 63.054806 m
207.65401 87.851105 l
206.88101 87.154808 l
229.20702 62.358501 l
f
0.78800005 0.55300003 0.39600003 sc
230.73799 63.736401 m
208.411 88.532707 l
207.63799 87.836403 l
229.965 63.0401 l
f
0.76900005 0.58400005 0.41600001 sc
231.495 64.418106 m
209.168 89.214409 l
208.395 88.518105 l
230.722 63.721802 l
f
0.74900001 0.61200005 0.43500003 sc
232.252 65.099701 m
209.925 89.895996 l
209.15201 89.199707 l
231.479 64.403404 l
f
0.73300004 0.64300001 0.45500001 sc
233.00899 65.781303 m
210.68201 90.577606 l
209.90898 89.88131 l
232.23599 65.084999 l
f
0.71400005 0.671 0.47500002 sc
233.76599 66.462906 m
211.439 91.259209 l
210.666 90.562904 l
232.993 65.766708 l
f
0.69800001 0.70200002 0.49800003 sc
234.52299 67.144608 m
212.196 91.94091 l
211.423 91.244606 l
233.75 66.448303 l
f
0.67800003 0.73300004 0.51800001 sc
235.28001 67.826202 m
212.953 92.622505 l
212.18001 91.926201 l
234.507 67.129906 l
f
0.65900004 0.76100004 0.537 sc
236.03699 68.507805 m
213.71001 93.3041 l
212.937 92.607811 l
235.26399 67.811508 l
f
0.64300001 0.79200006 0.55700004 sc
236.79399 69.189507 m
214.467 93.98571 l
213.694 93.289505 l
236.021 68.493202 l
f
0.62400001 0.82400006 0.57600003 sc
237.55101 69.871109 m
215.224 94.667412 l
214.451 93.971107 l
236.778 69.174805 l
f
0.60800004 0.85100001 0.60000002 sc
238.30798 70.552704 m
215.981 95.348999 l
215.20799 94.652702 l
237.53499 69.856407 l
f
0.588 0.88200003 0.62 sc
239.06499 71.234406 m
216.73799 96.030602 l
215.965 95.334404 l
238.29199 70.538109 l
f
0.56900001 0.91400003 0.63900006 sc
239.82201 71.916 m
217.495 96.712303 l
216.722 96.015999 l
239.049 71.219704 l
f
0.55300003 0.94100004 0.65900004 sc
240.57901 72.597603 m
218.252 97.393906 l
217.479 96.697609 l
239.80602 71.901306 l
f
0.53300005 0.97300005 0.67800003 sc
241.33598 73.279205 m
219.00899 98.075508 l
218.23599 97.379204 l
240.56299 72.582909 l
f
Q
0.53300005 0.97300005 0.67800003 sc
q
201.79002 82.561516 m
243.972 95.943413 l
255.35201 85.898407 l
213.17 72.516502 l
201.79002 82.561516 l
h
W
1 1 255 187 rc
241.72301 73.627907 m
219.397 98.42421 l
218.623 97.727905 l
240.95 72.931602 l
f
0.49400002 0.94500005 0.70200002 sc
242.48198 74.310905 m
220.15501 99.107201 l
219.382 98.410912 l
241.70898 73.614609 l
f
0.45900002 0.92200005 0.72500002 sc
243.24002 74.993805 m
220.91399 99.790108 l
220.14001 99.093803 l
242.467 74.297508 l
f
0.41999999 0.89400005 0.74900001 sc
243.99901 75.676704 m
221.672 100.473 l
220.899 99.776703 l
243.226 74.9804 l
f
0.38 0.87100005 0.77300006 sc
244.75699 76.359703 m
222.43102 101.156 l
221.65701 100.45971 l
243.98399 75.663406 l
f
0.34100002 0.84300005 0.79600006 sc
245.51599 77.042603 m
223.189 101.839 l
222.416 101.143 l
244.743 76.346306 l
f
0.30600002 0.81999999 0.81999999 sc
246.274 77.72551 m
223.948 102.522 l
223.174 101.826 l
245.50101 77.029205 l
f
0.26700002 0.79200006 0.83900005 sc
247.03299 78.408501 m
224.70601 103.205 l
223.93298 102.508 l
246.25899 77.712204 l
f
0.22700001 0.76900005 0.86300004 sc
247.791 79.091408 m
225.465 103.888 l
224.69099 103.191 l
247.01799 78.395103 l
f
0.18800001 0.74500006 0.88600004 sc
248.55 79.774307 m
226.22301 104.571 l
225.45 103.874 l
247.776 79.07811 l
f
0.15300001 0.71800005 0.90999997 sc
249.30798 80.457306 m
226.981 105.25399 l
226.20799 104.557 l
248.53499 79.761002 l
f
0.11400001 0.69400001 0.93300003 sc
250.067 81.140205 m
227.74002 105.936 l
226.967 105.24001 l
249.293 80.443901 l
f
0.075000003 0.66700006 0.95700002 sc
250.825 81.823105 m
228.498 106.619 l
227.72501 105.923 l
250.052 81.126907 l
f
0.035 0.64300001 0.97999996 sc
251.58398 82.506104 m
229.257 107.302 l
228.48399 106.606 l
250.81001 81.809807 l
f
0 0.61600006 1 sc
252.342 83.188995 m
230.015 107.985 l
229.24199 107.289 l
251.569 82.492706 l
f
Q
0 0.61600006 1 sc
q
201.79002 82.561516 m
243.972 95.943413 l
255.35201 85.898407 l
213.17 72.516502 l
201.79002 82.561516 l
h
W
1 1 255 187 rc
255.53799 86.066605 m
233.201 110.875 l
229.63799 107.66699 l
251.97501 82.858704 l
f
Q
/Cs1 SC
0 sc
q
1 1 255 187 rc
0.1 0 0 0.1 1 1 cm
2007.9001 815.61511 m
2429.72 949.43408 l
2543.52 848.98407 l
2121.7 715.16504 l
2007.9001 815.61511 l
h
S
Q
/Cs2 SC
0.98400003 0.67800003 0.45900002 sc
q
174.114 66.498711 m
175.149 68.938805 181.924 68.397903 189.244 65.290504 c
196.56499 62.182995 201.66002 57.685707 200.62401 55.245502 c
199.588 52.805305 192.81401 53.3461 185.493 56.453602 c
178.173 59.561199 173.07799 64.058304 174.114 66.498711 c
h
W
1 1 255 187 rc
173.972 53.709805 m
174.972 53.709805 l
174.972 68.009804 l
173.972 68.009804 l
h
f
0.97600007 0.69 0.47500002 sc
174.964 53.709805 m
175.964 53.709805 l
175.964 68.009804 l
174.964 68.009804 l
h
f
0.97300005 0.69800001 0.48999998 sc
175.95599 53.709805 m
176.95599 53.709805 l
176.95599 68.009804 l
175.95599 68.009804 l
h
f
0.96500003 0.70999998 0.50200003 sc
176.94701 53.709805 m
177.94701 53.709805 l
177.94701 68.009804 l
176.94701 68.009804 l
h
f
0.95700002 0.72200006 0.51800001 sc
177.93901 53.709805 m
178.93901 53.709805 l
178.93901 68.009804 l
177.93901 68.009804 l
h
f
0.95300007 0.73300004 0.53300005 sc
178.931 53.709805 m
179.931 53.709805 l
179.931 68.009804 l
178.931 68.009804 l
h
f
0.94500005 0.74500006 0.54900002 sc
179.923 53.709805 m
180.923 53.709805 l
180.923 68.009804 l
179.923 68.009804 l
h
f
0.93700004 0.75700003 0.56100005 sc
180.91499 53.709805 m
181.91499 53.709805 l
181.91499 68.009804 l
180.91499 68.009804 l
h
f
0.93300003 0.76900005 0.57600003 sc
181.90599 53.709805 m
182.90599 53.709805 l
182.90599 68.009804 l
181.90599 68.009804 l
h
f
0.92500007 0.77999997 0.59200001 sc
182.89799 53.709805 m
183.89799 53.709805 l
183.89799 68.009804 l
182.89799 68.009804 l
h
f
0.91800004 0.79200006 0.60800004 sc
183.89 53.709805 m
184.89 53.709805 l
184.89 68.009804 l
183.89 68.009804 l
h
f
0.91400003 0.80000001 0.62 sc
184.882 53.709805 m
185.882 53.709805 l
185.882 68.009804 l
184.882 68.009804 l
h
f
0.90600002 0.81200004 0.63500005 sc
185.87401 53.709805 m
186.87401 53.709805 l
186.87401 68.009804 l
185.87401 68.009804 l
h
f
0.89800006 0.82400006 0.65100002 sc
186.866 53.709805 m
187.866 53.709805 l
187.866 68.009804 l
186.866 68.009804 l
h
f
0.89400005 0.83500004 0.66700006 sc
187.85699 53.709805 m
188.85699 53.709805 l
188.85699 68.009804 l
187.85699 68.009804 l
h
f
0.88600004 0.84700006 0.67800003 sc
188.849 53.709805 m
189.849 53.709805 l
189.849 68.009804 l
188.849 68.009804 l
h
f
0.87800002 0.85900003 0.69400001 sc
189.84099 53.709805 m
190.84099 53.709805 l
190.84099 68.009804 l
189.84099 68.009804 l
h
f
0.87500006 0.87100005 0.70999998 sc
190.83299 53.709805 m
191.83299 53.709805 l
191.83299 68.009804 l
190.83299 68.009804 l
h
f
0.86700004 0.88200003 0.72500002 sc
191.825 53.709805 m
192.825 53.709805 l
192.825 68.009804 l
191.825 68.009804 l
h
f
0.85900003 0.88999999 0.74100006 sc
192.817 53.709805 m
193.817 53.709805 l
193.817 68.009804 l
192.817 68.009804 l
h
f
0.85100001 0.90200007 0.75300002 sc
193.808 53.709805 m
194.808 53.709805 l
194.808 68.009804 l
193.808 68.009804 l
h
f
0.84700006 0.91400003 0.76900005 sc
194.8 53.709805 m
195.8 53.709805 l
195.8 68.009804 l
194.8 68.009804 l
h
f
0.83900005 0.92500007 0.78400004 sc
195.79199 53.709805 m
196.79199 53.709805 l
196.79199 68.009804 l
195.79199 68.009804 l
h
f
0.83100003 0.93700004 0.80000001 sc
196.784 53.709805 m
197.784 53.709805 l
197.784 68.009804 l
196.784 68.009804 l
h
f
0.82700002 0.94900006 0.81200004 sc
197.776 53.709805 m
198.776 53.709805 l
198.776 68.009804 l
197.776 68.009804 l
h
f
0.81999999 0.96100003 0.82700002 sc
198.767 53.709805 m
199.767 53.709805 l
199.767 68.009804 l
198.767 68.009804 l
h
f
0.81200004 0.97300005 0.84300005 sc
199.759 53.709805 m
200.759 53.709805 l
200.759 68.009804 l
199.759 68.009804 l
h
f
Q
/Cs1 SC
0 sc
q
1 1 255 187 rc
0.1 0 0 0.1 1 1 cm
1731.14 654.98712 m
1741.49 679.38806 1809.24 673.979 1882.4401 642.90503 c
1955.6499 611.82996 2006.6001 566.85706 1996.2401 542.45502 c
1985.88 518.05304 1918.1401 523.461 1844.9299 554.53601 c
1771.73 585.612 1720.7799 630.58301 1731.14 654.98712 c
h
S
Q
/Cs2 SC
0.98400003 0.67800003 0.45900002 sc
q
185.36699 93.009209 m
211.877 81.756004 l
200.62401 55.245502 l
174.114 66.498711 l
185.36699 93.009209 l
h
W
1 1 255 187 rc
173.67101 66.712608 m
186.929 93.894402 l
186.071 94.312508 l
172.81401 67.130806 l
f
0.97999996 0.68600005 0.47100002 sc
174.57799 66.270203 m
187.836 93.451996 l
186.978 93.870201 l
173.72099 66.688408 l
f
0.97300005 0.69800001 0.48600003 sc
175.485 65.827904 m
188.74199 93.009705 l
187.88499 93.42791 l
174.62799 66.246109 l
f
0.96900004 0.70600003 0.49800003 sc
176.392 65.385605 m
189.649 92.567406 l
188.79199 92.985504 l
175.535 65.803802 l
f
0.96100003 0.71800005 0.50999999 sc
177.299 64.943199 m
190.556 92.125 l
189.69901 92.543205 l
176.44099 65.361404 l
f
0.95700002 0.72900003 0.52500004 sc
178.20599 64.500908 m
191.463 91.682701 l
190.606 92.100906 l
177.34801 64.919106 l
f
0.94900006 0.73700005 0.537 sc
179.11301 64.058609 m
192.37001 91.24041 l
191.513 91.658501 l
178.25499 64.476799 l
f
0.94500005 0.74900001 0.55300003 sc
180.02 63.616207 m
193.27699 90.797997 l
192.42001 91.216209 l
179.162 64.034409 l
f
0.93700004 0.75700003 0.565 sc
180.927 63.173901 m
194.18401 90.355705 l
193.327 90.773903 l
180.069 63.592102 l
f
0.93300003 0.76900005 0.57600003 sc
181.83299 62.731606 m
195.09099 89.913406 l
194.233 90.331604 l
180.976 63.149807 l
f
0.92500007 0.77999997 0.59200001 sc
182.74001 62.289303 m
195.998 89.471001 l
195.14 89.889206 l
181.883 62.707405 l
f
0.92200005 0.78800005 0.60400003 sc
183.647 61.846905 m
196.905 89.028709 l
196.047 89.446907 l
182.79001 62.265102 l
f
0.91400003 0.80000001 0.61600006 sc
184.554 61.404602 m
197.812 88.586403 l
196.95399 89.004601 l
183.69701 61.822803 l
f
0.90999997 0.80800003 0.63100004 sc
185.461 60.962307 m
198.71899 88.144005 l
197.86101 88.56221 l
184.60399 61.380402 l
f
0.90200007 0.81999999 0.64300001 sc
186.368 60.519905 m
199.625 87.701706 l
198.76799 88.119904 l
185.511 60.938107 l
f
0.89400005 0.82700002 0.65900004 sc
187.27501 60.077602 m
200.532 87.259407 l
199.675 87.677605 l
186.41699 60.4958 l
f
0.88999999 0.83900005 0.671 sc
188.18199 59.635303 m
201.43901 86.817101 l
200.582 87.235306 l
187.32401 60.053505 l
f
0.88200003 0.85100001 0.68200004 sc
189.089 59.192902 m
202.34599 86.37471 l
201.489 86.7929 l
188.231 59.611103 l
f
0.87800002 0.85900003 0.69800001 sc
189.996 58.750607 m
203.25299 85.932404 l
202.396 86.350609 l
189.138 59.168804 l
f
0.87100005 0.87100005 0.70999998 sc
190.903 58.3083 m
204.16 85.490105 l
203.30299 85.90831 l
190.045 58.726501 l
f
0.86700004 0.87800002 0.72200006 sc
191.80901 57.865902 m
205.067 85.047707 l
204.209 85.465904 l
190.952 58.2841 l
f
0.85900003 0.88999999 0.73700005 sc
192.71599 57.423603 m
205.974 84.6054 l
205.116 85.023605 l
191.85899 57.841805 l
f
0.85500002 0.90200007 0.74900001 sc
193.623 56.981304 m
206.88101 84.163109 l
206.02299 84.5812 l
192.76599 57.399506 l
f
0.84700006 0.90999997 0.76500005 sc
194.53001 56.538906 m
207.78799 83.720703 l
206.93001 84.138908 l
193.673 56.957104 l
f
0.84300005 0.92200005 0.77600002 sc
195.437 56.0966 m
208.69499 83.278404 l
207.83699 83.696609 l
194.58 56.514801 l
f
0.83500004 0.92900002 0.78800005 sc
196.34399 55.654305 m
209.601 82.836105 l
208.744 83.254303 l
195.487 56.072506 l
f
0.83100003 0.94100004 0.80400002 sc
197.25101 55.212002 m
210.50798 82.393806 l
209.651 82.811905 l
196.394 55.630199 l
f
0.82400006 0.94900006 0.81600004 sc
198.158 54.769604 m
211.41499 81.951408 l
210.55798 82.369606 l
197.3 55.187805 l
f
0.81999999 0.96100003 0.82700002 sc
199.06499 54.327301 m
212.32201 81.509109 l
211.465 81.927299 l
198.207 54.745502 l
f
0.81200004 0.97300005 0.84300005 sc
199.972 53.884998 m
213.229 81.066704 l
212.37199 81.484909 l
199.114 54.303101 l
f
Q
/Cs1 SC
0 sc
q
1 1 255 187 rc
0.1 0 0 0.1 1 1 cm
2108.77 807.56006 m
1996.2401 542.45502 l
S
1843.6699 920.0921 m
1731.14 654.98712 l
S
/Cs2 SC
0.92900002 0.61600006 0.384 sc
CM
185.36699 93.009209 m
186.403 95.449303 193.17699 94.908409 200.498 91.801003 c
207.81799 88.693504 212.91299 84.196304 211.877 81.756004 c
210.84099 79.315804 204.067 79.856705 196.746 82.964203 c
189.42601 86.071709 184.33099 90.56881 185.36699 93.009209 c
f
/Cs1 SC
0 sc
0.1 0 0 0.1 1 1 cm
1843.6699 920.0921 m
1854.03 944.49304 1921.7699 939.08411 1994.98 908.01001 c
2068.1799 876.93506 2119.1299 831.96301 2108.77 807.56006 c
2098.4099 783.15802 2030.67 788.56702 1957.46 819.64203 c
1884.2601 850.7171 1833.3099 895.68811 1843.6699 920.0921 c
h
S
15 w
1442.5599 568.89905 m
1854.46 699.94806 l
S
Q
/Cs2 SC
0.93300003 0.31400001 0.23100001 sc
q
132.536 60.682106 m
174.718 74.063995 l
186.097 64.019005 l
143.91502 50.637104 l
132.536 60.682106 l
h
W
1 1 255 187 rc
156.811 88.607811 m
185.646 63.5424 l
186.311 64.3078 l
157.47701 89.373306 l
f
0.91400003 0.34100002 0.25100002 sc
156.14299 87.838905 m
184.97701 62.773506 l
185.64299 63.538906 l
156.808 88.604408 l
f
0.89800006 0.36900002 0.27100003 sc
155.47501 87.07 m
184.30901 62.004604 l
184.97501 62.77 l
156.14 87.835503 l
f
0.88200003 0.39600003 0.28600001 sc
154.806 86.301109 m
183.64099 61.235706 l
184.306 62.001106 l
155.472 87.066605 l
f
0.86700004 0.42400002 0.30600002 sc
154.138 85.53231 m
182.972 60.466805 l
183.638 61.232307 l
154.80299 86.297707 l
f
0.84700006 0.45100003 0.32500002 sc
153.46899 84.763405 m
182.304 59.697903 l
182.96899 60.463406 l
154.13499 85.528801 l
f
0.83100003 0.47800002 0.34500003 sc
152.80101 83.994507 m
181.63499 58.928997 l
182.30101 59.6945 l
153.46599 84.759911 l
f
0.81600004 0.50600004 0.36100003 sc
152.133 83.225609 m
180.967 58.160103 l
181.633 58.925606 l
152.798 83.990997 l
f
0.80000001 0.53300005 0.38 sc
151.464 82.456703 m
180.299 57.391205 l
180.964 58.156704 l
152.13 83.222107 l
f
0.78400004 0.56100005 0.40000001 sc
150.79601 81.687805 m
179.63 56.622303 l
180.29601 57.387806 l
151.461 82.453209 l
f
0.76500005 0.588 0.41999999 sc
150.127 80.918907 m
178.96201 55.853401 l
179.627 56.618904 l
150.793 81.68441 l
f
0.74900001 0.61600006 0.43500003 sc
149.459 80.150002 m
178.29399 55.084503 l
178.959 55.850002 l
150.12401 80.915504 l
f
0.73300004 0.64300001 0.45500001 sc
148.791 79.381104 m
177.625 54.315601 l
178.291 55.081104 l
149.45599 80.146606 l
f
0.71800005 0.671 0.47500002 sc
148.12199 78.612206 m
176.957 53.546703 l
177.62199 54.312202 l
148.78801 79.377708 l
f
0.69800001 0.69800001 0.49400002 sc
147.45399 77.843307 m
176.28801 52.777802 l
176.95399 53.543304 l
148.119 78.608803 l
f
0.68200004 0.72500002 0.50999999 sc
146.785 77.074402 m
175.62001 52.008904 l
176.285 52.774403 l
147.451 77.839905 l
f
0.66700006 0.75300002 0.52900004 sc
146.11699 76.305504 m
174.95201 51.240002 l
175.61699 52.005505 l
146.782 77.070999 l
f
0.65100002 0.77999997 0.54900002 sc
145.44901 75.536606 m
174.283 50.471104 l
174.94901 51.236603 l
146.114 76.302109 l
f
0.63100004 0.80800003 0.56900001 sc
144.78001 74.767708 m
173.61499 49.702206 l
174.28001 50.467705 l
145.446 75.533203 l
f
0.61600006 0.83500004 0.588 sc
144.112 73.998802 m
172.946 48.9333 l
173.612 49.698803 l
144.77701 74.764305 l
f
0.60000002 0.86300004 0.60400003 sc
143.44299 73.229904 m
172.278 48.164402 l
172.94299 48.929901 l
144.10899 73.995407 l
f
0.58400005 0.88999999 0.62400001 sc
142.77501 72.460999 m
171.61 47.395504 l
172.27501 48.160999 l
143.44099 73.226501 l
f
0.56900001 0.91800004 0.64300001 sc
142.10699 71.692101 m
170.94099 46.626602 l
171.60699 47.392101 l
142.772 72.457603 l
f
0.54900002 0.94500005 0.66300005 sc
141.438 70.92321 m
170.27299 45.857704 l
170.938 46.623203 l
142.10399 71.688705 l
f
0.53300005 0.97300005 0.67800003 sc
140.77 70.154305 m
169.60399 45.088802 l
170.27 45.854305 l
141.435 70.919807 l
f
Q
0.67800003 1 0.65500003 sc
q
132.536 60.682106 m
174.718 74.063995 l
186.097 64.019005 l
143.91502 50.637104 l
132.536 60.682106 l
h
W
1 1 255 187 rc
140.42101 69.753105 m
169.256 44.687603 l
169.92101 45.453102 l
141.08701 70.518608 l
f
0.66700006 1 0.671 sc
139.744 68.974602 m
168.57899 43.909103 l
169.244 44.674603 l
140.41 69.740105 l
f
0.65500003 0.99600005 0.68600005 sc
139.06799 68.196106 m
167.90201 43.130703 l
168.56799 43.896103 l
139.733 68.961601 l
f
0.64300001 0.99600005 0.70200002 sc
138.39099 67.417702 m
167.226 42.352203 l
167.89099 43.117702 l
139.056 68.183105 l
f
0.63100004 0.99200004 0.71800005 sc
137.714 66.639206 m
166.549 41.573704 l
167.214 42.339203 l
138.38 67.404709 l
f
0.62400001 0.98800004 0.73300004 sc
137.03801 65.86071 m
165.87199 40.795204 l
166.53801 41.560703 l
137.703 66.626205 l
f
0.61200005 0.98800004 0.74900001 sc
136.36101 65.082207 m
165.19499 40.016705 l
165.86101 40.782204 l
137.026 65.84771 l
f
0.60000002 0.98400003 0.76500005 sc
135.68401 64.303802 m
164.519 39.238304 l
165.18401 40.003803 l
136.35001 65.069206 l
f
0.588 0.97999996 0.77999997 sc
135.007 63.525307 m
163.842 38.459805 l
164.507 39.225304 l
135.673 64.290703 l
f
0.57600003 0.97999996 0.79600006 sc
134.33099 62.746803 m
163.16501 37.681301 l
163.83099 38.446804 l
134.996 63.512306 l
f
0.565 0.97600007 0.81200004 sc
133.65399 61.968304 m
162.48801 36.902802 l
163.15399 37.668301 l
134.319 62.733803 l
f
0.55300003 0.97300005 0.82700002 sc
132.97701 61.1898 m
161.812 36.124401 l
162.47701 36.889801 l
133.64299 61.955303 l
f
0.54100001 0.97300005 0.84300005 sc
132.3 60.411404 m
161.13499 35.345901 l
161.8 36.111401 l
132.96599 61.1768 l
f
Q
/Cs1 SC
0 sc
q
1 1 255 187 rc
0.1 0 0 0.1 1 1 cm
1315.36 596.82104 m
1737.1801 730.63995 l
1850.97 630.19006 l
1429.1501 496.37103 l
1315.36 596.82104 l
h
S
0 J
[
20
20
] 0 d
2127.4001 1011.23 m
2202.3899 1067.1 2307.99 1056.01 2360.8201 1011.3101 c
2473.5698 915.92505 2382.3699 665.39209 2321.8101 522.71405 c
2245.6199 343.21701 2102.3398 197.62602 2001.22 202.52802 c
1920.5299 206.43903 1857.4299 247.91101 1844.51 337.19803 c
S
2081.3298 1043.98 m
2107.9199 1067.8099 2130.1001 1078.09 2146.6499 1071.0699 c
2205.1199 1046.25 2164.1699 818.01306 2055.1899 561.27905 c
1946.21 304.543 1810.48 116.54301 1752.01 141.36 c
1721.25 154.42 1718.0101 223.82101 1737.74 324.06601 c
S
1750.83 313.746 m
1691.1699 218.97202 1639.0699 164.78102 1611.51 176.47902 c
1561.9399 197.51999 1610.54 423.72601 1720.0499 681.73102 c
1829.5701 939.7381 1958.53 1131.83 2008.1 1110.7899 c
2024.03 1104.03 2029.8199 1076.08 2027.28 1032.4399 c
S
2065.8298 1039.15 m
2122.6699 1127.37 2171.3398 1177.37 2197.8599 1166.11 c
2247.4299 1145.0699 2198.8298 918.86713 2089.3101 660.86206 c
1979.8 402.85602 1850.84 210.76302 1801.27 231.80403 c
1784.74 238.82001 1779.1301 268.647 1783.0499 314.85803 c
S
10 w
[] 0 d
1920 715 m
2205 1390 l
S
5 w
[
20
20
] 0 d
1470.08 647.48712 m
1465.9801 688.26996 1477.51 727.12903 1505.5699 754.22998 c
1561.2001 807.94104 1660.71 795.12109 1727.8501 725.59705 c
1794.9901 656.07202 1804.3199 556.172 1748.7001 502.46106 c
1694.01 449.64703 1596.88 461.16 1530.4001 527.41504 c
S
1394.5201 621.93402 m
1388.76 655.83997 1395.89 687.15509 1417.25 707.78802 c
1459.84 748.90997 1542.8501 732.03406 1602.6599 670.09406 c
1662.48 608.15405 1676.4399 524.60803 1633.86 483.48602 c
1594.35 445.33603 1520.0499 457.10403 1462.34 508.21805 c
S
1301.59 652.02808 m
1339.51 688.65204 1410.1599 677.02301 1459.38 626.052 c
1508.59 575.08105 1517.7501 504.07303 1479.8199 467.44998 c
1441.9 430.82605 1371.25 442.45502 1322.03 493.42706 c
1272.8199 544.39703 1263.6599 615.40405 1301.59 652.02808 c
h
S
2020.34 897.82605 m
2076.6799 946.8551 2172.27 933.19513 2237.6899 865.44806 c
2304.8298 795.9231 2314.1699 696.02301 2258.54 642.31201 c
2205.3101 590.89801 2111.8499 600.44604 2045.0599 662.33606 c
S
2137.9299 857.21613 m
2136.6499 884.72302 2144.5601 909.49103 2162.45 926.76904 c
2205.03 967.88904 2288.04 951.01404 2347.8599 889.07312 c
2407.6699 827.13403 2421.6399 743.58801 2379.0601 702.46704 c
2337.03 661.88605 2255.6399 677.78711 2196.6001 737.49506 c
S
2317.52 915.51111 m
2320.27 932.43707 2327.5701 947.62811 2339.6799 959.31812 c
2377.6001 995.94208 2448.25 984.31403 2497.47 933.34503 c
2546.6899 882.37512 2555.8398 811.36804 2517.9199 774.74512 c
2482.3 740.3551 2417.8499 748.51007 2369.9399 791.58411 c
S
2.5 w
1 J
[] 0 d
620.00104 1110.28 m
620.15302 1132.14 637.84302 1149.84 660.32501 1150 c
S
699.99506 1110.62 m
700 1087.91 681.6521 1070 659.5611 1070 c
S
CM
71.062508 112 m
67 112.062 l
66.970001 116 l
69.188408 116 71.029106 114.18001 71.062508 112 c
f
1.5 w
1 j
0.1 0 0 0.1 1 1 cm
700.62506 1110 m
660 1110.62 l
659.70001 1150 l
681.88409 1150 700.29108 1131.8 700.62506 1110 c
h
S
CM
62.9375 112 m
67 112 l
66.956108 108 l
64.767105 108.024 62.9375 109.80599 62.9375 112 c
f
0.1 0 0 0.1 1 1 cm
619.375 1110 m
660 1110 l
659.5611 1070 l
637.67102 1070.24 619.375 1088.0599 619.375 1110 c
h
S
2.5 w
0 j
1872.97 714.03406 m
1873.12 735.89502 1890.8099 753.58606 1913.2899 753.74811 c
S
1952.9601 714.37402 m
1952.97 691.65802 1934.6201 673.75208 1912.5299 673.75208 c
S
CM
196.35899 72.374901 m
192.297 72.437401 l
192.267 76.374809 l
194.485 76.374901 196.326 74.555305 196.35899 72.374901 c
f
1.5 w
1 j
0.1 0 0 0.1 1 1 cm
1953.59 713.74902 m
1912.97 714.37402 l
1912.6699 753.74811 l
1934.85 753.74902 1953.26 735.55304 1953.59 713.74902 c
h
S
CM
188.23399 72.374901 m
192.297 72.374901 l
192.25299 68.375206 l
190.06401 68.398705 188.23399 70.180405 188.23399 72.374901 c
f
0.1 0 0 0.1 1 1 cm
1872.34 713.74902 m
1912.97 713.74902 l
1912.5299 673.75208 l
1890.6401 673.98706 1872.34 691.80408 1872.34 713.74902 c
h
S
15 w
0 j
665 1775 m
1108.9 1643.0699 l
S
CM
111.89001 165.30699 m
110.768 169.048 l
118.105 163.40599 l
108.867 162.832 l
111.89001 165.30699 l
f*
0.1 0 0 0.1 1 1 cm
1731.02 1459.72 m
2174.9199 1327.78 l
S
CM
174.10201 146.972 m
175.224 143.23001 l
167.886 148.87199 l
177.12401 149.446 l
174.10201 146.972 l
f*
T sopr
1 0 0 1 1 1 cm
/F2.1[ 10 0 0 10 0 0]sf
105.5 169.5 m
(!)s
/F1.1[ 10 0 0 10 0 0]sf
177.5 150 m
(3)s
/F2.1[ 10 0 0 10 0 0]sf
180.82999 150 m
(!)s
10 w
F sopr
0.1 0 0 0.1 1 1 cm
1920 715 m
1445 150 l
S
655.46906 1111.25 m
180.46902 546.25 l
S
15 w
89.002701 516.01605 m
45.843502 547.849 18.1287 586.71405 17.3999 623.14801 c
16.075399 689.4231 104.54101 722.55402 215 697.14807 c
325.45804 671.74402 416.07501 597.42603 417.40002 531.14996 c
418.68201 467.06104 335.99902 433.96603 231.28203 454.82501 c
S
CM
24.128202 46.482502 m
25.634901 42.878803 l
17.747602 47.722805 l
26.875101 49.259403 l
24.128202 46.482502 l
f*
0.1 0 0 0.1 1 1 cm
1334.5701 122.617 m
1291.4099 154.44901 1263.7001 193.315 1262.97 229.74901 c
1261.64 296.02402 1350.11 329.15503 1460.5699 303.75 c
1571.03 278.345 1661.64 204.02602 1662.97 137.75101 c
1664.25 73.662102 1581.5699 40.566402 1476.85 61.427002 c
S
CM
134.457 13.261701 m
134.61501 17.164602 l
139.71599 9.44104 l
130.79399 11.905901 l
134.457 13.261701 l
f*
T sopr
1 0 0 1 1 1 cm
28 50 m
(")s
/F1.1[ 10 0 0 10 0 0]sf
149.5 7.5 m
(3)s
/F2.1[ 10 0 0 10 0 0]sf
152.82999 7.5 m
(")s
ep
end
%%Trailer
%%EOF
@article{doe2005,
Author = {Jane L. Doe and John Q. Public},
Journal = {Nonlinear Dynamics},
Pages = {71--92},
Title = {The Parameterization of the Rotation Matrix using Redundant Attitude Coordinates},
Volume = {32},
Number = {3},
Year = {2005}}
@book{style1959,
Address = {New York 17, New York},
edition = {2nd},
Publisher = {American Institute of Physics},
Title = {Style Manual},
Year = {1959}}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论