Use local texmf which includes OTH template
This commit is contained in:
parent
904ac5324b
commit
1e06486593
@ -13,3 +13,5 @@ $pdf_previewer = 'zathura';
|
|||||||
|
|
||||||
$pdflatex = 'pdflatex --shell-escape -interaction=nonstopmode';
|
$pdflatex = 'pdflatex --shell-escape -interaction=nonstopmode';
|
||||||
$latex = 'latex --shell-escape -interaction=nonstopmode';
|
$latex = 'latex --shell-escape -interaction=nonstopmode';
|
||||||
|
|
||||||
|
$ENV{'TEXMFHOME'}='./texmf-local:' . $ENV{'TEXMFHOME'};
|
||||||
|
58
texmf-local/tex/latex/oth/Klassen/OTHR_Einladung.cls
Normal file
58
texmf-local/tex/latex/oth/Klassen/OTHR_Einladung.cls
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
%
|
||||||
|
% Klasse zur Erstellung von Einladungen mit Tagesordnung (OTH Regensburg Design)
|
||||||
|
% Michael Niemetz 2015
|
||||||
|
%
|
||||||
|
\ProvidesClass{OTHR_Einladung}
|
||||||
|
%
|
||||||
|
\DeclareOption*{\PassOptionsToClass{useDepartmentLogo,\CurrentOption}{OTHRartcl}}
|
||||||
|
\ProcessOptions\relax
|
||||||
|
%
|
||||||
|
\LoadClass{OTHRartcl}
|
||||||
|
%
|
||||||
|
\RequirePackage{enumitem}
|
||||||
|
\RequirePackage{graphicx}
|
||||||
|
\RequirePackage{xspace}
|
||||||
|
%
|
||||||
|
\newcommand{\derTermin}{\today\xspace}
|
||||||
|
\newcommand{\derOrt}{\textbf{\textcolor{red}{!kein Ort definiert!}}\xspace}
|
||||||
|
\newcommand{\dieZeit}{\textbf{\textcolor{red}{!kein Zeitpunkt definiert!}}\xspace}
|
||||||
|
\newcommand{\dieUnterschrift}{}
|
||||||
|
\newcommand{\dasUnterschriftsbild}{\rule{0pt}{1.2cm}}
|
||||||
|
\newcommand{\theSignatureDate}{\today\xspace}
|
||||||
|
%
|
||||||
|
\newenvironment{einladung}{\makehead\noindent%
|
||||||
|
\vspace{6ex plus 12ex minus 3ex}%
|
||||||
|
\begin{center}
|
||||||
|
\Huge \bfseries Einladung
|
||||||
|
\end{center}}{%
|
||||||
|
\vspace{6ex plus 12ex minus 4ex}
|
||||||
|
Regensburg, den \theSignatureDate
|
||||||
|
|
||||||
|
\dasUnterschriftsbild\\
|
||||||
|
\dieUnterschrift
|
||||||
|
|
||||||
|
\vfill}
|
||||||
|
|
||||||
|
%
|
||||||
|
%
|
||||||
|
\newenvironment{tagesordnung}{\vspace{3ex plus 12ex minus 4ex}\section*{Tagesordnung}\begin{enumerate}[label=\textbf{TOP \arabic*},align=left,labelsep=2em,
|
||||||
|
leftmargin=*,widest*=19]}{\end{enumerate}}
|
||||||
|
%
|
||||||
|
\newenvironment{unterpunkte}{\begin{itemize}[align=left,labelsep=.4em, leftmargin=*]}{\end{itemize}}
|
||||||
|
%
|
||||||
|
%
|
||||||
|
\newcommand{\termin}[1]{\renewcommand{\derTermin}{#1\xspace}}
|
||||||
|
\newcommand{\ort}[1]{\renewcommand{\derOrt}{#1\xspace}}
|
||||||
|
\newcommand{\zeit}[1]{\renewcommand{\dieZeit}{#1\xspace}}
|
||||||
|
\newcommand{\organ}[1]{\documenttype{#1}}
|
||||||
|
\renewcommand{\date}[1]{\renewcommand{\theSignatureDate}{#1}}
|
||||||
|
\newcommand{\unterschrift}[2][\rule{0pt}{1.2cm}]{%
|
||||||
|
\renewcommand{\dieUnterschrift}{#2\xspace}%
|
||||||
|
\renewcommand{\dasUnterschriftsbild}{#1\xspace}%
|
||||||
|
}
|
||||||
|
%
|
||||||
|
\pagestyle{empty}
|
||||||
|
%
|
||||||
|
%
|
||||||
|
%
|
||||||
|
|
69
texmf-local/tex/latex/oth/Klassen/OTHR_Placard.cls
Normal file
69
texmf-local/tex/latex/oth/Klassen/OTHR_Placard.cls
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
%
|
||||||
|
% Klasse zur Erstellung von Plakaten
|
||||||
|
% im OTH Regensburg Design
|
||||||
|
% Michael Niemetz 2019
|
||||||
|
%
|
||||||
|
\ProvidesClass{OTHR_Placard}
|
||||||
|
|
||||||
|
\DeclareOption*{\PassOptionsToClass{
|
||||||
|
useDepartmentLogo,
|
||||||
|
DIV=25,
|
||||||
|
fontsize=16pt,
|
||||||
|
paper=a4,
|
||||||
|
\CurrentOption}{OTHRartcl}}
|
||||||
|
\ProcessOptions\relax
|
||||||
|
%
|
||||||
|
\LoadClass{OTHRartcl}
|
||||||
|
%
|
||||||
|
\RequirePackage{soul}
|
||||||
|
\sodef\so{}{.14em}{.4em plus.1em minus .1em}{.4em plus.1em minus .1em}
|
||||||
|
\RequirePackage[pages=all,contents={}]{background}
|
||||||
|
%
|
||||||
|
\pagecolor{OTHRgrau}
|
||||||
|
|
||||||
|
\pagestyle{empty}
|
||||||
|
\newlength{\psectionskip}
|
||||||
|
\newlength{\psectionheadsep}
|
||||||
|
\setlength{\psectionskip}{.9cm}
|
||||||
|
\setlength{\psectionheadsep}{1ex}
|
||||||
|
%
|
||||||
|
\newenvironment{placard}{
|
||||||
|
\newlength{\logowidth}
|
||||||
|
\newlength{\logoheight}
|
||||||
|
\newlength{\textboxwidth}
|
||||||
|
%\setlength{\logowidth}{.66\textwidth}
|
||||||
|
%\settoheight{\logoheight}{\logoFlexible[width=\logowidth]}
|
||||||
|
\setlength{\logoheight}{4.25cm}
|
||||||
|
\settowidth{\logowidth}{\logoFlexible[height=\logoheight]}
|
||||||
|
\setlength{\textboxwidth}{\textwidth}
|
||||||
|
\addtolength{\textboxwidth}{-42.3mm}
|
||||||
|
\addtolength{\textboxwidth}{-2em}
|
||||||
|
\addtolength{\textboxwidth}{-3\fboxsep}
|
||||||
|
\cleardoublepage
|
||||||
|
\newsavebox{\content}
|
||||||
|
\begin{lrbox}{\content}%
|
||||||
|
\begin{minipage}[t]{\textboxwidth}%128.80mm}%
|
||||||
|
\color{AccentContrastColor}%
|
||||||
|
%\vspace{1ex}
|
||||||
|
}%
|
||||||
|
{\end{minipage}\end{lrbox}%
|
||||||
|
\unitlength 1mm%
|
||||||
|
\begin{picture}(0,40)%
|
||||||
|
\put(42.3,-5){\setlength{\fboxsep}{1em}\fcolorbox{Accent}{Accent}{
|
||||||
|
\usebox{\content}
|
||||||
|
}}
|
||||||
|
\put(0,0){\color{white}\rule{\textwidth}{.998\logoheight}}
|
||||||
|
\put(0,0){\logoFlexible[width=\logowidth]}
|
||||||
|
\end{picture}
|
||||||
|
}
|
||||||
|
\newenvironment{psection}[1]{\par\normalsize\expandafter\MakeUppercase\expandafter{\so{#1}}\par\vspace{\psectionheadsep}\raggedright\Large}{\par\vspace{\psectionskip}}
|
||||||
|
\newcommand{\setbackground}[1]{%
|
||||||
|
\backgroundsetup{
|
||||||
|
scale=1,
|
||||||
|
%color=black,
|
||||||
|
opacity=1,
|
||||||
|
angle=0,
|
||||||
|
contents={%
|
||||||
|
\includegraphics[width=\paperwidth,height=\paperheight]{#1}
|
||||||
|
}%
|
||||||
|
}}
|
145
texmf-local/tex/latex/oth/Klassen/OTHR_Protokoll.cls
Normal file
145
texmf-local/tex/latex/oth/Klassen/OTHR_Protokoll.cls
Normal file
@ -0,0 +1,145 @@
|
|||||||
|
%
|
||||||
|
% Klasse zur Erstellung von Protokollen für Entscheidungsgremien
|
||||||
|
% im OTH Regensburg Design
|
||||||
|
% Michael Niemetz 2016
|
||||||
|
%
|
||||||
|
\ProvidesClass{OTHR_Protokoll}
|
||||||
|
|
||||||
|
\DeclareOption*{\PassOptionsToClass{useDepartmentLogo,\CurrentOption, numbers=noenddot}{OTHRartcl}}
|
||||||
|
\ProcessOptions\relax
|
||||||
|
%
|
||||||
|
\LoadClass{OTHRartcl}
|
||||||
|
%
|
||||||
|
\RequirePackage{latexsym}
|
||||||
|
\RequirePackage{enumitem}
|
||||||
|
\RequirePackage{xspace}
|
||||||
|
\RequirePackage{tabularx}
|
||||||
|
\RequirePackage[hidelinks]{hyperref}
|
||||||
|
%
|
||||||
|
\def\verfassersignatur#1{\def\min@verfassersignatur{#1}}%legacy
|
||||||
|
\def\minutetakersignature#1{\def\min@verfassersignatur{#1}}
|
||||||
|
\def\dekansignatur#1{\def\min@dekansignatur{#1}}%legacy
|
||||||
|
\def\moderatorsignature#1{\def\min@dekansignatur{#1}}
|
||||||
|
\def\signaturedate#1{\def\min@signaturedate{#1}}
|
||||||
|
\def\subtitle#1{\def\min@subtitle{#1}}
|
||||||
|
\def\moderation#1#2{\def\min@moderation{#2}\def\min@moderationdescription{#1}}%legacy
|
||||||
|
\def\moderator#1#2{\def\min@moderation{#2}\def\min@moderationdescription{#1}}
|
||||||
|
\def\minutetaker#1#2{\def\min@minutetaker{#2}\def\min@minutetakedescription{#1}}
|
||||||
|
\def\cc#1{\def\min@cc{#1}}
|
||||||
|
\def\minutesdate#1{\gdef\min@date{#1}}
|
||||||
|
\def\starttime#1{\def\min@starttime{#1}}
|
||||||
|
\def\endtime#1{\def\min@endtime{#1}}
|
||||||
|
\def\location#1{\def\min@location{#1}}
|
||||||
|
\def\participant#1{\def\min@participiant{#1}}
|
||||||
|
\def\guest#1{\def\min@guest{#1}}
|
||||||
|
\newcommand{\missing}[2][\min@empty]{
|
||||||
|
\ifx#1\min@empty\def\min@missing{#2}
|
||||||
|
\else
|
||||||
|
\missingExcused{#1}
|
||||||
|
\missingNoExcuse{#2}
|
||||||
|
\fi
|
||||||
|
}
|
||||||
|
\def\missingExcused#1{\def\min@missingExc{#1}}
|
||||||
|
\def\missingNoExcuse#1{\def\min@missingNoExc{#1}}
|
||||||
|
\def\topic#1{\section{#1}}
|
||||||
|
\def\minitopic#1{\paragraph{#1}\mbox{}}
|
||||||
|
\def\schedule#1#2{\min@writedate#1/:\quad #2}
|
||||||
|
|
||||||
|
%
|
||||||
|
% Setzen von Stimmübertragungen
|
||||||
|
\newcommand{\stimmuebertrag}[1]{($\mapsto$ #1)}%legacy
|
||||||
|
\newcommand{\delegation}[1]{($\mapsto$ #1)}
|
||||||
|
\newcommand{\stimmuebertragext}[1]{$\mapsto$ #1)}%legacy
|
||||||
|
\newcommand{\delegationext}[1]{$\mapsto$ #1)}
|
||||||
|
%
|
||||||
|
% Box fuer Unterschriften
|
||||||
|
\newlength{\signatureboxwidth}
|
||||||
|
\newcommand{\signaturebox}[3][\rule{0pt}{1.5cm}\hrulefill]{\settowidth{\signatureboxwidth}{#2}\addtolength{\signatureboxwidth}{2em}\vspace*{1cm plus 4ex minus 4ex}\parbox{\signatureboxwidth}{#1\newline\hspace*{1em}#2\newline\hspace*{1em}#3}}
|
||||||
|
%
|
||||||
|
% Überschriftformatierung
|
||||||
|
\gdef\thesection{TOP\,\arabic{section}}
|
||||||
|
%
|
||||||
|
% Datumsausgabe
|
||||||
|
\def\min@writedate#1/#2/#3/{
|
||||||
|
\day=#3
|
||||||
|
\month=#2
|
||||||
|
\year=#1
|
||||||
|
\today
|
||||||
|
}
|
||||||
|
%
|
||||||
|
\newenvironment{Minutes}[2]{\documenttype{#2}\makehead\title{#2}%
|
||||||
|
\vspace{4ex plus 12ex minus 2ex}
|
||||||
|
|
||||||
|
\begin{center}
|
||||||
|
\Huge \bfseries #1
|
||||||
|
\end{center}
|
||||||
|
% Datentabelle setzen
|
||||||
|
\vspace{2ex plus 12ex minus 1ex}
|
||||||
|
\begin{description}
|
||||||
|
\ifdefempty{\min@moderation}{}{\item[Moderation] \min@moderationdescription{} \min@moderation}
|
||||||
|
\ifdefempty{\min@moderation}{}{\item[\min@minutetakedescription] \min@minutetaker}
|
||||||
|
\item[Anwesend] \min@participiant
|
||||||
|
\item[Abwesend (entschuldigt)] \min@missingExc
|
||||||
|
\item[Abwesend (unentschuldigt)] \min@missingNoExc
|
||||||
|
\item[G\"aste] \min@guest
|
||||||
|
\item[Sitzungsort] \min@location
|
||||||
|
\item[Datum] \min@date, \min@starttime--\min@endtime
|
||||||
|
\end{description}
|
||||||
|
\vspace{4ex plus 12ex minus 2ex}
|
||||||
|
}{%
|
||||||
|
\vspace{4ex plus 12ex minus 2ex}
|
||||||
|
|
||||||
|
Regensburg, den \min@signaturedate
|
||||||
|
|
||||||
|
\ifdefempty{\min@moderation}{}{
|
||||||
|
\signaturebox[\min@dekansignatur]{\min@moderation
|
||||||
|
}{\min@moderationdescription}}\hfill
|
||||||
|
\ifdefempty{\min@minutetaker}{}{\signaturebox[\min@verfassersignatur]{\min@minutetaker}{\min@minutetakedescription}}
|
||||||
|
|
||||||
|
\vfill}
|
||||||
|
%
|
||||||
|
\newenvironment{Argumentation}{\begin{itemize}}{\end{itemize}}%legacy
|
||||||
|
\newenvironment{discussion}{\begin{itemize}}{\end{itemize}}
|
||||||
|
\newcommand{\pro}{\item[\textcircled{+}]}
|
||||||
|
\newcommand{\Pro}{\item[\textbf{\textcircled{+}}]}
|
||||||
|
\newcommand{\contra}{\item[\textcircled{--}]}
|
||||||
|
\newcommand{\Contra}{\item[\textbf{\textcircled{--}}]}
|
||||||
|
\newcommand{\result}{\item[$\Rightarrow$]}
|
||||||
|
\newenvironment{Opinions}{\begin{description}}{\end{description}}%legacy
|
||||||
|
\newenvironment{opinions}{\begin{description}}{\end{description}}
|
||||||
|
\newcommand{\opinion}[2]{\textsc{#1:} #2}
|
||||||
|
\newenvironment{Beschluss}{\paragraph{Beschluss:}}{}%legacy
|
||||||
|
\newenvironment{decision}{\paragraph{Beschluss:}}{}
|
||||||
|
%
|
||||||
|
\newcommand{\qvote}[3]{\begin{center}\emph{Abstimmung:} Ja #1, Nein #2, Enthaltungen #3\end{center}}
|
||||||
|
%
|
||||||
|
\newcommand{\bvote}[4]{\begin{center}\emph{Abstimmung:}\\[.5ex]\begin{tabularx}{.8\linewidth}{p{4cm}X}
|
||||||
|
Ja: #2 \newline Nein: #3 \newline Enthaltungen: #4 & #1 \\
|
||||||
|
\end{tabularx}\end{center}}
|
||||||
|
%
|
||||||
|
\newenvironment{optionvote}{\begin{center}\emph{Abstimmung:}\\[.5ex]\begin{minipage}{.8\linewidth}\begin{description}\setlength{\parskip}{0pt}\setlength{\itemsep}{0pt}}{\end{description}\end{minipage}\end{center}}
|
||||||
|
\newcommand{\ovote}[2]{\item[#2]#1}
|
||||||
|
%
|
||||||
|
\pagestyle{plain}
|
||||||
|
%
|
||||||
|
% Default values
|
||||||
|
%
|
||||||
|
\def\min@verfassersignatur{\rule{0pt}{1.5cm}\hrulefill}
|
||||||
|
\def\min@dekansignatur{\rule{0pt}{1.5cm}\hrulefill}
|
||||||
|
\def\min@signaturedate{\today}
|
||||||
|
\def\min@subtitle{}
|
||||||
|
\def\min@moderation{}
|
||||||
|
\def\min@moderationdescription{}
|
||||||
|
\def\min@minutetaker{}
|
||||||
|
\def\min@minutetakedescription{}
|
||||||
|
\def\min@cc{}
|
||||||
|
\def\min@date{}
|
||||||
|
\def\min@starttime{}
|
||||||
|
\def\min@endtime{}
|
||||||
|
\def\min@location{}
|
||||||
|
\def\min@participiant{}
|
||||||
|
\def\min@guest{}
|
||||||
|
\def\min@missingExc{}
|
||||||
|
\def\min@missingNoExc{}
|
||||||
|
\def\min@missing{}
|
||||||
|
|
10
texmf-local/tex/latex/oth/Klassen/OTHRartcl.cls
Normal file
10
texmf-local/tex/latex/oth/Klassen/OTHRartcl.cls
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
%
|
||||||
|
%
|
||||||
|
%
|
||||||
|
\ProvidesClass{OTHRartcl}
|
||||||
|
|
||||||
|
\LoadClassWithOptions{scrartcl}
|
||||||
|
\RequirePackageWithOptions{OTHR}
|
||||||
|
\RequirePackageWithOptions{OTHR_clscommons}
|
||||||
|
%
|
||||||
|
%
|
10
texmf-local/tex/latex/oth/Klassen/OTHRbook.cls
Normal file
10
texmf-local/tex/latex/oth/Klassen/OTHRbook.cls
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
%
|
||||||
|
%
|
||||||
|
%
|
||||||
|
\ProvidesClass{OTHRbook}
|
||||||
|
|
||||||
|
\LoadClassWithOptions{scrbook}
|
||||||
|
\RequirePackageWithOptions{OTHR}
|
||||||
|
\RequirePackage{OTHR_clscommons}
|
||||||
|
%
|
||||||
|
%
|
50
texmf-local/tex/latex/oth/Klassen/OTHRmemo.cls
Normal file
50
texmf-local/tex/latex/oth/Klassen/OTHRmemo.cls
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
%
|
||||||
|
%
|
||||||
|
%
|
||||||
|
\ProvidesClass{OTHRmemo}
|
||||||
|
%
|
||||||
|
\DeclareOption*{\PassOptionsToClass{useDepartmentLogo,\CurrentOption}{OTHRartcl}}
|
||||||
|
\ProcessOptions\relax
|
||||||
|
%
|
||||||
|
\LoadClass{OTHRartcl}
|
||||||
|
\RequirePackage{tabularx}
|
||||||
|
%
|
||||||
|
%\useDepartmentLogo%
|
||||||
|
\newcommand{\TheTos}{}
|
||||||
|
\newcommand{\TheFrom}{}
|
||||||
|
\newcommand{\TheCCs}{}
|
||||||
|
\newcommand{\TheSubject}{}
|
||||||
|
\newcommand{\TheDate}{\today}
|
||||||
|
%
|
||||||
|
\documenttype{Memo}
|
||||||
|
%
|
||||||
|
\author{}
|
||||||
|
\renewcommand{\to}[1]{\renewcommand{\TheTos}{#1}}
|
||||||
|
\newcommand{\To}[1]{\renewcommand{\TheTos}{#1}}
|
||||||
|
\newcommand{\from}[1]{\author{#1}}
|
||||||
|
\newcommand{\From}[1]{\author{#1}}
|
||||||
|
\newcommand{\cc}[1]{\renewcommand{\TheCCs}{#1}}
|
||||||
|
\newcommand{\CC}[1]{\renewcommand{\TheCCs}{#1}}
|
||||||
|
\renewcommand{\subject}[1]{\renewcommand{\TheSubject}{#1}}
|
||||||
|
\newcommand{\Subject}[1]{\renewcommand{\TheSubject}{#1}}
|
||||||
|
\renewcommand{\date}[1]{\renewcommand{\TheDate}{#1}}
|
||||||
|
%
|
||||||
|
\renewcommand{\maketitle}{\makehead\par\noindent
|
||||||
|
{\renewcommand{\arraystretch}{1.5}\sloppy
|
||||||
|
\begin{tabularx}{\textwidth}{@{}lX@{}}
|
||||||
|
\ifdefempty{\TheTos}{}{\bfseries An: & \TheTos \\}
|
||||||
|
\ifdefempty{\TheCCs}{}{\bfseries Kopie: & \TheCCs \\}
|
||||||
|
\ifdefempty{\@author}{}{\bfseries Von: & \@author\\}
|
||||||
|
\ifdefempty{\TheSubject}{}{\bfseries Betreff: & \TheSubject \\}
|
||||||
|
\ifdefempty{\TheDate}{}{\bfseries Datum: & \TheDate \\}
|
||||||
|
\end{tabularx}}
|
||||||
|
|
||||||
|
\vspace{5mm plus 1 cm minus 2mm}
|
||||||
|
|
||||||
|
\hrule
|
||||||
|
|
||||||
|
\vspace{5mm plus 1 cm minus 2mm}}
|
||||||
|
%
|
||||||
|
\newcommand{\makememohead}{\maketitle}
|
||||||
|
%
|
||||||
|
|
10
texmf-local/tex/latex/oth/Klassen/OTHRreprt.cls
Normal file
10
texmf-local/tex/latex/oth/Klassen/OTHRreprt.cls
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
%
|
||||||
|
%
|
||||||
|
%
|
||||||
|
\ProvidesClass{OTHRreprt}
|
||||||
|
|
||||||
|
\LoadClassWithOptions{scrreprt}
|
||||||
|
\RequirePackageWithOptions{OTHR}
|
||||||
|
\RequirePackage{OTHR_clscommons}
|
||||||
|
%
|
||||||
|
%
|
162
texmf-local/tex/latex/oth/Klassen/OTHRstgprfl.cls
Normal file
162
texmf-local/tex/latex/oth/Klassen/OTHRstgprfl.cls
Normal file
@ -0,0 +1,162 @@
|
|||||||
|
%
|
||||||
|
% Author: Michael Niemetz 2016
|
||||||
|
%
|
||||||
|
%
|
||||||
|
\ProvidesClass{OTHRstgprfl}
|
||||||
|
\RequirePackage[utf8]{inputenc}
|
||||||
|
\RequirePackage{xkeyval}
|
||||||
|
\newcommand{\iSAversioncode}{2015}
|
||||||
|
\DeclareOptionX{iSAversion}[2015]{\renewcommand{\iSAversioncode}{#1}}
|
||||||
|
%
|
||||||
|
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{OTHRartcl}}
|
||||||
|
%
|
||||||
|
%
|
||||||
|
\ProcessOptions\relax
|
||||||
|
\ProcessOptionsX\relax
|
||||||
|
%
|
||||||
|
\LoadClass{OTHRartcl}
|
||||||
|
%
|
||||||
|
%
|
||||||
|
\RequirePackage{tabularx}
|
||||||
|
\RequirePackage{xifthen}
|
||||||
|
\RequirePackage{scrpage2}
|
||||||
|
\PassOptionsToPackage{ngerman}{babel}
|
||||||
|
\RequirePackage{babel}
|
||||||
|
\RequirePackage{anyfontsize}
|
||||||
|
\RequirePackage{colortbl}
|
||||||
|
%
|
||||||
|
\pagestyle{scrheadings}
|
||||||
|
%
|
||||||
|
%\newcommand{\ifequals}[3]{\protect\ifthenelse{\equal{#1}{#2}}{#3}{}}
|
||||||
|
%\newcommand{\case}[2]{#1 #2}
|
||||||
|
%\newenvironment{switch}[1]{\renewcommand{\case}{\ifequals{#1}}}{}
|
||||||
|
%
|
||||||
|
\newlength{\@topicitemwidth}
|
||||||
|
\settowidth{\@topicitemwidth}{999\hspace{.85em}}
|
||||||
|
\newlength{\@topicitemtocwidth}
|
||||||
|
\settowidth{\@topicitemtocwidth}{999m}
|
||||||
|
\shorthandon{"}%
|
||||||
|
\input{OTHRstgprfl\iSAversioncode.stgpc}
|
||||||
|
%\newcommand{\qtopictext}[1]{%
|
||||||
|
% \stringcases
|
||||||
|
% {#1}%
|
||||||
|
% {%
|
||||||
|
%{101}{Die angestrebten Lernergebnisse des Studiengangs stehen im Einklang mit dem Ausbildungsprofil der OTH Regensburg (gem. der Beschreibung zum Ausbildungsprofil und dem Qualitätsanspruch und dem und Leitbild der Hochschule).}
|
||||||
|
%{102}{Studiengangbezeichnung, Abschlussgrad und Qualifikationsvoraussetzungen stehen in Einklang mit den Ausbildungszielen sowie mit staatlichen Vorgaben.}
|
||||||
|
%{103}{Studienstruktur (Voll- oder Teilzeit) und Studiendauer berücksichtigen Ausbildungsziel und Zielgruppe.}
|
||||||
|
%{104}{Studentische Lehrveranstaltungsevaluation: Die Qualität der Lehrveranstaltungen wird regelmäßig nach dokumentiertem Verfahren durch die Studierenden beurteilt. Die Studierenden werden bei der Weiterentwicklung des Studienprogramms gehört.}
|
||||||
|
%{105}{Das Studienkonzept berücksichtigt die Geschlechtergerechtigkeit und die Belange von Studierenden in unterschiedlichen Le\-bens\-la\-gen.}
|
||||||
|
%{106}{Studienbewerber und Studienbewerberinnen sowie Studierende haben ein niederschwelliges Angebot zu Studienfachberatung und werden regelmäßig über ihren Studiengang (Studienaufbau, Regeln zu Studienfortschritt und Prüfungen, Wahlmöglichkeiten) informiert.}
|
||||||
|
%{201}{Studiengangbezeichnung, Abschlussgrad, Studienstruktur und Qualifikationsvoraussetzungen stehen in Einklang mit den Ausbildungszielen sowie mit staatlichen Vorgaben.}
|
||||||
|
%{202}{Der Studiengang befähigt zum wissenschaftlichen Arbeiten; Forschungs"= und Entwicklungsaktivitäten werden auf systematische Weise in Studium und Lehre integriert.}
|
||||||
|
%{203}{Der Studiengang befähigt zum gesellschaftlichen Engagement und fördert die Persönlichkeitsentwicklung.}
|
||||||
|
%{204}{Modularisierung im Detail: Modulgrößen, Modulbeschreibungen und Work"-load"=Angaben
|
||||||
|
%(Modulkatalog) sind inhaltlich stimmig und werden regelmäßig aktualisiert.}
|
||||||
|
%{205}{Lehrveranstaltungen: Adäquate Lehrformen und Prüfungsformen sind festgelegt.}
|
||||||
|
%{206}{Prüfungswesen: Anzahl, Art und Umfang der Prüfungen pro Modul sind sachgerecht,
|
||||||
|
%transparent und lernergebnisorientiert.}
|
||||||
|
%{207}{Die Qualität der Lehrmodule bei kooperativen, internationalen Studienprogrammen (auch Joint"=Programms und Double"=Degree"=Programms) ist bei den Partnerhochschulen sichergestellt.}
|
||||||
|
%{301}{Studierbarkeit: Die Studien"= und Prüfungsorganisation ermöglicht den Abschluss des Studiums in der Regelstudienzeit.}
|
||||||
|
%{302}{Studienstruktur (Voll"= oder Teilzeit), Studiendauer, Studienform und Lehrveranstaltungstermine berücksichtigen Ausbildungsziel und Zielgruppe.}
|
||||||
|
%{303}{Das Studienprogramm berücksichtigt die hochschulinternen Vorgaben und Ziele im Bereich der Internationalisierung und beinhaltet ein Konzept zur Förderung der Mobilität der Studierenden.}
|
||||||
|
%{304}{Die Beschreibung der angestrebten Lernergebnisse des Studiengangs sind für die Lehrenden, die Studierenden und Bewerber und Bewerberinnen gut zugänglich.}
|
||||||
|
%{305}{Die Studienpläne mit Detailangaben zu den Modulen liegen vor und sind leicht zugänglich.}
|
||||||
|
%{306}{QM"=relevante Unterlagen zu den Studienprogrammen (Lehrberichte, Studiengangkommissionsprotokolle, statistische Daten) sind aktuell und vorhanden.}
|
||||||
|
%{307}{Ressourcen und Aufnahmekapazität: Personal und Räume stehen ausreichend zur Verfügung.}
|
||||||
|
%{308}{Lehrende werden zur fachlichen und/oder didaktischen Weiterbildung angeregt; Lehrbeauftragte verfügen über die notwendige Qualifikation.}
|
||||||
|
%{309}{Kooperative Studiengänge: Verträge sind vorhanden, rechtlich überprüft und gültig, Transparenz für Studierende und Lehrende ist gegeben.}
|
||||||
|
%}%
|
||||||
|
%{nada}%
|
||||||
|
%}%
|
||||||
|
%
|
||||||
|
%
|
||||||
|
\newcommand{\stringcases}[3]{%
|
||||||
|
\romannumeral
|
||||||
|
\str@case{#1}#2{#1}{#3}\q@stop
|
||||||
|
}%
|
||||||
|
%
|
||||||
|
\newcommand{\str@case}[3]{%
|
||||||
|
\ifnum\pdf@strcmp{\unexpanded{#1}}{\unexpanded{#2}}=\z@
|
||||||
|
\expandafter\@firstoftwo
|
||||||
|
\else
|
||||||
|
\expandafter\@secondoftwo
|
||||||
|
\fi
|
||||||
|
{\str@case@end{#3}}
|
||||||
|
{\str@case{#1}}%
|
||||||
|
}%
|
||||||
|
%
|
||||||
|
\newcommand{\str@case@end}{}
|
||||||
|
\long\def\str@case@end#1#2\q@stop{\z@#1}%
|
||||||
|
%
|
||||||
|
\newcommand{\qtopic}[1]{%
|
||||||
|
%
|
||||||
|
\addcontentsline{toc}{subsection}{\protect\parbox[t]{\@topicitemtocwidth}{#1}\qtopictext{#1}}%
|
||||||
|
%\addcontents{toc}{\parbox{\@topicitemwidth}{#1}\protect\qtopictext{#1}}
|
||||||
|
%
|
||||||
|
\nopagebreak\@nobreaktrue\vspace{1ex}%\par\noindent\vspace{1.5ex plus 22ex minus 1ex}\par\noindent%
|
||||||
|
{\color{white}\renewcommand{\arraystretch}{1.2}%
|
||||||
|
\begin{tabularx}{\linewidth}{@{}p{\@topicitemwidth}@{}X@{}}
|
||||||
|
\rowcolor{OTHR}#1 & \qtopictext{#1}
|
||||||
|
\end{tabularx}\label{Qtopic#1}}\par%
|
||||||
|
%\vspace{0ex plus 1ex minus 1ex}\par%
|
||||||
|
\nopagebreak\@nobreaktrue%
|
||||||
|
}
|
||||||
|
%
|
||||||
|
\ofoot[]{\small\upshape\textcolor{Accent}{ S e i t e | }\bfseries\pagemark}%
|
||||||
|
\renewcommand*{\pnumfont}{%
|
||||||
|
\normalfont\bfseries\upshape}%
|
||||||
|
\cfoot[]{}%
|
||||||
|
\ifoot[]{\small\upshape\@programmeType studiengang \@programmeName}%
|
||||||
|
%
|
||||||
|
% Variables to be set by the user (Dummy values)
|
||||||
|
%
|
||||||
|
\newcommand{\@programmeType}{\textcolor{red}{Bachelor}}
|
||||||
|
\newcommand{\@programmeName}{\textcolor{red}{Regenerative Energietechnik und Energieeffizienz}}
|
||||||
|
\newcommand{\@departmentName}{\textcolor{red}{Fakultät Elektro- und Informationstechnik}}
|
||||||
|
\newcommand{\@programmeAbbrev}{REE}
|
||||||
|
\newcommand{\@stand}{\textcolor{red}{Wintersemester 2016/17}}
|
||||||
|
\newcommand{\@zustand}{\today}
|
||||||
|
\newcommand{\@authors}{\textcolor{red}{Prof. Dr. Paula Streng\role{Studiengangsleitung und Vorsitzende der Studiengangskommission} \and Prof. Dr. Fritz Fies\role{Studienfachberater} \and Peter Schnellstift\role{Fakultätsreferent}}}%
|
||||||
|
\newcommand{\@supporters}{\textcolor{red}{Prof. Dr. Amanda Kraft\role{Dekanin} \and Prof. Dr. Caspar Melchior\role{Studiendekan} \and Hochschulleitung}}%
|
||||||
|
%
|
||||||
|
\newcommand{\role}[1]{, #1 }
|
||||||
|
%
|
||||||
|
\renewcommand{\maketitle}{%
|
||||||
|
\thispagestyle{empty}\enlargethispage{0.05\paperheight}%
|
||||||
|
\noindent\OfficialLogoNormal\par\vspace*{\fill}%
|
||||||
|
\noindent {\fontsize{28}{34}\selectfont Kurzprofil}\par \vspace{4ex}%
|
||||||
|
\noindent des \@programmeType studiengangs \par \noindent %
|
||||||
|
{\flushleft\fontsize{20}{24}\selectfont\bfseries\@programmeName{} (\@programmeAbbrev) \par}\vspace{4ex}\noindent %
|
||||||
|
an der Ostbayerischen Technischen Hochschule Regensburg,\\
|
||||||
|
\noindent \@departmentName \par
|
||||||
|
\vspace*{\fill}
|
||||||
|
\noindent Stand: \@stand\par\vspace{3ex plus 5ex minus 2ex}
|
||||||
|
\noindent Bearbeitungsstand: \@zustand\par\vspace{10ex plus 10ex minus 5 ex}
|
||||||
|
\noindent \textbf{Erstellung:}
|
||||||
|
|
||||||
|
\begin{itemize}\renewcommand{\and}{\item}\setlength{\parskip}{.3ex}
|
||||||
|
\item \@authors
|
||||||
|
\end{itemize}
|
||||||
|
\par\vspace{2ex plus 2ex minus 1 ex}
|
||||||
|
\noindent \textbf{In Zusammenarbeit mit:}
|
||||||
|
|
||||||
|
\begin{itemize}\renewcommand{\and}{\item}\setlength{\parskip}{.3ex}
|
||||||
|
\item \@supporters
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
\cleardoublepage
|
||||||
|
}%
|
||||||
|
%
|
||||||
|
%User Commands
|
||||||
|
%
|
||||||
|
\newcommand{\programmeType}[1]{\renewcommand{\@programmeType}{#1}}%
|
||||||
|
\newcommand{\programmeName}[1]{\renewcommand{\@programmeName}{#1}}%
|
||||||
|
\newcommand{\departmentName}[1]{\renewcommand{\@departmentName}{#1}}%
|
||||||
|
\newcommand{\programmeAbbrev}[1]{\renewcommand{\@programmeAbbrev}{#1}}%
|
||||||
|
\newcommand{\definitionSemester}[1]{\renewcommand{\@stand}{#1}}%
|
||||||
|
\newcommand{\lastModified}[1]{\renewcommand{\@zustand}{#1}}%
|
||||||
|
\newcommand{\authors}[1]{\renewcommand{\@authors}{#1}}%
|
||||||
|
\newcommand{\supporters}[1]{\renewcommand{\@supporters}{#1}}%
|
||||||
|
%
|
||||||
|
%
|
||||||
|
|
35
texmf-local/tex/latex/oth/Klassen/OTHRstgprfl2015.stgpc
Normal file
35
texmf-local/tex/latex/oth/Klassen/OTHRstgprfl2015.stgpc
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
%
|
||||||
|
% Author: Michael Niemetz 2019
|
||||||
|
%
|
||||||
|
%
|
||||||
|
%\shorthandon{"}%
|
||||||
|
\newcommand{\qtopictext}[1]{%
|
||||||
|
\stringcases
|
||||||
|
{#1}%
|
||||||
|
{%
|
||||||
|
{101}{Die angestrebten Lernergebnisse des Studiengangs stehen im Einklang mit dem Ausbildungsprofil der OTH Regensburg (gem. der Beschreibung zum Ausbildungsprofil und dem Qualitätsanspruch und dem und Leitbild der Hochschule).}
|
||||||
|
{102}{Die angestrebten Lernergebnisse und Qualifikationsziele des Studiengangs stehen im Einklang mit dem jeweiligen nationalen Qualifikationsrahmen für Hochschulabschlüsse.}
|
||||||
|
{103}{Der Studiengang befähigt zum selbständigen beruflichen Handeln in einem adäquaten Beschäftigungsfeld.}
|
||||||
|
{104}{Studentische Lehrveranstaltungsevaluation: Die Qualität der Lehrveranstaltungen wird regelmäßig nach dokumentiertem Verfahren durch die Studierenden beurteilt. Die Studierenden werden bei der Weiterentwicklung des Studienprogramms gehört.}
|
||||||
|
{105}{Das Studienkonzept berücksichtigt die Geschlechtergerechtigkeit und die Belange von Studierenden in unterschiedlichen Le\-bens\-la\-gen.}
|
||||||
|
{106}{Studienbewerber und Studienbewerberinnen sowie Studierende haben ein niederschwelliges Angebot zu Studienfachberatung und werden regelmäßig über ihren Studiengang (Studienaufbau, Regeln zu Studienfortschritt und Prüfungen, Wahlmöglichkeiten) informiert.}
|
||||||
|
{201}{Studiengangbezeichnung, Abschlussgrad, Studienstruktur und Qualifikationsvoraussetzungen stehen in Einklang mit den Ausbildungszielen sowie mit staatlichen Vorgaben.}
|
||||||
|
{202}{Der Studiengang befähigt zum wissenschaftlichen Arbeiten; Forschungs"= und Entwicklungsaktivitäten werden auf systematische Weise in Studium und Lehre integriert.}
|
||||||
|
{203}{Der Studiengang befähigt zum gesellschaftlichen Engagement und fördert die Persönlichkeitsentwicklung.}
|
||||||
|
{204}{Modularisierung im Detail: Modulgrößen, Modulbeschreibungen und Work"-load"=Angaben (Modulkatalog) sind inhaltlich stimmig und werden regelmäßig aktualisiert.}
|
||||||
|
{205}{Lehrveranstaltungen: Adäquate Lehrformen und Prüfungsformen sind festgelegt.}
|
||||||
|
{206}{Prüfungswesen: Anzahl, Art und Umfang der Prüfungen pro Modul sind sachgerecht, transparent und lernergebnisorientiert.}
|
||||||
|
{207}{Die Qualität der Lehrmodule bei kooperativen, internationalen Studienprogrammen (auch Joint"=Programms und Double"=Degree"=Programms) ist bei den Partnerhochschulen sichergestellt.}
|
||||||
|
{301}{Studierbarkeit: Die Studien"= und Prüfungsorganisation ermöglicht den Abschluss des Studiums in der Regelstudienzeit.}
|
||||||
|
{302}{Studienstruktur (Voll"= oder Teilzeit), Studiendauer, Studienform und Lehrveranstaltungstermine berücksichtigen Ausbildungsziel und Zielgruppe.}
|
||||||
|
{303}{Das Studienprogramm berücksichtigt die hochschulinternen Vorgaben und Ziele im Bereich der Internationalisierung und beinhaltet ein Konzept zur Förderung der Mobilität der Studierenden.}
|
||||||
|
{304}{Die Beschreibung der angestrebten Lernergebnisse des Studiengangs sind für die Lehrenden, die Studierenden und Bewerber und Bewerberinnen gut zugänglich.}
|
||||||
|
{305}{Die Studienpläne mit Detailangaben zu den Modulen liegen vor und sind leicht zugänglich.}
|
||||||
|
{306}{QM"=relevante Unterlagen zu den Studienprogrammen (Lehrberichte, Studiengangkommissionsprotokolle, statistische Daten) sind aktuell und vorhanden.}
|
||||||
|
{307}{Ressourcen und Aufnahmekapazität: Personal und Räume stehen ausreichend zur Verfügung.}
|
||||||
|
{308}{Lehrende werden zur fachlichen und/oder didaktischen Weiterbildung angeregt; Lehrbeauftragte verfügen über die notwendige Qualifikation.}
|
||||||
|
{309}{Kooperative Studiengänge: Verträge sind vorhanden, rechtlich überprüft und gültig, Transparenz für Studierende und Lehrende ist gegeben.}
|
||||||
|
}%
|
||||||
|
{nada}%
|
||||||
|
}%
|
||||||
|
%
|
34
texmf-local/tex/latex/oth/Klassen/OTHRstgprfl201903.stgpc
Normal file
34
texmf-local/tex/latex/oth/Klassen/OTHRstgprfl201903.stgpc
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
%
|
||||||
|
% Author: Michael Niemetz 2019
|
||||||
|
%
|
||||||
|
%
|
||||||
|
%\shorthandon{"}%
|
||||||
|
\newcommand{\qtopictext}[1]{%
|
||||||
|
\stringcases
|
||||||
|
{#1}%
|
||||||
|
{%
|
||||||
|
{101}{Die angestrebten Lernergebnisse des Studiengangs stehen im Einklang mit dem Ausbildungsprofil der OTH Regensburg (gem. der Beschreibung zum Ausbildungsprofil und dem Qualitätsanspruch und dem Leitbild der Hochschule).}
|
||||||
|
{102}{Studiengangbezeichnung, Abschlussgrad und Qualifikationsvoraussetzungen stehen in Einklang mit den Ausbildungszielen sowie mit staatlichen Vorgaben.}
|
||||||
|
{103}{Studienstruktur (Voll"= oder Teilzeit) und Studiendauer berücksichtigen Ausbildungsziel und Zielgruppe}
|
||||||
|
{104}{Modularisierung im Detail: Die Modulbeschreibungen sind inhaltlich stimmig und werden regelmäßig aktualisiert}
|
||||||
|
{105}{Die Angaben zu den zu erwerbenden Leistungspunkten sind modulbezogen und werden regelmäßig evaluiert und aktualisiert.}
|
||||||
|
{201}{Die angestrebten Lernergebnisse und Qualifikationsziele des Studiengangs stehen im Einklang mit dem jeweiligen nationalen Qualifikationsrahmen für Hochschulabschlüsse (HQR).}
|
||||||
|
{202}{Der Studiengang befähigt zum wissenschaftlichen Arbeiten; Forschungs"= und Entwicklungsaktivitäten werden auf systematische Weise in Studium und Lehre integriert.}
|
||||||
|
{203}{Der Studiengang befähigt zum selbständigen beruflichen Handeln in einem adäquaten Beschäftigungsfeld.}
|
||||||
|
{204}{Der Studiengang befähigt zum gesellschaftlichen Engagement und fördert die Persönlichkeitsentwicklung.}
|
||||||
|
{205}{Das Studienprogramm berücksichtigt die hochschulinternen Vorgaben und Ziele im Bereich der Internationalisierung und beinhaltet ein Konzept zur Förderung der Mobilität der Studierenden.}
|
||||||
|
{206}{Ein stimmiges Curriculum und adäquate Lehr- und Lernformate sind festgelegt.}
|
||||||
|
{207}{Kooperative Studiengänge: Verträge sind vorhanden, rechtlich überprüft und gültig, Transparenz für Studierende und Lehrende ist gegeben.}
|
||||||
|
{208}{Praxisintegrierendes / Ausbildungsintegrierendes duales Studium: Das Studienprogramm wird dem besonderen Profilanspruch gerecht.}
|
||||||
|
{209}{Berufsbegleitendes Bachelorstudium: Das Studienprogramm wird dem besonderen Profilanspruch gerecht.}
|
||||||
|
{210}{Weiterbildendendes Masterstudium: Das Studienprogramm wird dem besonderen Profilanspruch gerecht.}
|
||||||
|
{301}{Studierbarkeit: Die Studien"= und Prüfungsorganisation ermöglicht den Abschluss des Studiums in der Regelstudienzeit. Die Prüfungen sind kompetenzorientiert.}
|
||||||
|
{302}{Ressourcen und Aufnahmekapazität: Personal, fachlich und methodisch - didaktisch qualifiziertes Lehrpersonal, sowie Räume stehen ausreichend zur Verfügung.}
|
||||||
|
{303}{Studentische Lehrveranstaltungsevaluation: Die Qualität der Lehrveranstaltungen wird regelmäßig nach dokumentiertem Verfahren durch die Studierenden beurteilt. Studierende und Absolventinnen und Absolventen werden bei der Weiterentwicklung des Studienprogramms gehört.}
|
||||||
|
{304}{Das Studienkonzept berücksichtigt die Geschlechtergerechtigkeit und die Belange von Studierenden in unterschiedlichen Lebenslagen.}
|
||||||
|
{305}{Studiengangbezogenes Qualitätsmanagement (QM): Die Studiengangkommission ist eingerichtet und tagt regelmäßig; QM"=relevante Unterlagen liegen vor und sind bekannt gemacht.}
|
||||||
|
{306}{Die Qualität der Lehrmodule bei kooperativen, internationalen Studienprogrammen (auch Joint"=Programms und Double"=Degree"=Programms) ist bei den Partnerhochschulen sichergestellt.}
|
||||||
|
}%
|
||||||
|
{nada}%
|
||||||
|
}%
|
||||||
|
%
|
@ -0,0 +1,62 @@
|
|||||||
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
|
\ProvidesPackage{beamercolorthemeothr}[2015/12/03 v0.1]
|
||||||
|
|
||||||
|
\mode<presentation>
|
||||||
|
|
||||||
|
%undruchsichtiges weiß
|
||||||
|
\definecolor{opaquewhite}{rgb}{1,1,1}
|
||||||
|
|
||||||
|
%Alternativdefinitionen der Standartfarben aus beamercolortehmedefault
|
||||||
|
\setbeamercolor{graybox}{bg=OTHR}
|
||||||
|
\setbeamercolor{blackbox}{bg=black}
|
||||||
|
|
||||||
|
\setbeamercolor{separation line}{use=structure,bg=black}
|
||||||
|
\setbeamercolor{lower separation line foot}{bg=black}
|
||||||
|
|
||||||
|
\setbeamercolor{author in head/foot}{fg=black,bg=white}
|
||||||
|
\setbeamercolor{title in head/foot}{fg=black,bg=white}
|
||||||
|
\setbeamercolor{date in head/foot}{fg=black,bg=white}
|
||||||
|
|
||||||
|
\setbeamercolor{sectionhead}{fg=black}
|
||||||
|
\setbeamercolor{subsectionhead}{fg=black}
|
||||||
|
|
||||||
|
\setbeamercolor{bibliography item}{fg=black}
|
||||||
|
\setbeamercolor{bibliography entry author}{fg=black}
|
||||||
|
\setbeamercolor{bibliography entry title}{fg=black}
|
||||||
|
\setbeamercolor{bibliography entry location}{fg=black}
|
||||||
|
\setbeamercolor{bibliography entry note}{fg=black}
|
||||||
|
|
||||||
|
%\usecolortheme[named=yellow]{structure}
|
||||||
|
|
||||||
|
\setbeamercolor{structure}{fg=Accent}
|
||||||
|
|
||||||
|
\setbeamercolor{block title}{use=structure,fg=AccentContrastColor,bg=Accent}
|
||||||
|
\setbeamercolor{block title alerted}{use=alerted text,fg=AccentContrastColor,bg=alerted text.fg!75!black}
|
||||||
|
\setbeamercolor{block title example}{use=example text,fg=AccentContrastColor,bg=example text.fg!75!black}
|
||||||
|
|
||||||
|
\setbeamercolor{block body}{parent=normal text,use=block title,bg=Accent!10!bg}
|
||||||
|
\setbeamercolor{block body alerted}{parent=normal text,use=block title alerted,bg=block title alerted.bg!10!bg}
|
||||||
|
\setbeamercolor{block body example}{parent=normal text,use=block title example,bg=block title example.bg!10!bg}
|
||||||
|
|
||||||
|
\setbeamercolor{title}{fg=AccentFontColor}
|
||||||
|
\setbeamercolor{frametitle}{fg=AccentFontColor}
|
||||||
|
\setbeamercolor{framesubtitle}{fg=black}
|
||||||
|
|
||||||
|
\setbeamercolor{section in toc}{fg=AccentFontColor}
|
||||||
|
|
||||||
|
\setbeamercolor{caption name}{fg=AccentFontColor}
|
||||||
|
|
||||||
|
\setbeamercolor{description item}{fg=AccentFontColor}
|
||||||
|
|
||||||
|
\setbeamercolor{enumerate item}{fg=AccentFontColor}
|
||||||
|
\setbeamercolor{enumerate subitem}{fg=AccentFontColor}
|
||||||
|
\setbeamercolor{enumerate subsubitem}{fg=AccentFontColor}
|
||||||
|
|
||||||
|
\setbeamercolor{itemize item}{fg=AccentFontColor}
|
||||||
|
\setbeamercolor{itemize subitem}{fg=AccentFontColor}
|
||||||
|
\setbeamercolor{itemize subsubitem}{fg=AccentFontColor}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\mode
|
||||||
|
<all>
|
@ -0,0 +1,34 @@
|
|||||||
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
|
\ProvidesPackage{beamerfontthemeothr}[2015/12/03 v0.1]
|
||||||
|
|
||||||
|
\mode<presentation>{\beamer@suppressreplacementstrue}
|
||||||
|
|
||||||
|
\setbeamerfont{sectionhead}{size=\fontsize{9pt}{10.2}}
|
||||||
|
\setbeamerfont{subsectionhead}{size=\fontsize{9pt}{10.2}}
|
||||||
|
|
||||||
|
\setbeamerfont{frametitle}{size=\fontsize{11pt}{12.2pt}}
|
||||||
|
\setbeamerfont{framesubtitle}{size=\normalsize}
|
||||||
|
|
||||||
|
\setbeamerfont{author in head/foot}{size=\fontsize{7.7pt}{8.2}}
|
||||||
|
\setbeamerfont{title in head/foot}{size=\fontsize{7.7pt}{8.2}}
|
||||||
|
\setbeamerfont{date in head/foot}{size=\fontsize{7.7pt}{8.2}}
|
||||||
|
|
||||||
|
\setbeamerfont{itemize/enumerate body}{size=\footnotesize}
|
||||||
|
\setbeamerfont{itemize/enumerate subbody}{size=\scriptsize}
|
||||||
|
\setbeamerfont{itemize/enumerate subsubbody}{size=\tiny}
|
||||||
|
|
||||||
|
\setbeamerfont{block title}{size=\normalsize}
|
||||||
|
\setbeamerfont{block title alerted}{size=\normalsize}
|
||||||
|
\setbeamerfont{block title example}{size=\normalsize}
|
||||||
|
|
||||||
|
\setbeamerfont{section in toc}{size=\footnotesize}
|
||||||
|
\setbeamerfont{subsection in toc}{size=\scriptsize}
|
||||||
|
\setbeamerfont{subsubsection in toc}{size=\tiny}
|
||||||
|
|
||||||
|
\setbeamerfont{bibliography entry author}{size=\tiny}
|
||||||
|
\setbeamerfont{bibliography item}{size=\tiny}
|
||||||
|
|
||||||
|
\setbeamerfont{caption}{size=\tiny}
|
||||||
|
|
||||||
|
\mode
|
||||||
|
<all>
|
@ -0,0 +1,34 @@
|
|||||||
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
|
\ProvidesPackage{beamerfontthemeothr_flat}[2015/12/03 v0.1]
|
||||||
|
\message{Package othr_flat Warning: This font theme is experimental, ^^J expect incompatible changes in future releases!}
|
||||||
|
\mode<presentation>{\beamer@suppressreplacementstrue}
|
||||||
|
|
||||||
|
\setbeamerfont{sectionhead}{size=\fontsize{9pt}{10.2}}
|
||||||
|
\setbeamerfont{subsectionhead}{size=\fontsize{9pt}{10.2}}
|
||||||
|
|
||||||
|
\setbeamerfont{frametitle}{size=\fontsize{11pt}{12.2pt}}
|
||||||
|
\setbeamerfont{framesubtitle}{size=\normalsize}
|
||||||
|
|
||||||
|
\setbeamerfont{author in head/foot}{size=\fontsize{7.7pt}{8.2}}
|
||||||
|
\setbeamerfont{title in head/foot}{size=\fontsize{7.7pt}{8.2}}
|
||||||
|
\setbeamerfont{date in head/foot}{size=\fontsize{7.7pt}{8.2}}
|
||||||
|
|
||||||
|
\setbeamerfont{itemize/enumerate body}{size=\normalsize}
|
||||||
|
\setbeamerfont{itemize/enumerate subbody}{size=\normalsize}
|
||||||
|
\setbeamerfont{itemize/enumerate subsubbody}{size=\normalsize}
|
||||||
|
|
||||||
|
\setbeamerfont{block title}{size=\normalsize}
|
||||||
|
\setbeamerfont{block title alerted}{size=\normalsize}
|
||||||
|
\setbeamerfont{block title example}{size=\normalsize}
|
||||||
|
|
||||||
|
\setbeamerfont{section in toc}{size=\normalsize}
|
||||||
|
\setbeamerfont{subsection in toc}{size=\normalsize}
|
||||||
|
\setbeamerfont{subsubsection in toc}{size=\normalsize}
|
||||||
|
|
||||||
|
\setbeamerfont{bibliography entry author}{size=\small}
|
||||||
|
\setbeamerfont{bibliography item}{size=\small}
|
||||||
|
|
||||||
|
\setbeamerfont{caption}{size=\tiny}
|
||||||
|
|
||||||
|
\mode
|
||||||
|
<all>
|
@ -0,0 +1,35 @@
|
|||||||
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
|
\ProvidesPackage{beamerfontthemeothr_shallow}[2015/12/03 v0.1]
|
||||||
|
\message{Package othr_shallow Warning: This font theme is experimental, ^^J expect incompatible changes in future releases!}
|
||||||
|
|
||||||
|
\mode<presentation>{\beamer@suppressreplacementstrue}
|
||||||
|
|
||||||
|
\setbeamerfont{sectionhead}{size=\fontsize{9pt}{10.2}}
|
||||||
|
\setbeamerfont{subsectionhead}{size=\fontsize{9pt}{10.2}}
|
||||||
|
|
||||||
|
\setbeamerfont{frametitle}{size=\fontsize{11pt}{12.2pt}}
|
||||||
|
\setbeamerfont{framesubtitle}{size=\normalsize}
|
||||||
|
|
||||||
|
\setbeamerfont{author in head/foot}{size=\fontsize{7.7pt}{8.2}}
|
||||||
|
\setbeamerfont{title in head/foot}{size=\fontsize{7.7pt}{8.2}}
|
||||||
|
\setbeamerfont{date in head/foot}{size=\fontsize{7.7pt}{8.2}}
|
||||||
|
|
||||||
|
\setbeamerfont{itemize/enumerate body}{size=\normalsize}
|
||||||
|
\setbeamerfont{itemize/enumerate subbody}{size=\small}
|
||||||
|
\setbeamerfont{itemize/enumerate subsubbody}{size=\small}
|
||||||
|
|
||||||
|
\setbeamerfont{block title}{size=\normalsize}
|
||||||
|
\setbeamerfont{block title alerted}{size=\normalsize}
|
||||||
|
\setbeamerfont{block title example}{size=\normalsize}
|
||||||
|
|
||||||
|
\setbeamerfont{section in toc}{size=\normalsize}
|
||||||
|
\setbeamerfont{subsection in toc}{size=\normalsize}
|
||||||
|
\setbeamerfont{subsubsection in toc}{size=\small}
|
||||||
|
|
||||||
|
\setbeamerfont{bibliography entry author}{size=\small}
|
||||||
|
\setbeamerfont{bibliography item}{size=\small}
|
||||||
|
|
||||||
|
\setbeamerfont{caption}{size=\tiny}
|
||||||
|
|
||||||
|
\mode
|
||||||
|
<all>
|
@ -0,0 +1,177 @@
|
|||||||
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
|
\ProvidesPackage{beamerinnerthemeothr}[2015/12/03 v0.1]
|
||||||
|
|
||||||
|
\DeclareOptionBeamer{shadow}[true]{\def\beamer@themeothr@shadow{#1}}
|
||||||
|
\ExecuteOptionsBeamer{shadow=false}
|
||||||
|
\ProcessOptionsBeamer
|
||||||
|
|
||||||
|
\mode<presentation>
|
||||||
|
|
||||||
|
\setbeamertemplate{blocks}[rounded][shadow=\beamer@themeothr@shadow]
|
||||||
|
\setbeamertemplate{items}[]
|
||||||
|
|
||||||
|
\setbeamertemplate{bibliography item}{\insertbiblabel}
|
||||||
|
|
||||||
|
\setbeamertemplate{section in toc}[sections numbered]
|
||||||
|
|
||||||
|
% insert frame continuation count in allowframebreak-slides only
|
||||||
|
% if there is actually more than one slide
|
||||||
|
\newcounter{cont}
|
||||||
|
\setbeamertemplate{frametitle continuation}{%
|
||||||
|
\setcounter{cont}{\beamer@endpageofframe}%
|
||||||
|
\addtocounter{cont}{-\beamer@startpageofframe}%
|
||||||
|
\ifnum\thecont>0
|
||||||
|
\uppercase\expandafter{\romannumeral\insertcontinuationcount}
|
||||||
|
\fi
|
||||||
|
}
|
||||||
|
|
||||||
|
\defbeamertemplate{subsection in toc}{subsections mynumbered}
|
||||||
|
{\leavevmode\leftskip=4.2em%
|
||||||
|
\rlap{\hskip-2.2em\inserttocsectionnumber.\inserttocsubsectionnumber}%
|
||||||
|
\inserttocsubsection\par}
|
||||||
|
\setbeamertemplate{subsection in toc}[subsections mynumbered]
|
||||||
|
|
||||||
|
\defbeamertemplate{subsubsection in toc}{subsubsections mynumbered}
|
||||||
|
{\leavevmode\leftskip=8.8em%
|
||||||
|
\rlap{\hskip-3.2em\inserttocsectionnumber.\inserttocsubsectionnumber.\inserttocsubsubsectionnumber}%
|
||||||
|
\inserttocsubsubsection\par}
|
||||||
|
\setbeamertemplate{subsubsection in toc}[subsubsections mynumbered]
|
||||||
|
|
||||||
|
|
||||||
|
%\pretocmd{\tableofcontents}{\begin{minipage}[t]{\textwidth}}{}{}
|
||||||
|
%\apptocmd{\tableofcontents}{\begin{minipage}[t]{\textwidth}}{}{}
|
||||||
|
\patchcmd{\beamer@sectionintoc}
|
||||||
|
{\vfill}
|
||||||
|
{\vskip0ex}
|
||||||
|
{}
|
||||||
|
{}
|
||||||
|
|
||||||
|
\defbeamertemplate*{title page}{OTHR}[1][]
|
||||||
|
{
|
||||||
|
\vbox{}
|
||||||
|
\vfill
|
||||||
|
\begin{centering}
|
||||||
|
\begin{beamercolorbox}[sep=8pt,center,#1]{title}
|
||||||
|
\usebeamerfont{title}\usebeamercolor[fg]{title}\inserttitle\par%
|
||||||
|
\ifx\insertsubtitle\@empty%
|
||||||
|
\else%
|
||||||
|
\vskip0.25em%
|
||||||
|
{\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}%
|
||||||
|
\fi%
|
||||||
|
\end{beamercolorbox}%
|
||||||
|
\vskip1em\par
|
||||||
|
\begin{beamercolorbox}[sep=8pt,center,#1]{author}
|
||||||
|
\usebeamerfont{author}\insertauthor
|
||||||
|
\end{beamercolorbox}
|
||||||
|
\begin{beamercolorbox}[sep=8pt,center,#1]{institute}
|
||||||
|
\usebeamerfont{institute}\insertinstitute
|
||||||
|
\end{beamercolorbox}
|
||||||
|
\begin{beamercolorbox}[sep=8pt,center,#1]{date}
|
||||||
|
\usebeamerfont{date}\insertdate
|
||||||
|
\end{beamercolorbox}\vskip0.5em
|
||||||
|
{\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par}
|
||||||
|
\end{centering}
|
||||||
|
\vfill
|
||||||
|
}
|
||||||
|
|
||||||
|
% workaround for no transition between block title and body
|
||||||
|
\renewcommand\beamerboxesrounded[2][]{%
|
||||||
|
\global\let\beamer@firstlineitemizeunskip=\relax%
|
||||||
|
\vbox\bgroup%
|
||||||
|
\setkeys{beamerboxes}{upper=block title,lower=block body,width=\textwidth,shadow=false}%
|
||||||
|
\setkeys{beamerboxes}{#1}%
|
||||||
|
{%
|
||||||
|
\usebeamercolor{\bmb@lower}%
|
||||||
|
\globalcolorstrue%
|
||||||
|
\colorlet{lower.bg}{bg}%
|
||||||
|
}%
|
||||||
|
{%
|
||||||
|
\usebeamercolor{\bmb@upper}%
|
||||||
|
\globalcolorstrue%
|
||||||
|
\colorlet{upper.bg}{bg}%
|
||||||
|
}%
|
||||||
|
%
|
||||||
|
% Typeset head
|
||||||
|
%
|
||||||
|
\vskip4bp
|
||||||
|
\setbox\bmb@box=\hbox{%
|
||||||
|
\begin{minipage}[b]{\bmb@width}%
|
||||||
|
\usebeamercolor[fg]{\bmb@upper}%
|
||||||
|
\vskip.35ex
|
||||||
|
#2%
|
||||||
|
\end{minipage}}%
|
||||||
|
\ifdim\wd\bmb@box=0pt%
|
||||||
|
\setbox\bmb@box=\hbox{}%
|
||||||
|
\ht\bmb@box=1.5pt%
|
||||||
|
\bmb@prevheight=-4.5pt%
|
||||||
|
\else%
|
||||||
|
\wd\bmb@box=\bmb@width%
|
||||||
|
\bmb@temp=\dp\bmb@box%
|
||||||
|
\ifdim\bmb@temp<.7ex%
|
||||||
|
\bmb@temp=.7ex%
|
||||||
|
\fi%
|
||||||
|
\setbox\bmb@box=\hbox{\raise\bmb@temp\hbox{\box\bmb@box}}%
|
||||||
|
\dp\bmb@box=0pt%
|
||||||
|
\bmb@prevheight=\ht\bmb@box%
|
||||||
|
\fi%
|
||||||
|
\bmb@temp=\bmb@width%
|
||||||
|
\bmb@dima=\bmb@temp\advance\bmb@dima by2.2bp%
|
||||||
|
\bmb@dimb=\bmb@temp\advance\bmb@dimb by4bp%
|
||||||
|
\hbox{%
|
||||||
|
\begin{pgfpicture}{0bp}{+-\ht\bmb@box}{0bp}{+-\ht\bmb@box}
|
||||||
|
\ifdim\wd\bmb@box=0pt%
|
||||||
|
\color{lower.bg}%
|
||||||
|
\else%
|
||||||
|
\color{upper.bg}%
|
||||||
|
\fi%
|
||||||
|
\pgfpathqmoveto{-4bp}{-1bp}
|
||||||
|
\pgfpathqcurveto{-4bp}{1.2bp}{-2.2bp}{3bp}{0bp}{3bp}
|
||||||
|
\pgfpathlineto{\pgfpoint{\bmb@temp}{3bp}}
|
||||||
|
\pgfpathcurveto%
|
||||||
|
{\pgfpoint{\bmb@dima}{3bp}}%
|
||||||
|
{\pgfpoint{\bmb@dimb}{1.2bp}}%
|
||||||
|
{\pgfpoint{\bmb@dimb}{-1bp}}%
|
||||||
|
\bmb@dima=-\ht\bmb@box%
|
||||||
|
\advance\bmb@dima by-2pt%
|
||||||
|
\pgfpathlineto{\pgfpoint{\bmb@dimb}{\bmb@dima}}
|
||||||
|
\pgfpathlineto{\pgfpoint{-4bp}{\bmb@dima}}
|
||||||
|
\pgfusepath{fill}
|
||||||
|
\end{pgfpicture}%
|
||||||
|
\copy\bmb@box%
|
||||||
|
}%
|
||||||
|
\nointerlineskip%
|
||||||
|
\vskip-1pt%
|
||||||
|
\ifdim\wd\bmb@box=0pt%
|
||||||
|
\else%
|
||||||
|
\hbox{%
|
||||||
|
\begin{pgfpicture}{0pt}{0pt}{\bmb@width}{3pt}
|
||||||
|
\end{pgfpicture}%
|
||||||
|
}%
|
||||||
|
\nointerlineskip%
|
||||||
|
\vskip-0.5pt%
|
||||||
|
\fi%
|
||||||
|
\ifbmb@shadow%
|
||||||
|
\setbox\bmb@boxshadow=\hbox{\pgfuseshading{bmb@shadow}}%
|
||||||
|
\setbox\bmb@boxshadowball=\hbox{\pgfuseshading{bmb@shadowball}}%
|
||||||
|
\setbox\bmb@boxshadowballlarge=\hbox{\pgfuseshading{bmb@shadowballlarge}}%
|
||||||
|
\fi%
|
||||||
|
\setbox\bmb@colorbox=\hbox{{\pgfpicturetrue\pgfsetcolor{lower.bg}}}%
|
||||||
|
\setbox\bmb@box=\hbox\bgroup\begin{minipage}[b]{\bmb@width}%
|
||||||
|
\vskip.5ex%
|
||||||
|
\usebeamercolor[fg]{\bmb@lower}%
|
||||||
|
\colorlet{beamerstructure}{upper.bg}%
|
||||||
|
\colorlet{structure}{upper.bg}%
|
||||||
|
%\color{.}%
|
||||||
|
}
|
||||||
|
|
||||||
|
\def\@fixblockPadding#1{
|
||||||
|
\addtobeamertemplate{#1 begin}{\partopsep 0pt}{}
|
||||||
|
\addtobeamertemplate{#1 end}
|
||||||
|
{\vspace{0ex plus 1pt minus 1pt}}% Pads bottom of block
|
||||||
|
{\vspace{.5ex plus 1ex minus 1ex}} % Seperates blocks from each other
|
||||||
|
}
|
||||||
|
\@fixblockPadding{block}
|
||||||
|
\@fixblockPadding{block alerted}
|
||||||
|
\@fixblockPadding{block example}
|
||||||
|
|
||||||
|
\mode<all>
|
@ -0,0 +1,174 @@
|
|||||||
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
|
\ProvidesPackage{beamerouterthemeothr}[2015/12/03 v0.1]
|
||||||
|
|
||||||
|
\mode<presentation>
|
||||||
|
%Damit insertframetitle innerhalb von headline funktioniert
|
||||||
|
\providecommand\insertframetitle{}
|
||||||
|
|
||||||
|
\setbeamercolor{section in head/foot}{fg=white, bg=black}
|
||||||
|
|
||||||
|
\newlength{\beamerHeaderHeight}
|
||||||
|
\setlength{\beamerHeaderHeight}{1cm}
|
||||||
|
\ifnum\pdf@strcmp{\beamer@othr@department}{OTHR}=0
|
||||||
|
\def\beamerLogoWidth{3\beamerHeaderHeight}
|
||||||
|
\def\beamerLogoPadding{.15\beamerHeaderHeight}
|
||||||
|
\def\beamerLogoHeight{.7\beamerHeaderHeight}
|
||||||
|
\else
|
||||||
|
\def\beamerLogoWidth{3\beamerHeaderHeight}
|
||||||
|
\def\beamerLogoHeight{.9\beamerHeaderHeight}
|
||||||
|
\def\beamerLogoPadding{.05\beamerHeaderHeight}
|
||||||
|
% \def\beamerLogoPadding{0pt}
|
||||||
|
\fi
|
||||||
|
|
||||||
|
|
||||||
|
\ifnum\pdf@strcmp{\beamer@othr@headerMode}{full}=0
|
||||||
|
\def\headerModeTitle{}
|
||||||
|
\def\headerModeSection{}
|
||||||
|
\def\headerModeSubSection{}
|
||||||
|
|
||||||
|
\else\ifnum\pdf@strcmp{\beamer@othr@headerMode}{frametitle}=0
|
||||||
|
\def\headerModeTitle{}
|
||||||
|
|
||||||
|
\else\ifnum\pdf@strcmp{\beamer@othr@headerMode}{frametitleSection}=0
|
||||||
|
\def\headerModeTitle{}
|
||||||
|
\def\headerModeSection{}
|
||||||
|
|
||||||
|
\else
|
||||||
|
%\PackageError{OTHR Beamer Template}{unkown headerMode}{}
|
||||||
|
\fi\fi\fi
|
||||||
|
|
||||||
|
\ifbeamer@othr@noNavbar
|
||||||
|
\setbeamertemplate{navigation symbols}{}
|
||||||
|
\fi
|
||||||
|
|
||||||
|
%Headline, *damit die Definition gleich aktiviert wird
|
||||||
|
\defbeamertemplate*{headline}{OTHR}
|
||||||
|
{
|
||||||
|
\begin{textblock*}{\paperwidth}(0pt,0pt)
|
||||||
|
\vspace{\beamerLogoPadding}
|
||||||
|
\logo{\hspace*{\beamerLogoPadding}\OfficialLogoFlexible[height=\beamerLogoHeight]}
|
||||||
|
% \vskip1mm\hskip1mm
|
||||||
|
\insertlogo
|
||||||
|
\end{textblock*}
|
||||||
|
|
||||||
|
\begin{textblock*}{\dimexpr\paperwidth-\beamerLogoWidth-.3\beamerHeaderHeight\relax}
|
||||||
|
(\dimexpr\beamerLogoWidth\relax,0pt)
|
||||||
|
\vbox{
|
||||||
|
\begin{beamercolorbox}[ht=.3\beamerHeaderHeight,dp=.1\beamerHeaderHeight,wd=\linewidth,right]{} %dp stellt den Abstand zwischen unterer Kante und Text innerhalb der Box ein
|
||||||
|
\ifx\headerModeSubSection\undefined
|
||||||
|
\ifx\headerModeSection\undefined
|
||||||
|
\else
|
||||||
|
\ifnum\thesection=0
|
||||||
|
\else
|
||||||
|
\usebeamerfont{sectionhead}\thesection.~\insertsectionhead% Kapitelüberschrift
|
||||||
|
\fi
|
||||||
|
\fi
|
||||||
|
\else
|
||||||
|
\ifnum\thesection=0
|
||||||
|
\else
|
||||||
|
\ifnum\thesubsubsection=0
|
||||||
|
\ifnum\thesubsection=0
|
||||||
|
%\vspace{-2.5ex}
|
||||||
|
\usebeamerfont{sectionhead}\usebeamercolor[fg]{sectionhead}\thesection.~\insertsectionhead% Kapitelüberschrift
|
||||||
|
\else
|
||||||
|
\usebeamerfont{subsectionhead}\usebeamercolor[fg]{subsectionhead}\thesection.\thesubsection~\insertsubsectionhead% Kapitelunterüberschrift
|
||||||
|
\fi
|
||||||
|
\else
|
||||||
|
\usebeamerfont{subsectionhead}\usebeamercolor[fg]{subsectionhead}\thesection.\thesubsection.\thesubsubsection~\insertsubsubsectionhead% Kapitelunterüberschrift
|
||||||
|
\fi
|
||||||
|
\fi
|
||||||
|
\fi
|
||||||
|
\end{beamercolorbox}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
% Bereich für frametitle
|
||||||
|
\ifbeamer@othr@frametitleCenter
|
||||||
|
\begin{beamercolorbox}[ht=.45\beamerHeaderHeight,dp=.1\beamerHeaderHeight,wd=\linewidth,center]{}
|
||||||
|
\else
|
||||||
|
\begin{beamercolorbox}[ht=.45\beamerHeaderHeight,dp=.1\beamerHeaderHeight,wd=\linewidth,right]{}
|
||||||
|
\fi
|
||||||
|
\ifx\headerModeTitle\undefined
|
||||||
|
\else
|
||||||
|
%\vspace{.35cm}
|
||||||
|
\usebeamerfont{frametitle}\usebeamercolor[fg]{frametitle}\insertframetitle%
|
||||||
|
\fi
|
||||||
|
\end{beamercolorbox}
|
||||||
|
}
|
||||||
|
\end{textblock*}
|
||||||
|
\begin{textblock*}{\paperwidth}(0pt,\beamerHeaderHeight)
|
||||||
|
\vskip-0.3pt
|
||||||
|
|
||||||
|
\begin{beamercolorbox}[wd=\paperwidth,ht=.5bp]{blackbox}
|
||||||
|
\end{beamercolorbox}
|
||||||
|
\end{textblock*}
|
||||||
|
\vskip\dimexpr\beamerHeaderHeight+5pt\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
\defbeamertemplate*{frametitle}{OTHR}[1][left]
|
||||||
|
{
|
||||||
|
\ifbeamercolorempty[bg]{frametitle}{}{\nointerlineskip}%
|
||||||
|
\@tempdima=\textwidth%
|
||||||
|
\advance\@tempdima by\beamer@leftmargin%
|
||||||
|
\advance\@tempdima by\beamer@rightmargin%
|
||||||
|
\vskip-.8cm
|
||||||
|
\begin{beamercolorbox}[sep=0.3cm,#1,wd=\the\@tempdima]{frametitle}
|
||||||
|
\usebeamerfont{frametitle}%
|
||||||
|
\vbox{}%
|
||||||
|
\if@tempswa\else\csname beamer@fte#1\endcsname\fi%
|
||||||
|
% \strut\insertframetitle\strut\par%
|
||||||
|
\vskip-.8cm
|
||||||
|
{%
|
||||||
|
\ifx\insertframesubtitle\@empty%
|
||||||
|
\else%
|
||||||
|
\vskip1cm
|
||||||
|
{\usebeamerfont{framesubtitle}\usebeamercolor[fg]{framesubtitle}\hskip.7cm\insertframesubtitle\strut\par}%
|
||||||
|
\fi
|
||||||
|
}%
|
||||||
|
\vskip-1ex%
|
||||||
|
\if@tempswa\else\vskip-.3cm\fi% set inside beamercolorbox... evil here...
|
||||||
|
\end{beamercolorbox}%
|
||||||
|
}
|
||||||
|
|
||||||
|
\defbeamertemplate*{footline}{OTHR}
|
||||||
|
{
|
||||||
|
\begin{beamercolorbox}[wd=\paperwidth,ht=.5bp]{blackbox}%
|
||||||
|
\end{beamercolorbox}
|
||||||
|
\vskip1bp
|
||||||
|
\hskip.5pt
|
||||||
|
\hbox{%
|
||||||
|
\begin{beamercolorbox}[wd=.332\paperwidth,ht=0.24cm,dp=.1cm,left]{author in head/foot}%
|
||||||
|
\usebeamerfont{author in head/foot}\hspace*{2ex}\insertshortauthor%
|
||||||
|
\end{beamercolorbox}%
|
||||||
|
\begin{beamercolorbox}[wd=.332\paperwidth,center]{title in head/foot}%
|
||||||
|
\usebeamerfont{title in head/foot}\insertshorttitle%
|
||||||
|
\end{beamercolorbox}%
|
||||||
|
\begin{beamercolorbox}[wd=.332\paperwidth,right]{date in head/foot}%
|
||||||
|
\usebeamerfont{date in head/foot}\insertshortdate{}
|
||||||
|
\ifbeamer@othr@pageNumbers
|
||||||
|
\hspace*{2em}%
|
||||||
|
\insertframenumber{} / \inserttotalframenumber%
|
||||||
|
\fi
|
||||||
|
\hspace*{2ex}
|
||||||
|
\end{beamercolorbox}
|
||||||
|
}%
|
||||||
|
\vskip0pt%
|
||||||
|
}
|
||||||
|
|
||||||
|
\define@key{beamerframe}{title}[true]{%
|
||||||
|
\setbeamertemplate{footline}{}%
|
||||||
|
\setbeamertemplate{navigation symbols}{}
|
||||||
|
}
|
||||||
|
|
||||||
|
\define@key{beamerframe}{nosection}[true]{%
|
||||||
|
\setbeamercolor{sectionhead}{fg=white}
|
||||||
|
\setbeamercolor{subsectionhead}{fg=white}
|
||||||
|
}
|
||||||
|
|
||||||
|
%\ifbeamer@othr@handout
|
||||||
|
% \usepackage{pgfpages}
|
||||||
|
% \pgfpagesuselayout{4 on 1}[a4paper, landscape, border shrink=5mm]
|
||||||
|
% \setbeamertemplate{background canvas}{
|
||||||
|
% \tikz \draw (current page.north west) rectangle (current page.south east);
|
||||||
|
% }
|
||||||
|
%\fi
|
@ -0,0 +1,112 @@
|
|||||||
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
|
\ProvidesPackage{beamerthemeOTHR}[2015/12/03 v0.1]
|
||||||
|
|
||||||
|
% \changefontsizes-command
|
||||||
|
\RequirePackage{scrextend}
|
||||||
|
|
||||||
|
% default for titleMode is full
|
||||||
|
\def\beamer@othr@headerMode{full}
|
||||||
|
|
||||||
|
% default department is OTH
|
||||||
|
\def\beamer@othr@department{OTHR}
|
||||||
|
|
||||||
|
% pageNumbers
|
||||||
|
\newif\ifbeamer@othr@pageNumbers\beamer@othr@pageNumbersfalse
|
||||||
|
|
||||||
|
% navbar
|
||||||
|
\newif\ifbeamer@othr@noNavbar\beamer@othr@noNavbartrue
|
||||||
|
|
||||||
|
% frametitle is centered
|
||||||
|
\newif\ifbeamer@othr@frametitleCenter\beamer@othr@frametitleCenterfalse
|
||||||
|
|
||||||
|
|
||||||
|
% handout:
|
||||||
|
% wenn angegeben: 4 Folien auf einer A4 Seite landscape
|
||||||
|
% wenn nicht angegeben: normale Präsentation
|
||||||
|
%\newif\ifbeamer@othr@handout\beamer@othr@handoutfalse
|
||||||
|
|
||||||
|
% set default font-size
|
||||||
|
\changefontsizes{22pt}
|
||||||
|
|
||||||
|
% set provided option (if any)
|
||||||
|
\DeclareOptionBeamer{headerMode}[full]{\def\beamer@othr@headerMode{#1}}
|
||||||
|
\DeclareOptionBeamer{department}[OTHR]{\def\beamer@othr@department{#1}}
|
||||||
|
\DeclareOptionBeamer{navbar}{\beamer@othr@noNavbarfalse}
|
||||||
|
\DeclareOptionBeamer{pageNumbers}{\beamer@othr@pageNumberstrue}
|
||||||
|
\DeclareOptionBeamer{frametitleCenter}{\beamer@othr@frametitleCentertrue}
|
||||||
|
%\DeclareOptionBeamer{handout}{\beamer@othr@handouttrue}
|
||||||
|
|
||||||
|
\DeclareOptionBeamer{8pt}{\changefontsizes{8pt}}
|
||||||
|
\DeclareOptionBeamer{9pt}{\changefontsizes{9pt}}
|
||||||
|
\DeclareOptionBeamer{10pt}{\changefontsizes{10pt}}
|
||||||
|
\DeclareOptionBeamer{11pt}{\changefontsizes{11pt}}
|
||||||
|
\DeclareOptionBeamer{12pt}{\changefontsizes{12pt}}
|
||||||
|
\DeclareOptionBeamer{14pt}{\changefontsizes{14pt}}
|
||||||
|
\DeclareOptionBeamer{15pt}{\changefontsizes{15pt}}
|
||||||
|
\DeclareOptionBeamer{16pt}{\changefontsizes{16pt}}
|
||||||
|
\DeclareOptionBeamer{17pt}{\changefontsizes{17pt}}
|
||||||
|
\DeclareOptionBeamer{20pt}{\changefontsizes{20pt}}
|
||||||
|
\DeclareOptionBeamer{22pt}{\changefontsizes{22pt}}
|
||||||
|
\DeclareOptionBeamer{24pt}{\changefontsizes{24pt}}
|
||||||
|
\DeclareOptionBeamer{26pt}{\changefontsizes{26pt}}
|
||||||
|
\DeclareOptionBeamer{28pt}{\changefontsizes{28pt}}
|
||||||
|
|
||||||
|
% process the options
|
||||||
|
\ProcessOptionsBeamer
|
||||||
|
|
||||||
|
% include corporate design settings
|
||||||
|
\RequirePackageWithOptions{OTHR_colors}
|
||||||
|
\RequirePackage{OTHR_fonts}
|
||||||
|
\RequirePackageWithOptions{OTHR_logos}
|
||||||
|
|
||||||
|
% textpos is used for header positioning
|
||||||
|
\RequirePackage[absolute,overlay]{textpos}
|
||||||
|
\RequirePackage{pdftexcmds}
|
||||||
|
|
||||||
|
% improved spacing between figure and caption
|
||||||
|
\RequirePackage{caption}
|
||||||
|
|
||||||
|
|
||||||
|
% das ist ein hack, um latex zu zwingen, das frametitle template aufzurufen,
|
||||||
|
% auch wenn kein frametitle gesetzt ist (textposition-glitch fix)
|
||||||
|
\RequirePackage{etoolbox}
|
||||||
|
\patchcmd{\endbeamer@frameslide}
|
||||||
|
{\ifx\beamer@frametitle\@empty}
|
||||||
|
{\iffalse}
|
||||||
|
{}
|
||||||
|
{\errmessage{failed to patch}}
|
||||||
|
|
||||||
|
\let\olditem\item
|
||||||
|
\renewcommand{\item}{
|
||||||
|
\itemsep.5mm
|
||||||
|
\parskip.5mm
|
||||||
|
\olditem
|
||||||
|
}
|
||||||
|
|
||||||
|
\setlength{\leftmargini}{1em}
|
||||||
|
\setlength{\leftmarginii}{1em}
|
||||||
|
\setlength{\leftmarginiii}{1em}
|
||||||
|
|
||||||
|
\AtBeginEnvironment{enumerate}{%
|
||||||
|
\setlength{\leftmargini}{1.2em}
|
||||||
|
\setlength{\leftmarginii}{2em}
|
||||||
|
\setlength{\leftmarginiii}{2em}
|
||||||
|
}
|
||||||
|
|
||||||
|
\newcommand{\setlistspacing}[2]{\def\@ld{#1}\expandafter\def\csname
|
||||||
|
@list\romannumeral\@ld \endcsname{\leftmargin\csname
|
||||||
|
leftmargin\romannumeral\@ld \endcsname
|
||||||
|
\topsep #2
|
||||||
|
\parsep 0\p@ \@plus\p@
|
||||||
|
}}
|
||||||
|
\setlistspacing{2}{0ex}
|
||||||
|
\setlistspacing{3}{.4ex}
|
||||||
|
|
||||||
|
\useoutertheme{othr}
|
||||||
|
\useinnertheme[shadow=false]{othr}
|
||||||
|
\usefonttheme{othr}
|
||||||
|
\usecolortheme{othr}
|
||||||
|
|
||||||
|
\mode
|
||||||
|
<all>
|
||||||
|
|
10
texmf-local/tex/latex/oth/common/OTHR.sty
Normal file
10
texmf-local/tex/latex/oth/common/OTHR.sty
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
%
|
||||||
|
% Zeichensatzdefinition nach dem Corporate Identity Design der OTH Regensburg
|
||||||
|
% Stand Oktober 2015
|
||||||
|
%
|
||||||
|
\ProvidesPackage{OTHR}[2015/10/01]
|
||||||
|
%
|
||||||
|
\RequirePackageWithOptions{OTHR_colors}
|
||||||
|
\RequirePackageWithOptions{OTHR_logos}
|
||||||
|
\RequirePackageWithOptions{OTHR_fonts}
|
||||||
|
%
|
182
texmf-local/tex/latex/oth/common/OTHR_clscommons.sty
Normal file
182
texmf-local/tex/latex/oth/common/OTHR_clscommons.sty
Normal file
@ -0,0 +1,182 @@
|
|||||||
|
%
|
||||||
|
%
|
||||||
|
%
|
||||||
|
\ProvidesPackage{OTHR_clscommons}
|
||||||
|
%
|
||||||
|
\RequirePackage{etoolbox}
|
||||||
|
\RequirePackage{anyfontsize}
|
||||||
|
\RequirePackage{iflang}
|
||||||
|
%
|
||||||
|
\newlength{\tlimagewidth}
|
||||||
|
\newlength{\trboxwidth}
|
||||||
|
%
|
||||||
|
\date{}
|
||||||
|
% Language dependent definitions
|
||||||
|
% default: German
|
||||||
|
\newcommand{\othr@common@departmentlabel}{Fakult\"at}
|
||||||
|
\newcommand{\othr@common@programlabel}{Studiengang}
|
||||||
|
\newcommand{\othr@common@closingdatelabel}{Abgabefrist}
|
||||||
|
\newcommand{\othr@common@startingdatelabel}{Ausgabedatum}
|
||||||
|
\newcommand{\othr@common@workingframelabel}{Bearbeitungszeitraum}
|
||||||
|
\newcommand{\othr@common@studentidlabel}{Matrikelnummer}
|
||||||
|
\newcommand{\othr@common@legalauthorlabel}{Vorgelegt durch}
|
||||||
|
\newcommand{\othr@common@firstadvisorlabel}{Betreuung}
|
||||||
|
\newcommand{\othr@common@secondadvisorlabel}{Zweitbegutachtung}
|
||||||
|
\newcommand{\othr@common@externaladvisorlabel}{Externe Betreuung}
|
||||||
|
% English
|
||||||
|
\AtBeginDocument{\IfLanguageName{english}{%
|
||||||
|
\renewcommand{\othr@common@departmentlabel}{Faculty}
|
||||||
|
\renewcommand{\othr@common@programlabel}{Study Programme}
|
||||||
|
\renewcommand{\othr@common@closingdatelabel}{Deadline}
|
||||||
|
\renewcommand{\othr@common@startingdatelabel}{Starting Date}
|
||||||
|
\renewcommand{\othr@common@workingframelabel}{Time Frame}
|
||||||
|
\renewcommand{\othr@common@studentidlabel}{Student ID}
|
||||||
|
\renewcommand{\othr@common@legalauthorlabel}{Presented by}
|
||||||
|
\renewcommand{\othr@common@firstadvisorlabel}{Supervisor}
|
||||||
|
\renewcommand{\othr@common@secondadvisorlabel}{Secondary Supervisor}
|
||||||
|
\renewcommand{\othr@common@externaladvisorlabel}{External Supervisor}
|
||||||
|
}{}}
|
||||||
|
% Default values
|
||||||
|
\newcommand{\othr@thesis@department}{}
|
||||||
|
\newcommand{\othr@thesis@studycourse}{}
|
||||||
|
\newcommand{\othr@thesis@closingdate}{}
|
||||||
|
\newcommand{\othr@thesis@firstadvisor}{}
|
||||||
|
\newcommand{\othr@thesis@secondadvisor}{}
|
||||||
|
\newcommand{\othr@thesis@externaladvisor}{}
|
||||||
|
\newcommand{\othr@thesis@matrikelnumber}{}
|
||||||
|
\newcommand{\othr@thesis@thesistype}{Missing \textbackslash documenttype}
|
||||||
|
% User Commands
|
||||||
|
\newcommand{\department}[1]{\def\othr@thesis@department{#1}}
|
||||||
|
\newcommand{\studyprogramme}[1]{\def\othr@thesis@studycourse{#1}}
|
||||||
|
\newcommand{\studentid}[1]{\def\othr@thesis@matrikelnumber{#1}}
|
||||||
|
\newcommand{\startingdate}[1]{\def\othr@thesis@startingdate{#1}}
|
||||||
|
\newcommand{\closingdate}[1]{\def\othr@thesis@closingdate{#1}}
|
||||||
|
\newcommand{\firstadvisor}[1]{\def\othr@thesis@firstadvisor{#1}}
|
||||||
|
\newcommand{\secondadvisor}[1]{\def\othr@thesis@secondadvisor{#1}}
|
||||||
|
\newcommand{\externaladvisor}[1]{\def\othr@thesis@externaladvisor{#1}}
|
||||||
|
% external logo stuff
|
||||||
|
\newcommand{\othr@thesis@externallogoPresent}{}
|
||||||
|
\def\othr@thesis@externallogo{}
|
||||||
|
\newcommand{\externallogo}[2][height=12mm]{
|
||||||
|
\renewcommand{\othr@thesis@externallogoPresent}{true}
|
||||||
|
\def\othr@thesis@externallogo{\includegraphics[#1]{#2}}
|
||||||
|
}
|
||||||
|
%
|
||||||
|
\newcommand{\TheDocumenttype}{}
|
||||||
|
%
|
||||||
|
\newcommand{\documenttype}[1]{\renewcommand{\TheDocumenttype}{#1}\renewcommand{\othr@thesis@thesistype}{#1}}
|
||||||
|
\newcommand{\TheLogo}{\OfficialLogoNormal}
|
||||||
|
\newcommand{\SetLogo}[1]{\renewcommand{\TheLogo}{#1}}
|
||||||
|
%
|
||||||
|
\newcommand{\makehead}{%
|
||||||
|
\settowidth{\tlimagewidth}{\TheLogo}%
|
||||||
|
\setlength{\trboxwidth}{\textwidth}%
|
||||||
|
\addtolength{\trboxwidth}{-1.0\tlimagewidth}%
|
||||||
|
\begin{minipage}[t]{\tlimagewidth}\vspace{0pt}\TheLogo\end{minipage}\hfill%
|
||||||
|
\begin{minipage}[t]{\trboxwidth}\vspace{0pt}\flushright\Large \TheDocumenttype\end{minipage}\\%
|
||||||
|
\vspace{1mm plus 5mm minus 2mm}%
|
||||||
|
}
|
||||||
|
%
|
||||||
|
%
|
||||||
|
% Provide special maketitle-commands
|
||||||
|
\newcommand{\@setlongtitle}{%
|
||||||
|
\renewcommand*{\maketitle}{%
|
||||||
|
\begin{titlepage}\sffamily\thispagestyle{empty}\enlargethispage{.05\paperheight}%
|
||||||
|
\noindent\begin{minipage}{\linewidth}\noindent%
|
||||||
|
\ifdefempty{\othr@thesis@externallogoPresent}{\TheLogo}{\TheLogo\hfill\othr@thesis@externallogo}
|
||||||
|
\end{minipage}
|
||||||
|
|
||||||
|
\vfill\vfill
|
||||||
|
|
||||||
|
\noindent{\fontsize{28}{34}\selectfont\bfseries\MakeUppercase\othr@thesis@thesistype}\\[1em]
|
||||||
|
\begin{flushleft}\noindent\LARGE\@author\end{flushleft}
|
||||||
|
|
||||||
|
\vfill\vfill
|
||||||
|
|
||||||
|
{\noindent\fontsize{20}{24}\selectfont\raggedright\textbf\@title \par%
|
||||||
|
\ifdefempty{\@subtitle}{}{\vspace{1.5ex}\@subtitle\par}}
|
||||||
|
|
||||||
|
\vfill\vfill\vfill\vfill
|
||||||
|
|
||||||
|
\noindent{\large\@date}
|
||||||
|
|
||||||
|
\vfill
|
||||||
|
|
||||||
|
\noindent\raggedright
|
||||||
|
{\fontsize{12}{15}\selectfont\begin{tabular}{@{}l@{\qquad}l@{}}
|
||||||
|
\ifdefempty{\othr@thesis@department}{}{\othr@common@departmentlabel: & \othr@thesis@department\\}
|
||||||
|
\ifdefempty{\othr@thesis@studycourse}{}{\othr@common@programlabel: & \othr@thesis@studycourse\\}
|
||||||
|
\ifdefempty{\othr@thesis@closingdate}{}{\othr@common@closingdatelabel: & \othr@thesis@closingdate\\}
|
||||||
|
\ifdefempty{\othr@thesis@firstadvisor}{}{\othr@common@firstadvisorlabel: & \othr@thesis@firstadvisor\\}
|
||||||
|
\ifdefempty{\othr@thesis@secondadvisor}{}{\othr@common@secondadvisorlabel: & \othr@thesis@secondadvisor\\}
|
||||||
|
\ifdefempty{\othr@thesis@externaladvisor}{}{\othr@common@externaladvisorlabel: & \othr@thesis@externaladvisor\\}
|
||||||
|
\end{tabular}}
|
||||||
|
\clearpage
|
||||||
|
\end{titlepage}
|
||||||
|
}%
|
||||||
|
}
|
||||||
|
%
|
||||||
|
\newcommand{\@setshorttitle}{%
|
||||||
|
\renewcommand*{\maketitle}{%
|
||||||
|
\thispagestyle{plain}\vspace*{-.085\paperheight}\makehead\par%
|
||||||
|
\vspace*{7ex}
|
||||||
|
\begin{center}\sffamily%
|
||||||
|
{\fontsize{20}{24}\selectfont\textbf\@title \par}
|
||||||
|
|
||||||
|
\vspace{1ex}
|
||||||
|
|
||||||
|
{\Large \@author}
|
||||||
|
|
||||||
|
\vspace{2ex}
|
||||||
|
|
||||||
|
{\large\@date}
|
||||||
|
\end{center}
|
||||||
|
\vspace*{5ex}
|
||||||
|
}%
|
||||||
|
}
|
||||||
|
%%
|
||||||
|
%
|
||||||
|
% Erklaerung fuer Eigenleistung
|
||||||
|
%
|
||||||
|
\newcommand*{\makedeclaration}{%
|
||||||
|
{\cleardoublepage\thispagestyle{empty}\enlargethispage{.05\paperheight}%
|
||||||
|
|
||||||
|
\textbf{Erkl\"arung}
|
||||||
|
\begin{enumerate}
|
||||||
|
\item Mir ist bekannt, dass dieses Exemplar der \othr@thesis@thesistype{} als Pr\"ufungsleistung in das Eigentum der Ostbayerischen Technischen Hochschule Regensburg \"ubergeht.
|
||||||
|
\item Ich erkl\"are hiermit, dass ich diese \othr@thesis@thesistype{} selbstst\"andig verfasst, noch nicht anderweitig für Pr\"ufungszwecke vorgelegt, keine anderen als die angegebenen Quellen und Hilfsmittel benutzt sowie w\"ortliche und sinngem\"a\ss e Zitate als solche gekennzeichnet habe.
|
||||||
|
\end{enumerate}
|
||||||
|
|
||||||
|
\vskip22mm
|
||||||
|
\hrule
|
||||||
|
\vskip1mm
|
||||||
|
{\footnotesize Ort, Datum und Unterschrift}
|
||||||
|
|
||||||
|
\vfill
|
||||||
|
|
||||||
|
\noindent\raggedright
|
||||||
|
{\fontsize{12}{15}\selectfont\begin{tabular}{@{}l@{\qquad}l@{}}
|
||||||
|
\ifdefempty{\@author}{}{\othr@common@legalauthorlabel: & \@author\\}
|
||||||
|
\ifdefempty{\othr@thesis@matrikelnumber}{}{\othr@common@studentidlabel: & \othr@thesis@matrikelnumber\\}
|
||||||
|
\ifdefempty{\othr@thesis@studycourse}{}{\othr@common@programlabel: & \othr@thesis@studycourse\\}
|
||||||
|
\ifdefempty{\othr@thesis@closingdate}{}{\othr@common@workingframelabel: & \othr@thesis@startingdate{} -- \othr@thesis@closingdate\\}
|
||||||
|
\ifdefempty{\othr@thesis@firstadvisor}{}{\othr@common@firstadvisorlabel: & \othr@thesis@firstadvisor\\}
|
||||||
|
\ifdefempty{\othr@thesis@secondadvisor}{}{\othr@common@secondadvisorlabel: & \othr@thesis@secondadvisor\\}
|
||||||
|
\ifdefempty{\othr@thesis@externaladvisor}{}{\othr@common@externaladvisorlabel: & \othr@thesis@externaladvisor\\}
|
||||||
|
\end{tabular}}
|
||||||
|
\clearpage
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
%Implement Options
|
||||||
|
\@setlongtitle{}
|
||||||
|
\DeclareOptionX*{}
|
||||||
|
\DeclareOptionX{titlepage}{%
|
||||||
|
\@setlongtitle{}
|
||||||
|
}
|
||||||
|
\DeclareOptionX{notitlepage}{%
|
||||||
|
\@setshorttitle{}
|
||||||
|
}
|
||||||
|
|
||||||
|
\ProcessOptionsX*\relax
|
||||||
|
|
164
texmf-local/tex/latex/oth/common/OTHR_colors.sty
Normal file
164
texmf-local/tex/latex/oth/common/OTHR_colors.sty
Normal file
@ -0,0 +1,164 @@
|
|||||||
|
%
|
||||||
|
% Farbdefinitionen nach dem Corporate Identity Design der OTH Regensburg
|
||||||
|
% Stand Oktober 2015
|
||||||
|
%
|
||||||
|
\ProvidesPackage{OTHR_colors}[2015/10/01]
|
||||||
|
%
|
||||||
|
\RequirePackageWithOptions{xcolor}
|
||||||
|
\usepackage{xkeyval}
|
||||||
|
%
|
||||||
|
% if fuer blackFont-Option
|
||||||
|
\newif\if@doBlackFont
|
||||||
|
\@doBlackFontfalse
|
||||||
|
%
|
||||||
|
%Optionen
|
||||||
|
\DeclareOptionX*{}
|
||||||
|
\DeclareOptionX{blackFont}{
|
||||||
|
\@doBlackFonttrue
|
||||||
|
}
|
||||||
|
\def\@currentDepartment{OTHR}
|
||||||
|
\DeclareOptionX{department}[OTHR]{
|
||||||
|
\def\@currentDepartment{#1}
|
||||||
|
}
|
||||||
|
\ProcessOptionsX*\relax
|
||||||
|
|
||||||
|
|
||||||
|
% [ type ]{ model-list }{ head }{ tail }{ set spec }
|
||||||
|
\definecolorset{cmyk}{OTHR}{}{grau,0,0,0,.50;schwarz,0,0,0,1.00}
|
||||||
|
%
|
||||||
|
% Fakultäten (Grundfarben)
|
||||||
|
\definecolorset{cmyk}{Fak}{}{%
|
||||||
|
AM,.03,.03,.15,.20;%
|
||||||
|
ANK,.03,.03,.15,.20;%
|
||||||
|
A,0,0,1.00,0;%
|
||||||
|
B,0,.60,1.00,0;%
|
||||||
|
BW,0,.90,1.00,.20;%
|
||||||
|
EI,.60,1.00,0,0;%
|
||||||
|
IM,1.00,.80,0,0;%
|
||||||
|
M,1.00,0,.35,0;%
|
||||||
|
S,1.00,0,.90,.10%
|
||||||
|
}
|
||||||
|
\definecolor{ZWW}{cmyk}{.20,0,1.00,0}
|
||||||
|
\definecolor{LASIII}{rgb}{.223,.412,.489}
|
||||||
|
\definecolor{LASIIIcontrast}{rgb}{.737,.850,.482}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
% 1. Arg: Basisname der Farbe
|
||||||
|
% 2. Arg: Farbe von der abgeleitet wird
|
||||||
|
% 3. Arg: Schriftfarbe
|
||||||
|
% 4. Arg: Kontrastfarbe
|
||||||
|
\newcommand{\@createColors}[4]{
|
||||||
|
\colorlet{#1}{#2}
|
||||||
|
\colorlet{#125}{#1!25}
|
||||||
|
\colorlet{#150}{#1!50}
|
||||||
|
\colorlet{#190}{#1!90}
|
||||||
|
\if@doBlackFont
|
||||||
|
% wenn die Kontrastfarbe nicht weiss ist,
|
||||||
|
% so darf sie auch bei blackFont nicht weiss sein
|
||||||
|
\ifnum\pdf@strcmp{\unexpanded{#4}}{white}=0 %
|
||||||
|
\colorlet{#1FontColor}{black}
|
||||||
|
\colorlet{#1ContrastColor}{white}
|
||||||
|
\else
|
||||||
|
\colorlet{#1FontColor}{white}
|
||||||
|
\colorlet{#1ContrastColor}{black}
|
||||||
|
\fi
|
||||||
|
\else
|
||||||
|
\colorlet{#1FontColor}{#3}
|
||||||
|
\colorlet{#1ContrastColor}{#4}
|
||||||
|
\fi
|
||||||
|
}
|
||||||
|
|
||||||
|
\newcommand{\@createCurrentDepartmentColors}[1]{
|
||||||
|
\colorlet{Accent}{#1}
|
||||||
|
\colorlet{Accent25}{#125}
|
||||||
|
\colorlet{Accent50}{#150}
|
||||||
|
\colorlet{Accent90}{#190}
|
||||||
|
\colorlet{AccentFontColor}{#1FontColor}
|
||||||
|
\colorlet{AccentContrastColor}{#1ContrastColor}
|
||||||
|
}
|
||||||
|
|
||||||
|
% OTHR Farben
|
||||||
|
\@createColors{OTHR}{OTHRgrau}{OTHRgrau}{white}
|
||||||
|
|
||||||
|
% sonstiges
|
||||||
|
\@createColors{ZWW}{ZWW}{OTHRgrau}{black}
|
||||||
|
|
||||||
|
% Fakultätsfarben
|
||||||
|
\@createColors{FakA}{FakA}{OTHRgrau}{black}
|
||||||
|
\@createColors{FakAM}{FakAM}{FakAM}{black}
|
||||||
|
\@createColors{FakANK}{FakANK}{FakANK}{black}
|
||||||
|
\@createColors{FakB}{FakB}{FakB}{white}
|
||||||
|
\@createColors{FakBW}{FakBW}{FakBW}{white}
|
||||||
|
\@createColors{FakEI}{FakEI}{FakEI}{white}
|
||||||
|
\@createColors{FakIM}{FakIM}{FakIM}{white}
|
||||||
|
\@createColors{FakM}{FakM}{FakM}{white}
|
||||||
|
\@createColors{FakS}{FakS}{FakS}{white}
|
||||||
|
|
||||||
|
%% Center
|
||||||
|
\@createColors{RCER}{OTHRgrau}{OTHRgrau}{white}
|
||||||
|
\@createColors{RCHST}{OTHRgrau}{OTHRgrau}{white}
|
||||||
|
|
||||||
|
|
||||||
|
% Laborfarben
|
||||||
|
% FakAM
|
||||||
|
\@createColors{NACH}{FakANK}{FakANK}{white}
|
||||||
|
\@createColors{SappZ}{FakANK}{FakANK}{white}
|
||||||
|
|
||||||
|
% FakB
|
||||||
|
\@createColors{Geo}{FakB}{FakB}{white}
|
||||||
|
\@createColors{KNB}{FakB}{FakB}{white}
|
||||||
|
|
||||||
|
% Fak BW
|
||||||
|
\@createColors{12Science}{FakBW}{FakBW}{white}
|
||||||
|
|
||||||
|
% FakEI
|
||||||
|
\@createColors{Bisp}{FakEI}{FakEI}{white}
|
||||||
|
\@createColors{LAS3}{LASIII}{LASIII}{LASIIIcontrast}
|
||||||
|
\@createColors{DK0PT}{FakEI}{FakEI}{white}
|
||||||
|
\@createColors{FENES}{FakEI}{FakEI}{white}
|
||||||
|
\@createColors{MRU}{FakEI}{FakEI}{white}
|
||||||
|
\@createColors{SES}{FakEI}{FakEI}{white}
|
||||||
|
|
||||||
|
% FakIM
|
||||||
|
\@createColors{CCSE}{FakIM}{FakIM}{white}
|
||||||
|
\@createColors{eHealth}{FakIM}{FakIM}{white}
|
||||||
|
\@createColors{ITZ}{FakIM}{FakIM}{white}
|
||||||
|
\@createColors{LFD}{FakIM}{FakIM}{white}
|
||||||
|
\@createColors{MD}{FakIM}{FakIM}{white}
|
||||||
|
\@createColors{ReMIC}{FakIM}{FakIM}{white}
|
||||||
|
\@createColors{SEC}{FakIM}{FakIM}{white}
|
||||||
|
|
||||||
|
% FakM
|
||||||
|
\@createColors{BFM}{FakM}{FakM}{white}
|
||||||
|
\@createColors{BMA}{FakM}{FakM}{white}
|
||||||
|
\@createColors{CEEC}{FakM}{FakM}{white}
|
||||||
|
\@createColors{CFD}{FakM}{FakM}{white}
|
||||||
|
\@createColors{IPF}{FakM}{FakM}{white}
|
||||||
|
\@createColors{KIB}{FakM}{FakM}{white}
|
||||||
|
\@createColors{KWK}{FakM}{FakM}{white}
|
||||||
|
\@createColors{LAT}{FakM}{FakM}{white}
|
||||||
|
\@createColors{LBM}{FakM}{FakM}{white}
|
||||||
|
\@createColors{LeanLab}{FakM}{FakM}{white}
|
||||||
|
\@createColors{LFT}{FakM}{FakM}{white}
|
||||||
|
\@createColors{LFW}{FakM}{FakM}{white}
|
||||||
|
\@createColors{LMP}{FakM}{FakM}{white}
|
||||||
|
\@createColors{LMS}{FakM}{FakM}{white}
|
||||||
|
\@createColors{LRT}{FakM}{FakM}{white}
|
||||||
|
\@createColors{LWM}{FakM}{FakM}{white}
|
||||||
|
\@createColors{LWS}{FakM}{FakM}{white}
|
||||||
|
\@createColors{MKS}{FakM}{FakM}{white}
|
||||||
|
\@createColors{MST}{FakM}{FakM}{white}
|
||||||
|
\@createColors{RRRU}{FakM}{FakM}{white}
|
||||||
|
\@createColors{RST}{FakM}{FakM}{white}
|
||||||
|
\@createColors{FEM}{FakM}{FakM}{white}
|
||||||
|
|
||||||
|
% FakS
|
||||||
|
\@createColors{IST}{FakS}{FakS}{white}
|
||||||
|
\@createColors{LP}{FakS}{FakS}{white}
|
||||||
|
\@createColors{PT}{FakS}{FakS}{white}
|
||||||
|
|
||||||
|
|
||||||
|
% current Department
|
||||||
|
\@createCurrentDepartmentColors{\@currentDepartment}
|
||||||
|
|
72
texmf-local/tex/latex/oth/common/OTHR_fonts.sty
Normal file
72
texmf-local/tex/latex/oth/common/OTHR_fonts.sty
Normal file
@ -0,0 +1,72 @@
|
|||||||
|
%
|
||||||
|
% Zeichensatzdefinition nach dem Corporate Identity Design der OTH Regensburg
|
||||||
|
%
|
||||||
|
\ProvidesPackage{OTHR_fonts}[2019/05/01]
|
||||||
|
\RequirePackage{iftex}
|
||||||
|
%
|
||||||
|
%
|
||||||
|
\def\perform@AutomaticFontsetting{
|
||||||
|
\RequirePackage{fontspec}
|
||||||
|
\IfFontExistsTF{Lucida Grande}{\set@LucidaGrandeFont}{
|
||||||
|
\message{Font Lucida Grande is not present. Falling back to font Lucida Bright OT.}
|
||||||
|
\IfFontExistsTF{Lucida Bright OT}
|
||||||
|
{\set@LucidaOTFont}{
|
||||||
|
\message{Font Lucida Bright OT is not present. Falling back to font Dejavu.}
|
||||||
|
\set@DejaVuFont}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
%
|
||||||
|
\def\set@DejaVuFont{
|
||||||
|
\ifLuaTeX\relax\else\RequirePackage[T1]{fontenc}\fi
|
||||||
|
\RequirePackage[scaled=0.91]{DejaVuSans}
|
||||||
|
\RequirePackage[scaled=0.91]{DejaVuSansMono}
|
||||||
|
\RequirePackage[scaled=0.91]{DejaVuSerif}
|
||||||
|
}
|
||||||
|
%
|
||||||
|
\def\set@LucidaFont{
|
||||||
|
\RequirePackage[T1]{fontenc}
|
||||||
|
\RequirePackage{textcomp}
|
||||||
|
\RequirePackage[expert,vargreek,altbullet]{lucidabr}
|
||||||
|
}
|
||||||
|
%
|
||||||
|
\def\set@LucidaOTFont{
|
||||||
|
\RequirePackage{fontspec}
|
||||||
|
\setmainfont[Ligatures={TeX, Common},
|
||||||
|
Numbers={OldStyle, Proportional},
|
||||||
|
Kerning=On]{Lucida Bright OT}
|
||||||
|
\setsansfont[Ligatures={TeX, Common},
|
||||||
|
Numbers={OldStyle, Proportional}]{Lucida Sans OT}
|
||||||
|
\setmonofont{Lucida Sans Typewriter OT}
|
||||||
|
}
|
||||||
|
%
|
||||||
|
\def\set@LucidaGrandeFont{
|
||||||
|
\RequirePackage{fontspec}
|
||||||
|
\setmainfont[Ligatures={TeX, Common},
|
||||||
|
Numbers={OldStyle, Proportional},
|
||||||
|
Kerning=On]{Lucida Grande}
|
||||||
|
\setsansfont[Ligatures={TeX, Common},
|
||||||
|
Numbers={OldStyle, Proportional}]{Lucida Grande}
|
||||||
|
\setmonofont{Courier New}}
|
||||||
|
%
|
||||||
|
\def\set@RomanFont{
|
||||||
|
\renewcommand{\familydefault}{\rmdefault}
|
||||||
|
}
|
||||||
|
%
|
||||||
|
%% Declare the options
|
||||||
|
%
|
||||||
|
\DeclareOption{AutomaticFonts}{\AtEndOfPackage\perform@AutomaticFontsetting}
|
||||||
|
\DeclareOption{LucidaGrande}{\AtEndOfPackage\set@LucidaGrandeFont}
|
||||||
|
\DeclareOption{Lucida}{\AtEndOfPackage\set@LucidaFont}
|
||||||
|
\DeclareOption{lucida}{\AtEndOfPackage\set@LucidaFont}
|
||||||
|
\DeclareOption{LucidaOT}{\AtEndOfPackage\set@LucidaOTFont}
|
||||||
|
\DeclareOption{lucidaOT}{\AtEndOfPackage\set@LucidaOTFont}
|
||||||
|
\DeclareOption{KeepRoman}{\AtEndOfPackage\set@RomanFont}
|
||||||
|
\DeclareOption{DejaVu}{\AtEndOfPackage\set@DejaVuFont}
|
||||||
|
\DeclareOption*{}%accept any undefined options here!
|
||||||
|
%
|
||||||
|
\ifLuaTeX\ExecuteOptions{AutomaticFonts}\else\ExecuteOptions{DejaVu}\fi
|
||||||
|
\ProcessOptions\relax
|
||||||
|
%
|
||||||
|
\renewcommand{\familydefault}{\sfdefault}
|
||||||
|
%
|
||||||
|
|
200
texmf-local/tex/latex/oth/common/OTHR_logos.sty
Normal file
200
texmf-local/tex/latex/oth/common/OTHR_logos.sty
Normal file
@ -0,0 +1,200 @@
|
|||||||
|
%
|
||||||
|
% Farbdefinitionen nach dem Corporate Identity Design der OTH Regensburg
|
||||||
|
% Stand Oktober 2015
|
||||||
|
%
|
||||||
|
\ProvidesPackage{OTHR_logos}[2015/10/01]
|
||||||
|
%
|
||||||
|
\RequirePackage{graphicx}
|
||||||
|
\RequirePackage{xkeyval}
|
||||||
|
\RequirePackage{pdftexcmds}
|
||||||
|
|
||||||
|
%
|
||||||
|
\newlength{\faklogosmall}
|
||||||
|
\setlength{\faklogosmall}{16mm}
|
||||||
|
\newlength{\faklogonormal}
|
||||||
|
\setlength{\faklogonormal}{20mm}
|
||||||
|
\newlength{\faklogolarge}
|
||||||
|
\setlength{\faklogolarge}{24mm}
|
||||||
|
\newlength{\faklogohuge}
|
||||||
|
\setlength{\faklogohuge}{28mm}
|
||||||
|
|
||||||
|
%
|
||||||
|
\newcommand{\logoFlexible}{}
|
||||||
|
%
|
||||||
|
|
||||||
|
\def\@defineDepartmentlogos#1{%
|
||||||
|
|
||||||
|
\ifnum\pdf@strcmp{#1}{OTHR}=\z@ %
|
||||||
|
\def\logoSmall{\includegraphics[height=12mm]{OTHR_#1_Logo}}
|
||||||
|
\def\logoNormal{\includegraphics[height=16mm]{OTHR_#1_Logo}}
|
||||||
|
\def\logoLarge{\includegraphics[height=20mm]{OTHR_#1_Logo}}
|
||||||
|
\def\logoHuge{\includegraphics[height=24mm]{OTHR_#1_Logo}}
|
||||||
|
\renewcommand{\logoFlexible}[1][draft]{\includegraphics[##1]{OTHR_#1_Logo}}
|
||||||
|
\else %
|
||||||
|
\def\logoSmall{\includegraphics[height=\faklogosmall]{OTHR_#1_Logo}}
|
||||||
|
\def\logoNormal{\includegraphics[height=\faklogonormal]{OTHR_#1_Logo}}
|
||||||
|
\def\logoLarge{\includegraphics[height=\faklogolarge]{OTHR_#1_Logo}}
|
||||||
|
\def\logoHuge{\includegraphics[height=\faklogohuge]{OTHR_#1_Logo}}
|
||||||
|
\renewcommand{\logoFlexible}[1][draft]{\includegraphics[##1]{OTHR_#1_Logo}}
|
||||||
|
\fi %
|
||||||
|
}
|
||||||
|
|
||||||
|
% Statische Logos
|
||||||
|
|
||||||
|
% Labore mit Zahlen im Namen sind... "kompliziert"
|
||||||
|
% da Zahlen in Latexmacronamen nicht erlaubt sind
|
||||||
|
% \@fixedLogos{LaborName}[optionaler-Logo-Dateiname]
|
||||||
|
% wird das zweite Argument nicht angegeben, wird das
|
||||||
|
% erste Argument als Argument verwendet
|
||||||
|
\newcommand{\@defineLogos}[1]{%
|
||||||
|
\@ifnextchar[{\@defineLogos@i{#1}}{\@defineLogos@i{#1}[#1]}%
|
||||||
|
}
|
||||||
|
\def\@defineLogos@i#1[#2]{%
|
||||||
|
\ifnum\pdf@strcmp{#1}{OTHR}=\z@ %
|
||||||
|
\expandafter\newcommand\csname logoSmall#1\endcsname{{\includegraphics[height=12mm]{OTHR_#2_Logo}}}
|
||||||
|
\expandafter\newcommand\csname logoNormal#1\endcsname{{\includegraphics[height=16mm]{OTHR_#2_Logo}}}
|
||||||
|
\expandafter\newcommand\csname logoLarge#1\endcsname{{\includegraphics[height=20mm]{OTHR_#2_Logo}}}
|
||||||
|
\expandafter\newcommand\csname logoHuge#1\endcsname{{\includegraphics[height=24mm]{OTHR_#2_Logo}}}
|
||||||
|
\expandafter\newcommand\csname logoFlexible#1\endcsname[1][draft]{{\includegraphics[##1]{OTHR_#2_Logo}}}
|
||||||
|
\else %
|
||||||
|
\expandafter\newcommand\csname logoSmall#1\endcsname{{\includegraphics[height=\faklogosmall]{OTHR_#2_Logo}}}
|
||||||
|
\expandafter\newcommand\csname logoNormal#1\endcsname{{\includegraphics[height=\faklogonormal]{OTHR_#2_Logo}}}
|
||||||
|
\expandafter\newcommand\csname logoLarge#1\endcsname{{\includegraphics[height=\faklogolarge]{OTHR_#2_Logo}}}
|
||||||
|
\expandafter\newcommand\csname logoHuge#1\endcsname{{\includegraphics[height=\faklogohuge]{OTHR_#2_Logo}}}
|
||||||
|
\expandafter\newcommand\csname logoFlexible#1\endcsname[1][draft]{{\includegraphics[##1]{OTHR_#2_Logo}}}
|
||||||
|
\fi %
|
||||||
|
}
|
||||||
|
|
||||||
|
\newcommand{\@defineKurzLogos}[1]{%
|
||||||
|
\@ifnextchar[{\@defineKurzLogos@i{#1}}{\@defineKurzLogos@i{#1}[#1]}%
|
||||||
|
}
|
||||||
|
\def\@defineKurzLogos@i#1[#2]{%
|
||||||
|
\expandafter\newcommand\csname kurzlogoSmall#1\endcsname{{\includegraphics[height=\faklogosmall]{OTHR_#2_Logo_kurz}}}
|
||||||
|
\expandafter\newcommand\csname kurzlogoNormal#1\endcsname{{\includegraphics[height=\faklogonormal]{OTHR_#2_Logo_kurz}}}
|
||||||
|
\expandafter\newcommand\csname kurzlogoLarge#1\endcsname{{\includegraphics[height=\faklogolarge]{OTHR_#2_Logo_kurz}}}
|
||||||
|
\expandafter\newcommand\csname kurzlogoHuge#1\endcsname{{\includegraphics[height=\faklogohuge]{OTHR_#2_Logo_kurz}}}
|
||||||
|
\expandafter\newcommand\csname kurzlogoFlexible#1\endcsname[1][draft]{{\includegraphics[##1]{OTHR_#2_Logo_kurz}}}
|
||||||
|
}
|
||||||
|
|
||||||
|
% OTHR Logos
|
||||||
|
\@defineLogos{OTHR}
|
||||||
|
\@defineKurzLogos{OTHR}
|
||||||
|
\@defineLogos{OTHRLaTeX}
|
||||||
|
|
||||||
|
% sonstiges
|
||||||
|
\@defineLogos{IPF}
|
||||||
|
\@defineLogos{ZWW}
|
||||||
|
|
||||||
|
% Fakultätslogos
|
||||||
|
\@defineLogos{FakA}
|
||||||
|
\@defineLogos{FakAM}
|
||||||
|
\@defineLogos{FakANK}
|
||||||
|
\@defineLogos{FakB}
|
||||||
|
\@defineLogos{FakBW}
|
||||||
|
\@defineLogos{FakEI}
|
||||||
|
\@defineLogos{FakIM}
|
||||||
|
\@defineLogos{FakM}
|
||||||
|
\@defineLogos{FakS}
|
||||||
|
|
||||||
|
% Logos für Center
|
||||||
|
\@defineLogos{RCER}
|
||||||
|
\@defineLogos{RCHST}
|
||||||
|
|
||||||
|
% Laborlogos
|
||||||
|
% FakAM
|
||||||
|
\@defineLogos{SappZ}
|
||||||
|
\@defineLogos{NACH}
|
||||||
|
|
||||||
|
% FakB
|
||||||
|
\@defineLogos{Geo}
|
||||||
|
\@defineLogos{KNB}
|
||||||
|
|
||||||
|
% Fak BW
|
||||||
|
\@defineLogos{OneTwoScience}[12Science]
|
||||||
|
|
||||||
|
% FakEI
|
||||||
|
\@defineLogos{LASIII}[LAS3]
|
||||||
|
\@defineLogos{DKOPT}[DK0PT]
|
||||||
|
\@defineLogos{FENES}
|
||||||
|
\@defineLogos{SES}
|
||||||
|
\@defineLogos{Bisp}
|
||||||
|
\@defineLogos{MRU}
|
||||||
|
|
||||||
|
% FakIM
|
||||||
|
\@defineLogos{CCSE}
|
||||||
|
\@defineLogos{eHealth}
|
||||||
|
\@defineLogos{ITZ}
|
||||||
|
\@defineLogos{LFD}
|
||||||
|
\@defineLogos{MD}
|
||||||
|
\@defineLogos{ReMIC}
|
||||||
|
\@defineLogos{SEC}
|
||||||
|
|
||||||
|
% FakM
|
||||||
|
\@defineLogos{BFM}
|
||||||
|
\@defineLogos{BMA}
|
||||||
|
\@defineLogos{CEEC}
|
||||||
|
\@defineLogos{CFD}
|
||||||
|
\@defineLogos{KIB}
|
||||||
|
\@defineLogos{KWK}
|
||||||
|
\@defineLogos{LAT}
|
||||||
|
\@defineLogos{LBM}
|
||||||
|
\@defineLogos{LeanLab}
|
||||||
|
\@defineLogos{LFT}
|
||||||
|
\@defineLogos{LFW}
|
||||||
|
\@defineLogos{LMP}
|
||||||
|
\@defineLogos{LMS}
|
||||||
|
\@defineLogos{LRT}
|
||||||
|
\@defineLogos{LWM}
|
||||||
|
\@defineLogos{LWS}
|
||||||
|
\@defineLogos{MKS}
|
||||||
|
\@defineLogos{MST}
|
||||||
|
\@defineLogos{RRRU}
|
||||||
|
\@defineLogos{RST}
|
||||||
|
\@defineLogos{FEM}
|
||||||
|
|
||||||
|
% FakS
|
||||||
|
\@defineLogos{IST}
|
||||||
|
\@defineLogos{LP}
|
||||||
|
\@defineLogos{PT}
|
||||||
|
%
|
||||||
|
% Official-Logo Commands
|
||||||
|
\newcommand{\OfficialLogoSmall}{\logoSmallOTHR}
|
||||||
|
\newcommand{\OfficialLogoNormal}{\logoNormalOTHR}
|
||||||
|
\newcommand{\OfficialLogoLarge}{\logoLargeOTHR}
|
||||||
|
\newcommand{\OfficialLogoHuge}{\logoHugeOTHR}
|
||||||
|
\newcommand{\OfficialLogoFlexible}[1][1]{\logoFlexibleOTHR[#1]}
|
||||||
|
%
|
||||||
|
\newcommand{\useDepartmentLogo}{
|
||||||
|
\renewcommand{\OfficialLogoSmall}{\logoSmall}
|
||||||
|
\renewcommand{\OfficialLogoNormal}{\logoNormal}
|
||||||
|
\renewcommand{\OfficialLogoLarge}{\logoLarge}
|
||||||
|
\renewcommand{\OfficialLogoHuge}{\logoHuge}
|
||||||
|
\renewcommand{\OfficialLogoFlexible}[1][1]{\logoFlexible[##1]}
|
||||||
|
}
|
||||||
|
\newcommand{\useOTHRLogo}{
|
||||||
|
\renewcommand{\OfficialLogoSmall}{\logoSmallOTHR}
|
||||||
|
\renewcommand{\OfficialLogoNormal}{\logoNormalOTHR}
|
||||||
|
\renewcommand{\OfficialLogoLarge}{\logoLargeOTHR}
|
||||||
|
\renewcommand{\OfficialLogoHuge}{\logoHugeOTHR}
|
||||||
|
\renewcommand{\OfficialLogoFlexible}[1][1]{\logoFlexibleOTHR[##1]}
|
||||||
|
}
|
||||||
|
|
||||||
|
%Optionen
|
||||||
|
\DeclareOptionX*{}
|
||||||
|
\DeclareOptionX{department}[OTHR]{%
|
||||||
|
\csname @defineDepartmentlogos\endcsname{#1}
|
||||||
|
}
|
||||||
|
\DeclareOptionX{useDepartmentLogo}{%
|
||||||
|
\useDepartmentLogo{}
|
||||||
|
}
|
||||||
|
\DeclareOptionX{useOTHRLogo}{%
|
||||||
|
\useOTHRLogo{}
|
||||||
|
}
|
||||||
|
|
||||||
|
% Set up defaults
|
||||||
|
\@defineDepartmentlogos{OTHR}
|
||||||
|
|
||||||
|
\ProcessOptionsX*\relax
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
texmf-local/tex/latex/oth/logos/Leitthemen_Diagramm_Deutsch.eps
Normal file
BIN
texmf-local/tex/latex/oth/logos/Leitthemen_Diagramm_Deutsch.eps
Normal file
Binary file not shown.
9933
texmf-local/tex/latex/oth/logos/OTHR_12Science_Logo.eps
Normal file
9933
texmf-local/tex/latex/oth/logos/OTHR_12Science_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9642
texmf-local/tex/latex/oth/logos/OTHR_BFM_Logo.eps
Normal file
9642
texmf-local/tex/latex/oth/logos/OTHR_BFM_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9613
texmf-local/tex/latex/oth/logos/OTHR_BMA_Logo.eps
Normal file
9613
texmf-local/tex/latex/oth/logos/OTHR_BMA_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
10827
texmf-local/tex/latex/oth/logos/OTHR_Bisp_Logo.eps
Normal file
10827
texmf-local/tex/latex/oth/logos/OTHR_Bisp_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9566
texmf-local/tex/latex/oth/logos/OTHR_CCSE_Logo.eps
Normal file
9566
texmf-local/tex/latex/oth/logos/OTHR_CCSE_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
10096
texmf-local/tex/latex/oth/logos/OTHR_CEEC_Logo.eps
Normal file
10096
texmf-local/tex/latex/oth/logos/OTHR_CEEC_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9760
texmf-local/tex/latex/oth/logos/OTHR_CFD_Logo.eps
Normal file
9760
texmf-local/tex/latex/oth/logos/OTHR_CFD_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
642
texmf-local/tex/latex/oth/logos/OTHR_DK0PT_Logo.eps
Normal file
642
texmf-local/tex/latex/oth/logos/OTHR_DK0PT_Logo.eps
Normal file
@ -0,0 +1,642 @@
|
|||||||
|
%!PS-Adobe-3.0 EPSF-3.0
|
||||||
|
%%BoundingBox: 0 0 426 125
|
||||||
|
%%HiResBoundingBox: 0.000000 0.000000 425.200000 124.800000
|
||||||
|
%.........................................
|
||||||
|
%%Creator: GPL Ghostscript 907 (epswrite)
|
||||||
|
%%CreationDate: 2015/10/17 14:10:43
|
||||||
|
%%DocumentData: Clean7Bit
|
||||||
|
%%LanguageLevel: 2
|
||||||
|
%%EndComments
|
||||||
|
%%BeginProlog
|
||||||
|
% This copyright applies to everything between here and the %%EndProlog:
|
||||||
|
% Copyright (C) 2012 Artifex Software, Inc. All rights reserved.
|
||||||
|
%%BeginResource: procset GS_epswrite_2_0_1001 1.001 0
|
||||||
|
/GS_epswrite_2_0_1001 80 dict dup begin
|
||||||
|
/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch
|
||||||
|
4 index eq and{ pop pop pop}{ PageSize dup 1
|
||||||
|
5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec}
|
||||||
|
{ pop/setpagedevice where
|
||||||
|
{ pop 1 dict dup /PageSize PageSize put setpagedevice}
|
||||||
|
{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat
|
||||||
|
setpage}if}ifelse}ifelse}ifelse} bind def
|
||||||
|
/!{bind def}bind def/#{load def}!/N/counttomark #
|
||||||
|
/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}!
|
||||||
|
/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
|
||||||
|
/w/setlinewidth #/J/setlinecap #
|
||||||
|
/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
|
||||||
|
/m/moveto #/l/lineto #/c/rcurveto #
|
||||||
|
/p{N 2 idiv{N -2 roll rlineto}repeat}!
|
||||||
|
/P{N 0 gt{N -2 roll moveto p}if}!
|
||||||
|
/h{p closepath}!/H{P closepath}!
|
||||||
|
/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
|
||||||
|
/re{4 -2 roll m exch dup lx exch ly neg lx h}!
|
||||||
|
/^{3 index neg 3 index neg}!
|
||||||
|
/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}!
|
||||||
|
/q/gsave #/Q/grestore #/rf{re fill}!
|
||||||
|
/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}!
|
||||||
|
/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}!
|
||||||
|
/|{exch string readstring |=}!
|
||||||
|
/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
|
||||||
|
/@/currentfile #/${+ @ |}!
|
||||||
|
/B{{2 copy string{readstring pop}aload pop 4 array astore cvx
|
||||||
|
3 1 roll}repeat pop pop true}!
|
||||||
|
/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
|
||||||
|
/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
|
||||||
|
/Ic{exch Ix false 3 colorimage}!
|
||||||
|
/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>>
|
||||||
|
/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}!
|
||||||
|
/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}!
|
||||||
|
/@F{@ &2<<F}!/@C{@X &2 FX}!
|
||||||
|
/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}!
|
||||||
|
/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource
|
||||||
|
/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall
|
||||||
|
currentdict end image}!
|
||||||
|
/~{@ read {pop} if}!
|
||||||
|
end def
|
||||||
|
%%EndResource
|
||||||
|
/pagesave null def
|
||||||
|
%%EndProlog
|
||||||
|
%%Page: 1 1
|
||||||
|
%%BeginPageSetup
|
||||||
|
GS_epswrite_2_0_1001 begin
|
||||||
|
/pagesave save store 197 dict begin
|
||||||
|
0.1 0.1 scale
|
||||||
|
%%EndPageSetup
|
||||||
|
gsave mark
|
||||||
|
Q q
|
||||||
|
0 0 4251.97 1247.24 re
|
||||||
|
Y
|
||||||
|
255 G
|
||||||
|
0 0 4251.97 1247.24 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
0 623.723 1245.85 623.516 re
|
||||||
|
f
|
||||||
|
255 G
|
||||||
|
521.211 1096.18 246.238 26.3594 re
|
||||||
|
f
|
||||||
|
631.152 748.426 26.3555 308.219 re
|
||||||
|
f
|
||||||
|
901.617 922.305 153.633 26.3555 re
|
||||||
|
f
|
||||||
|
835.723 748.426 26.3594 374.113 re
|
||||||
|
f
|
||||||
|
1094.79 748.426 26.3516 374.113 re
|
||||||
|
f
|
||||||
|
457.24 1053.01 -18.82 -18.82 P
|
||||||
|
21.29 -27.26 34.03 -61.52 34.03 -98.71 c
|
||||||
|
0 -88.61 -72.09 -160.7 -160.7 -160.7 c
|
||||||
|
-37.2 0 -71.45 12.74 -98.71 34.03 c
|
||||||
|
-18.82 -18.82 p
|
||||||
|
32.13 -25.98 73 -41.57 117.53 -41.57 c
|
||||||
|
103.31 0 187.05 83.75 187.05 187.05 c
|
||||||
|
0 44.53 -15.59 85.41 -41.57 117.53 c
|
||||||
|
f
|
||||||
|
185.09 836.77 m
|
||||||
|
-21.29 27.26 -34.03 61.52 -34.03 98.71 c
|
||||||
|
0 88.61 72.09 160.7 160.7 160.7 c
|
||||||
|
37.2 0 71.45 -12.74 98.71 -34.03 c
|
||||||
|
18.82 18.82 p
|
||||||
|
-32.12 25.98 -72.99 41.57 -117.53 41.57 c
|
||||||
|
-103.31 0 -187.05 -83.75 -187.05 -187.05 c
|
||||||
|
0 -44.53 15.59 -85.41 41.57 -117.53 c
|
||||||
|
18.82 18.82 p f
|
||||||
|
35 31 32 rG
|
||||||
|
1419.24 1041.55 m
|
||||||
|
18.82 0 32.91 14.88 32.91 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.91 34.89 c
|
||||||
|
-18.83 0 -32.92 -15.01 -32.92 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.92 -34.89 c
|
||||||
|
h
|
||||||
|
1419.24 1123.83 m
|
||||||
|
26.06 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.02 -47.39 -46.08 -47.39 c
|
||||||
|
-26.07 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.01 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
1500.73 1053.39 m
|
||||||
|
5.39 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.86 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.89 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.63 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.1 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
1575.5 1122.52 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1704.13 1042.86 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.76 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.89 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.02 0 0 -30.94 ^ h
|
||||||
|
1699.91 1086.31 m
|
||||||
|
7.38 0 10.54 1.45 12.64 3.82 c
|
||||||
|
1.98 2.11 3.16 4.88 3.16 8.03 c
|
||||||
|
0 3.16 -1.18 5.93 -3.16 8.03 c
|
||||||
|
-2.1 2.37 -5.26 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1670.95 1030.36 0 92.16 31.33 0 P
|
||||||
|
8.96 0 14.62 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.64 -10.66 7.64 -17.51 c
|
||||||
|
0 -6.32 -2.9 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.22 c
|
||||||
|
0 -8.56 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.8 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
1787.73 1066.56 28.43 0 -14.21 34.23 -14.22 -34.23 H
|
||||||
|
1821.3 1054.05 -38.84 0 -9.61 -23.7 -13.69 0 38.18 92.16 9.22 0 38.17 -92.16 -13.69 0
|
||||||
|
-9.74 23.7 f
|
||||||
|
1899.37 1072.48 0 -42.13 -13.17 0 ^ -31.59 50.03 14.74 0 23.44 -37 23.43 37
|
||||||
|
14.75 0 -31.6 -50.03 f
|
||||||
|
2006.01 1086.31 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
2083.68 1086.31 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.14 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2065.25 1073.8 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.42 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.48 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.97 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2154.77 1030.36 13.1719 92.1602 re
|
||||||
|
f
|
||||||
|
2211.25 1053.39 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.07 5.53 16.07 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.46 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
2337.9 1123.83 m
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.32 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.39 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2472.31 1073.8 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2571.05 1086.31 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1370.52 981.56 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1509.42 945.35 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1592.22 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
1726.64 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
1795.09 957.07 0 -67.67 -13.16 0 0 92.16 9.21 0 55.3 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.3 67.67 f
|
||||||
|
1901.73 889.398 13.168 92.1602 re
|
||||||
|
f
|
||||||
|
1958.21 912.44 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2084.86 982.87 m
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.62 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.47 13.03 c
|
||||||
|
9.34 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.51 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2219.27 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2318.01 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
2482.57 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2576.7 900.59 m
|
||||||
|
18.83 0 32.92 14.88 32.92 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.92 34.89 c
|
||||||
|
-18.82 0 -32.91 -15.01 -32.91 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.91 -34.89 c
|
||||||
|
h
|
||||||
|
2576.7 982.87 m
|
||||||
|
26.07 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.01 -47.39 -46.08 -47.39 c
|
||||||
|
-26.06 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.02 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
2699.66 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
2834.08 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2890.55 912.44 m
|
||||||
|
5.4 -6.58 13.04 -11.85 22.52 -11.85 c
|
||||||
|
8.55 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.67 6.32 -16.46 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.58 -26.73 c
|
||||||
|
-12.63 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
3017.2 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
3151.62 932.84 -51.35 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
3215.2 900.19 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.39 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.39 c
|
||||||
|
-6.98 -7.5 -17.25 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
3335.92 901.9 40.82 0 0 -12.5 -53.98 0 0 92.16 13.16 0 0 -79.66 f
|
||||||
|
3453.09 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1412 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.05 3.42 c
|
||||||
|
2.11 2.11 3.43 5.13 3.43 8.43 c
|
||||||
|
0 3.29 -1.32 6.32 -3.43 8.43 c
|
||||||
|
-2.1 2.11 -5.13 3.43 -11.05 3.43 c
|
||||||
|
-18.44 0 0 -23.7 ^ h
|
||||||
|
1393.56 791.89 0 -43.45 -13.16 0 0 92.16 32.25 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.91 -5.4 c
|
||||||
|
5.53 -4.47 9.08 -11.32 9.08 -18.96 c
|
||||||
|
0 -7.64 -3.55 -14.48 -9.08 -18.96 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.05 -43.98 -15.93 0 -32.78 43.45 -10.54 0 p f
|
||||||
|
1526.53 804.4 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.51 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.5 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1646.34 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.4 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.92 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
9.74 0 17.77 3.69 22.64 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.5 0 0 -40.16 p f
|
||||||
|
1728.62 804.4 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.51 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.5 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1787.86 816.11 0 -67.67 -13.17 0 0 92.16 9.22 0 55.29 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.29 67.67 f
|
||||||
|
1895.68 771.48 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.09 -19.48 15.67 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.27 c
|
||||||
|
0 13.43 11.85 24.49 27.91 24.49 c
|
||||||
|
11.72 0 19.88 -5.14 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.34 -15.28 -12.37 c
|
||||||
|
0 -11.72 19.62 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.41 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2016.14 760.95 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.77 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.9 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.01 0 0 -30.94 ^ h
|
||||||
|
2011.93 804.4 m
|
||||||
|
7.37 0 10.53 1.45 12.64 3.82 c
|
||||||
|
1.97 2.11 3.16 4.87 3.16 8.03 c
|
||||||
|
0 3.16 -1.19 5.93 -3.16 8.03 c
|
||||||
|
-2.11 2.37 -5.27 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1982.96 748.44 0 92.16 31.34 0 P
|
||||||
|
8.95 0 14.61 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.63 -10.66 7.63 -17.51 c
|
||||||
|
0 -6.32 -2.89 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.23 c
|
||||||
|
0 -8.55 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.79 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
2091.31 759.24 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.38 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.38 c
|
||||||
|
-6.98 -7.5 -17.24 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
2230.47 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.13 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2212.04 791.89 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.47 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.98 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2374.63 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.4 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15 -34.89 34.62 -34.89 c
|
||||||
|
9.75 0 17.78 3.69 22.65 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.49 0 0 -40.16 p f
|
||||||
|
0 0 1245.85 66.1797 re
|
||||||
|
f
|
||||||
|
1397.78 443.11 28.44 0 -14.22 34.24 -14.22 -34.24 H
|
||||||
|
1431.36 430.61 -38.85 0 -9.61 -23.7 -13.69 0 38.18 92.18 9.22 0 38.19 -92.18 -13.69 0
|
||||||
|
-9.75 23.7 f
|
||||||
|
1535.1 426.65 -9.21 0 -27 42.27 0 -62.02 -13.17 0 0 92.18 9.22 0 35.56 -56.23
|
||||||
|
35.55 56.23 9.22 0 0 -92.18 -13.17 0 0 62.02 -27 -42.27 f
|
||||||
|
1634.75 443.11 28.44 0 -14.22 34.24 -14.22 -34.24 H
|
||||||
|
1668.33 430.61 -38.85 0 -9.61 -23.7 -13.7 0 38.19 92.18 9.22 0 38.19 -92.18 -13.7 0
|
||||||
|
-9.74 23.7 f
|
||||||
|
1704.91 499.08 63.21 0 0 -12.51 -25.02 0 0 -79.67 -13.17 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1843.82 462.87 0 -12.51 -30.29 0 0 -30.95 40.83 0 0 -12.51 -54 0 0 92.18
|
||||||
|
52.68 0 0 -12.51 -39.51 0 0 -23.7 30.29 0 f
|
||||||
|
1897.53 417.7 m
|
||||||
|
-5.93 6.45 -9.61 15.02 -9.61 27.39 c
|
||||||
|
0 53.99 13.17 0 0 -54.65 p
|
||||||
|
0 -8.69 2.11 -14.09 5.79 -18.18 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.23 -8.16 c
|
||||||
|
7.77 0 14.61 3.04 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.18 c
|
||||||
|
0 54.65 13.16 0 0 -53.99 p
|
||||||
|
0 -12.37 -3.68 -20.94 -9.61 -27.39 c
|
||||||
|
-6.98 -7.5 -17.25 -12.11 -28.57 -12.11 c
|
||||||
|
-11.33 0 -21.6 4.61 -28.58 12.11 c
|
||||||
|
f
|
||||||
|
2036.69 462.87 m
|
||||||
|
5.92 0 8.96 1.31 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.14 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.1 2.11 -5.14 3.42 -11.06 3.42 c
|
||||||
|
-18.44 0 0 -23.7 ^ h
|
||||||
|
2018.25 450.36 0 -43.46 -13.17 0 0 92.18 32.27 0 P
|
||||||
|
8.42 0 13.69 -1.97 17.91 -5.4 c
|
||||||
|
5.52 -4.48 9.08 -11.32 9.08 -18.96 c
|
||||||
|
0 -7.63 -3.56 -14.48 -9.08 -18.96 c
|
||||||
|
-2.9 -2.37 -6.2 -4.08 -10.8 -4.87 c
|
||||||
|
33.05 -43.98 -15.94 0 -32.78 43.46 -10.54 0 p f
|
||||||
|
2151.23 462.87 0 -12.51 -30.29 0 0 -43.46 -13.16 0 0 92.18 52.67 0 0 -12.51
|
||||||
|
-39.51 0 0 -23.7 30.29 0 f
|
||||||
|
2201.64 417.7 m
|
||||||
|
-5.92 6.45 -9.61 15.02 -9.61 27.39 c
|
||||||
|
0 53.99 13.17 0 0 -54.65 p
|
||||||
|
0 -8.69 2.11 -14.09 5.8 -18.18 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.62 3.04 19.23 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.18 c
|
||||||
|
0 54.65 13.16 0 0 -53.99 p
|
||||||
|
0 -12.37 -3.69 -20.94 -9.61 -27.39 c
|
||||||
|
-6.98 -7.5 -17.26 -12.11 -28.58 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.58 12.11 c
|
||||||
|
f
|
||||||
|
2322.37 474.59 0 -67.69 -13.17 0 0 92.18 9.22 0 55.3 -67.69 0 67.69 13.18 0
|
||||||
|
0 -92.18 -9.22 0 -55.31 67.69 f
|
||||||
|
2429.02 499.08 13.16 0 0 -38.85 37.93 38.85 17.37 0 -41.61 -42.8 44.25 -49.38 -16.86 0
|
||||||
|
-41.08 46.09 0 -46.09 -13.16 0 0 92.18 f
|
||||||
|
1444.92 309.41 -51.35 0 0 -43.46 -13.17 0 0 92.18 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.17 0 0 -92.18 ^ 0 43.46 f
|
||||||
|
1539.05 277.14 m
|
||||||
|
18.83 0 32.92 14.88 32.92 34.91 c
|
||||||
|
0 19.88 -14.09 34.89 -32.92 34.89 c
|
||||||
|
-18.83 0 -32.92 -15.01 -32.92 -34.89 c
|
||||||
|
0 -20.02 14.09 -34.91 32.92 -34.91 c
|
||||||
|
h
|
||||||
|
1539.05 359.45 m
|
||||||
|
26.07 0 46.09 -20.55 46.09 -47.4 c
|
||||||
|
0 -26.87 -20.02 -47.41 -46.09 -47.41 c
|
||||||
|
-26.07 0 -46.09 20.55 -46.09 47.41 c
|
||||||
|
0 26.85 20.02 47.4 46.09 47.4 c
|
||||||
|
f
|
||||||
|
1662.01 359.45 m
|
||||||
|
13.17 0 25.68 -5.4 33.71 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.92 -15.02 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.45 -15.01 -33.45 -34.89 c
|
||||||
|
0 -20.81 15.01 -34.91 34.64 -34.91 c
|
||||||
|
12.37 0 21.33 6.85 26.46 13.04 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.6 -17.12 -35.81 -17.12 c
|
||||||
|
-27.53 0 -47.81 20.14 -47.81 47.41 c
|
||||||
|
0 26.59 20.02 47.4 46.62 47.4 c
|
||||||
|
f
|
||||||
|
1796.43 309.41 -51.35 0 0 -43.46 -13.17 0 0 92.18 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.17 0 0 -92.18 ^ 0 43.46 f
|
||||||
|
1852.9 289 m
|
||||||
|
5.4 -6.58 13.04 -11.86 22.52 -11.86 c
|
||||||
|
8.56 0 16.07 5.54 16.07 13.83 c
|
||||||
|
0 14.09 -19.5 15.68 -31.74 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.49 27.91 24.49 c
|
||||||
|
11.73 0 19.89 -5.14 24.77 -9.22 c
|
||||||
|
-7.78 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.72 19.62 -14.22 31.48 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.07 c
|
||||||
|
0 -16.19 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.65 0 -24.11 5.54 -32.27 15.41 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
1979.56 359.45 m
|
||||||
|
13.17 0 25.68 -5.4 33.71 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.41 5.92 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.84 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.81 15.01 -34.91 34.62 -34.91 c
|
||||||
|
12.39 0 21.34 6.85 26.47 13.04 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.6 -17.12 -35.82 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.41 c
|
||||||
|
0 26.59 20.02 47.4 46.62 47.4 c
|
||||||
|
f
|
||||||
|
2113.98 309.41 -51.36 0 0 -43.46 -13.16 0 0 92.18 ^ 0 -36.21 51.36 0
|
||||||
|
^ 13.17 0 0 -92.18 ^ 0 43.46 f
|
||||||
|
2177.55 276.75 m
|
||||||
|
-5.92 6.44 -9.61 15.01 -9.61 27.38 c
|
||||||
|
0 54 13.17 0 0 -54.65 p
|
||||||
|
0 -8.69 2.1 -14.09 5.8 -18.18 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.18 c
|
||||||
|
0 54.65 13.17 0 0 -54 p
|
||||||
|
0 -12.37 -3.69 -20.94 -9.61 -27.38 c
|
||||||
|
-6.98 -7.51 -17.26 -12.12 -28.58 -12.12 c
|
||||||
|
-11.32 0 -21.6 4.61 -28.58 12.12 c
|
||||||
|
f
|
||||||
|
2298.28 278.46 40.82 0 0 -12.51 -53.99 0 0 92.18 13.17 0 0 -79.67 f
|
||||||
|
2373.19 289 m
|
||||||
|
5.4 -6.58 13.03 -11.86 22.52 -11.86 c
|
||||||
|
8.55 0 16.06 5.54 16.06 13.83 c
|
||||||
|
0 14.09 -19.49 15.68 -31.74 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.86 24.49 27.92 24.49 c
|
||||||
|
11.72 0 19.89 -5.14 24.76 -9.22 c
|
||||||
|
-7.78 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.72 19.63 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.07 c
|
||||||
|
0 -16.19 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.54 -32.26 15.41 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2447.96 358.13 63.21 0 0 -12.51 -25.02 0 0 -79.67 -13.17 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
2552.9 302.16 28.44 0 -14.22 34.24 -14.22 -34.24 H
|
||||||
|
2586.48 289.65 -38.85 0 -9.61 -23.7 -13.7 0 38.19 92.18 9.22 0 38.18 -92.18 -13.69 0
|
||||||
|
-9.74 23.7 f
|
||||||
|
2623.05 358.13 63.21 0 0 -12.51 -25.02 0 0 -79.67 -13.17 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
2718.51 265.949 13.1602 92.1797 re
|
||||||
|
f
|
||||||
|
2812.64 277.14 m
|
||||||
|
18.84 0 32.93 14.88 32.93 34.91 c
|
||||||
|
0 19.88 -14.09 34.89 -32.93 34.89 c
|
||||||
|
-18.83 0 -32.92 -15.01 -32.92 -34.89 c
|
||||||
|
0 -20.02 14.09 -34.91 32.92 -34.91 c
|
||||||
|
h
|
||||||
|
2812.64 359.45 m
|
||||||
|
26.07 0 46.09 -20.55 46.09 -47.4 c
|
||||||
|
0 -26.87 -20.02 -47.41 -46.09 -47.41 c
|
||||||
|
-26.07 0 -46.09 20.55 -46.09 47.41 c
|
||||||
|
0 26.85 20.02 47.4 46.09 47.4 c
|
||||||
|
f
|
||||||
|
2906.76 333.64 0 -67.69 -13.16 0 0 92.18 9.2 0 55.32 -67.69 0 67.69 13.16 0
|
||||||
|
0 -92.18 -9.22 0 -55.3 67.69 f
|
||||||
|
255 G
|
||||||
|
901.488 923.492 153.641 26.1328 re
|
||||||
|
f
|
||||||
|
835.594 751.094 26.3555 370.934 re
|
||||||
|
f
|
||||||
|
1094.66 751.094 26.3594 370.934 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
164.8 290.26 23.48 0 P
|
||||||
|
56.1 0.17 101.71 45.21 101.71 100.79 c
|
||||||
|
0 55.59 -45.61 100.79 -101.71 100.79 c
|
||||||
|
-23.48 0 0 12.87 ^ p
|
||||||
|
63.26 0 114.7 -50.8 114.7 -113.65 c
|
||||||
|
0 -62.68 -51.44 -113.65 -114.7 -113.65 c
|
||||||
|
-23.48 0 0 12.86 h
|
||||||
|
125.18 504.7 12.98 0 0 -227.3 ^ ^ f
|
||||||
|
427.93 393.68 80.57 -116.29 -15.81 0 -73.75 106.39 8.99 9.89 H
|
||||||
|
382.48 402.43 93.56 102.27 17.65 0 -111.21 -121.57 0 19.3 H
|
||||||
|
342.86 504.7 12.98 0 0 -227.3 ^ ^ f
|
||||||
|
528.08 378.68 m
|
||||||
|
6.66 -50.31 49.94 -88.42 101.72 -88.42 c
|
||||||
|
51.77 0 95.05 38.11 101.71 88.42 c
|
||||||
|
13.15 0 p
|
||||||
|
-6.66 -57.07 -55.43 -101.28 -114.86 -101.28 c
|
||||||
|
-59.43 0 -108.21 44.21 -114.87 101.28 c
|
||||||
|
13.15 0 h
|
||||||
|
629.8 506.18 m
|
||||||
|
59.43 0 108.2 -44.21 114.86 -101.11 c
|
||||||
|
-13.15 0 p
|
||||||
|
-6.66 50.31 -49.94 88.25 -101.71 88.25 c
|
||||||
|
-51.78 0 -95.06 -37.94 -101.72 -88.25 c
|
||||||
|
-13.15 0 p
|
||||||
|
6.66 56.91 55.43 101.11 114.87 101.11 c
|
||||||
|
f
|
||||||
|
824.65 397.48 58.77 0 P
|
||||||
|
26.47 0 47.45 21.28 47.45 47.34 c
|
||||||
|
0 26.06 -21.3 47.01 -47.45 47.01 c
|
||||||
|
-58.77 0 0 12.87 ^ p
|
||||||
|
33.3 0 60.43 -26.72 60.43 -59.88 c
|
||||||
|
0 -33.15 -27.13 -60.2 -60.43 -60.2 c
|
||||||
|
-58.77 0 0 12.87 h
|
||||||
|
785.03 504.7 12.98 0 0 -227.3 ^ ^ f
|
||||||
|
1031.85 465.44 12.99 0 0 -188.04 ^ ^ H
|
||||||
|
962.93 504.7 150.99 0 0 -12.87 ^ ^ f
|
||||||
|
cleartomark end end pagesave restore
|
||||||
|
showpage
|
||||||
|
%%PageTrailer
|
||||||
|
%%Trailer
|
||||||
|
%%Pages: 1
|
9699
texmf-local/tex/latex/oth/logos/OTHR_FEM_Logo.eps
Normal file
9699
texmf-local/tex/latex/oth/logos/OTHR_FEM_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9442
texmf-local/tex/latex/oth/logos/OTHR_FENES_Logo.eps
Normal file
9442
texmf-local/tex/latex/oth/logos/OTHR_FENES_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
1224
texmf-local/tex/latex/oth/logos/OTHR_FakAM_Logo.eps
Normal file
1224
texmf-local/tex/latex/oth/logos/OTHR_FakAM_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
8326
texmf-local/tex/latex/oth/logos/OTHR_FakANK_Logo.eps
Normal file
8326
texmf-local/tex/latex/oth/logos/OTHR_FakANK_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
1224
texmf-local/tex/latex/oth/logos/OTHR_FakA_Logo.eps
Normal file
1224
texmf-local/tex/latex/oth/logos/OTHR_FakA_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
1224
texmf-local/tex/latex/oth/logos/OTHR_FakBW_Logo.eps
Normal file
1224
texmf-local/tex/latex/oth/logos/OTHR_FakBW_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
1224
texmf-local/tex/latex/oth/logos/OTHR_FakB_Logo.eps
Normal file
1224
texmf-local/tex/latex/oth/logos/OTHR_FakB_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
1224
texmf-local/tex/latex/oth/logos/OTHR_FakEI_Logo.eps
Normal file
1224
texmf-local/tex/latex/oth/logos/OTHR_FakEI_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
BIN
texmf-local/tex/latex/oth/logos/OTHR_FakEI_Logo.png
Normal file
BIN
texmf-local/tex/latex/oth/logos/OTHR_FakEI_Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
texmf-local/tex/latex/oth/logos/OTHR_FakEI_Logo_part.png
Normal file
BIN
texmf-local/tex/latex/oth/logos/OTHR_FakEI_Logo_part.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
1224
texmf-local/tex/latex/oth/logos/OTHR_FakIM_Logo.eps
Normal file
1224
texmf-local/tex/latex/oth/logos/OTHR_FakIM_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
1224
texmf-local/tex/latex/oth/logos/OTHR_FakM_Logo.eps
Normal file
1224
texmf-local/tex/latex/oth/logos/OTHR_FakM_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
1224
texmf-local/tex/latex/oth/logos/OTHR_FakS_Logo.eps
Normal file
1224
texmf-local/tex/latex/oth/logos/OTHR_FakS_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9538
texmf-local/tex/latex/oth/logos/OTHR_Geo_Logo.eps
Normal file
9538
texmf-local/tex/latex/oth/logos/OTHR_Geo_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
10211
texmf-local/tex/latex/oth/logos/OTHR_IPF_Logo.eps
Normal file
10211
texmf-local/tex/latex/oth/logos/OTHR_IPF_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
844
texmf-local/tex/latex/oth/logos/OTHR_IST_Logo.eps
Normal file
844
texmf-local/tex/latex/oth/logos/OTHR_IST_Logo.eps
Normal file
@ -0,0 +1,844 @@
|
|||||||
|
%!PS-Adobe-3.0 EPSF-3.0
|
||||||
|
%%BoundingBox: 0 0 456 125
|
||||||
|
%%HiResBoundingBox: 0.000000 0.000000 455.500000 124.800000
|
||||||
|
%.........................................
|
||||||
|
%%Creator: GPL Ghostscript 907 (epswrite)
|
||||||
|
%%CreationDate: 2016/02/11 21:01:03
|
||||||
|
%%DocumentData: Clean7Bit
|
||||||
|
%%LanguageLevel: 2
|
||||||
|
%%EndComments
|
||||||
|
%%BeginProlog
|
||||||
|
% This copyright applies to everything between here and the %%EndProlog:
|
||||||
|
% Copyright (C) 2012 Artifex Software, Inc. All rights reserved.
|
||||||
|
%%BeginResource: procset GS_epswrite_2_0_1001 1.001 0
|
||||||
|
/GS_epswrite_2_0_1001 80 dict dup begin
|
||||||
|
/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch
|
||||||
|
4 index eq and{ pop pop pop}{ PageSize dup 1
|
||||||
|
5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec}
|
||||||
|
{ pop/setpagedevice where
|
||||||
|
{ pop 1 dict dup /PageSize PageSize put setpagedevice}
|
||||||
|
{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat
|
||||||
|
setpage}if}ifelse}ifelse}ifelse} bind def
|
||||||
|
/!{bind def}bind def/#{load def}!/N/counttomark #
|
||||||
|
/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}!
|
||||||
|
/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
|
||||||
|
/w/setlinewidth #/J/setlinecap #
|
||||||
|
/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
|
||||||
|
/m/moveto #/l/lineto #/c/rcurveto #
|
||||||
|
/p{N 2 idiv{N -2 roll rlineto}repeat}!
|
||||||
|
/P{N 0 gt{N -2 roll moveto p}if}!
|
||||||
|
/h{p closepath}!/H{P closepath}!
|
||||||
|
/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
|
||||||
|
/re{4 -2 roll m exch dup lx exch ly neg lx h}!
|
||||||
|
/^{3 index neg 3 index neg}!
|
||||||
|
/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}!
|
||||||
|
/q/gsave #/Q/grestore #/rf{re fill}!
|
||||||
|
/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}!
|
||||||
|
/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}!
|
||||||
|
/|{exch string readstring |=}!
|
||||||
|
/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
|
||||||
|
/@/currentfile #/${+ @ |}!
|
||||||
|
/B{{2 copy string{readstring pop}aload pop 4 array astore cvx
|
||||||
|
3 1 roll}repeat pop pop true}!
|
||||||
|
/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
|
||||||
|
/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
|
||||||
|
/Ic{exch Ix false 3 colorimage}!
|
||||||
|
/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>>
|
||||||
|
/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}!
|
||||||
|
/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}!
|
||||||
|
/@F{@ &2<<F}!/@C{@X &2 FX}!
|
||||||
|
/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}!
|
||||||
|
/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource
|
||||||
|
/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall
|
||||||
|
currentdict end image}!
|
||||||
|
/~{@ read {pop} if}!
|
||||||
|
end def
|
||||||
|
%%EndResource
|
||||||
|
/pagesave null def
|
||||||
|
%%EndProlog
|
||||||
|
%%Page: 1 1
|
||||||
|
%%BeginPageSetup
|
||||||
|
GS_epswrite_2_0_1001 begin
|
||||||
|
/pagesave save store 197 dict begin
|
||||||
|
0.1 0.1 scale
|
||||||
|
%%EndPageSetup
|
||||||
|
gsave mark
|
||||||
|
Q q
|
||||||
|
0 0 4554.98 1247.24 re
|
||||||
|
Y
|
||||||
|
255 G
|
||||||
|
1247.1 9.23047 2639.1 618.219 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
0 623.723 1245.85 623.516 re
|
||||||
|
f
|
||||||
|
255 G
|
||||||
|
521.211 1096.18 246.238 26.3594 re
|
||||||
|
f
|
||||||
|
631.152 748.426 26.3555 308.219 re
|
||||||
|
f
|
||||||
|
901.617 922.305 153.633 26.3555 re
|
||||||
|
f
|
||||||
|
835.723 748.426 26.3594 374.113 re
|
||||||
|
f
|
||||||
|
1094.79 748.426 26.3516 374.113 re
|
||||||
|
f
|
||||||
|
457.24 1053.01 -18.82 -18.82 P
|
||||||
|
21.29 -27.26 34.03 -61.52 34.03 -98.71 c
|
||||||
|
0 -88.61 -72.09 -160.7 -160.7 -160.7 c
|
||||||
|
-37.2 0 -71.45 12.74 -98.71 34.03 c
|
||||||
|
-18.82 -18.82 p
|
||||||
|
32.13 -25.98 73 -41.57 117.53 -41.57 c
|
||||||
|
103.31 0 187.05 83.75 187.05 187.05 c
|
||||||
|
0 44.53 -15.59 85.41 -41.57 117.53 c
|
||||||
|
f
|
||||||
|
185.09 836.77 m
|
||||||
|
-21.29 27.26 -34.03 61.52 -34.03 98.71 c
|
||||||
|
0 88.61 72.09 160.7 160.7 160.7 c
|
||||||
|
37.2 0 71.45 -12.74 98.71 -34.03 c
|
||||||
|
18.82 18.82 p
|
||||||
|
-32.12 25.98 -72.99 41.57 -117.53 41.57 c
|
||||||
|
-103.31 0 -187.05 -83.75 -187.05 -187.05 c
|
||||||
|
0 -44.53 15.59 -85.41 41.57 -117.53 c
|
||||||
|
18.82 18.82 p f
|
||||||
|
35 31 32 rG
|
||||||
|
1419.24 1041.55 m
|
||||||
|
18.82 0 32.91 14.88 32.91 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.91 34.89 c
|
||||||
|
-18.83 0 -32.92 -15.01 -32.92 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.92 -34.89 c
|
||||||
|
h
|
||||||
|
1419.24 1123.83 m
|
||||||
|
26.06 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.02 -47.39 -46.08 -47.39 c
|
||||||
|
-26.07 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.01 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
1500.73 1053.39 m
|
||||||
|
5.39 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.86 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.89 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.63 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.1 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
1575.5 1122.52 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1704.13 1042.86 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.76 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.89 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.02 0 0 -30.94 ^ h
|
||||||
|
1699.91 1086.31 m
|
||||||
|
7.38 0 10.54 1.45 12.64 3.82 c
|
||||||
|
1.98 2.11 3.16 4.88 3.16 8.03 c
|
||||||
|
0 3.16 -1.18 5.93 -3.16 8.03 c
|
||||||
|
-2.1 2.37 -5.26 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1670.95 1030.36 0 92.16 31.33 0 P
|
||||||
|
8.96 0 14.62 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.64 -10.66 7.64 -17.51 c
|
||||||
|
0 -6.32 -2.9 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.22 c
|
||||||
|
0 -8.56 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.8 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
1787.73 1066.56 28.43 0 -14.21 34.23 -14.22 -34.23 H
|
||||||
|
1821.3 1054.05 -38.84 0 -9.61 -23.7 -13.69 0 38.18 92.16 9.22 0 38.17 -92.16 -13.69 0
|
||||||
|
-9.74 23.7 f
|
||||||
|
1899.37 1072.48 0 -42.13 -13.17 0 ^ -31.59 50.03 14.74 0 23.44 -37 23.43 37
|
||||||
|
14.75 0 -31.6 -50.03 f
|
||||||
|
2006.01 1086.31 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
2083.68 1086.31 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.14 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2065.25 1073.8 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.42 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.48 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.97 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2154.77 1030.36 13.1719 92.1602 re
|
||||||
|
f
|
||||||
|
2211.25 1053.39 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.07 5.53 16.07 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.46 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
2337.9 1123.83 m
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.32 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.39 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2472.31 1073.8 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2571.05 1086.31 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1370.52 981.56 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1509.42 945.35 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1592.22 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
1726.64 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
1795.09 957.07 0 -67.67 -13.16 0 0 92.16 9.21 0 55.3 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.3 67.67 f
|
||||||
|
1901.73 889.398 13.168 92.1602 re
|
||||||
|
f
|
||||||
|
1958.21 912.44 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2084.86 982.87 m
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.62 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.47 13.03 c
|
||||||
|
9.34 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.51 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2219.27 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2318.01 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
2482.57 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2576.7 900.59 m
|
||||||
|
18.83 0 32.92 14.88 32.92 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.92 34.89 c
|
||||||
|
-18.82 0 -32.91 -15.01 -32.91 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.91 -34.89 c
|
||||||
|
h
|
||||||
|
2576.7 982.87 m
|
||||||
|
26.07 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.01 -47.39 -46.08 -47.39 c
|
||||||
|
-26.06 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.02 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
2699.66 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
2834.08 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2890.55 912.44 m
|
||||||
|
5.4 -6.58 13.04 -11.85 22.52 -11.85 c
|
||||||
|
8.55 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.67 6.32 -16.46 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.58 -26.73 c
|
||||||
|
-12.63 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
3017.2 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
3151.62 932.84 -51.35 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
3215.2 900.19 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.39 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.39 c
|
||||||
|
-6.98 -7.5 -17.25 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
3335.92 901.9 40.82 0 0 -12.5 -53.98 0 0 92.16 13.16 0 0 -79.66 f
|
||||||
|
3453.09 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1412 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.05 3.42 c
|
||||||
|
2.11 2.11 3.43 5.13 3.43 8.43 c
|
||||||
|
0 3.29 -1.32 6.32 -3.43 8.43 c
|
||||||
|
-2.1 2.11 -5.13 3.43 -11.05 3.43 c
|
||||||
|
-18.44 0 0 -23.7 ^ h
|
||||||
|
1393.56 791.89 0 -43.45 -13.16 0 0 92.16 32.25 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.91 -5.4 c
|
||||||
|
5.53 -4.47 9.08 -11.32 9.08 -18.96 c
|
||||||
|
0 -7.64 -3.55 -14.48 -9.08 -18.96 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.05 -43.98 -15.93 0 -32.78 43.45 -10.54 0 p f
|
||||||
|
1526.53 804.4 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.51 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.5 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1646.34 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.4 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.92 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
9.74 0 17.77 3.69 22.64 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.5 0 0 -40.16 p f
|
||||||
|
1728.62 804.4 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.51 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.5 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1787.86 816.11 0 -67.67 -13.17 0 0 92.16 9.22 0 55.29 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.29 67.67 f
|
||||||
|
1895.68 771.48 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.09 -19.48 15.67 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.27 c
|
||||||
|
0 13.43 11.85 24.49 27.91 24.49 c
|
||||||
|
11.72 0 19.88 -5.14 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.34 -15.28 -12.37 c
|
||||||
|
0 -11.72 19.62 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.41 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2016.14 760.95 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.77 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.9 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.01 0 0 -30.94 ^ h
|
||||||
|
2011.93 804.4 m
|
||||||
|
7.37 0 10.53 1.45 12.64 3.82 c
|
||||||
|
1.97 2.11 3.16 4.87 3.16 8.03 c
|
||||||
|
0 3.16 -1.19 5.93 -3.16 8.03 c
|
||||||
|
-2.11 2.37 -5.27 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1982.96 748.44 0 92.16 31.34 0 P
|
||||||
|
8.95 0 14.61 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.63 -10.66 7.63 -17.51 c
|
||||||
|
0 -6.32 -2.89 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.23 c
|
||||||
|
0 -8.55 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.79 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
2091.31 759.24 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.38 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.38 c
|
||||||
|
-6.98 -7.5 -17.24 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
2230.47 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.13 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2212.04 791.89 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.47 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.98 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2374.63 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.4 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15 -34.89 34.62 -34.89 c
|
||||||
|
9.75 0 17.78 3.69 22.65 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.49 0 0 -40.16 p f
|
||||||
|
255 G
|
||||||
|
0 0 4554.98 623.617 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
0 0 1245.85 66.1797 re
|
||||||
|
f
|
||||||
|
1380.4 406.902 13.1602 92.1797 re
|
||||||
|
f
|
||||||
|
1448.85 474.59 0 -67.69 -13.16 0 0 92.18 9.22 0 55.3 -67.69 0 67.69 13.17 0
|
||||||
|
0 -92.18 -9.21 0 -55.32 67.69 f
|
||||||
|
1556.68 429.95 m
|
||||||
|
5.4 -6.59 13.03 -11.86 22.51 -11.86 c
|
||||||
|
8.56 0 16.07 5.54 16.07 13.83 c
|
||||||
|
0 14.09 -19.49 15.67 -31.74 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.67 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.49 27.91 24.49 c
|
||||||
|
11.73 0 19.89 -5.14 24.77 -9.22 c
|
||||||
|
-7.78 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.72 19.62 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.07 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.65 0 -24.1 5.53 -32.27 15.41 c
|
||||||
|
9.1 8.95 p f
|
||||||
|
1631.45 499.08 63.21 0 0 -12.51 -25.03 0 0 -79.67 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1726.9 406.902 13.1719 92.1797 re
|
||||||
|
f
|
||||||
|
1772.32 499.08 63.21 0 0 -12.51 -25.03 0 0 -79.67 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1876.06 417.7 m
|
||||||
|
-5.92 6.45 -9.61 15.02 -9.61 27.39 c
|
||||||
|
0 53.99 13.16 0 0 -54.65 p
|
||||||
|
0 -8.69 2.11 -14.09 5.81 -18.18 c
|
||||||
|
4.6 -5.13 11.45 -8.16 19.21 -8.16 c
|
||||||
|
7.78 0 14.62 3.04 19.23 8.16 c
|
||||||
|
3.69 4.08 5.79 9.48 5.79 18.18 c
|
||||||
|
0 54.65 13.18 0 0 -53.99 p
|
||||||
|
0 -12.37 -3.69 -20.94 -9.61 -27.39 c
|
||||||
|
-6.98 -7.5 -17.26 -12.11 -28.59 -12.11 c
|
||||||
|
-11.31 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
1973.75 499.08 63.21 0 0 -12.51 -25.03 0 0 -79.67 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
2162.68 462.87 0 -12.51 -30.29 0 0 -43.46 -13.17 0 0 92.18 52.68 0 0 -12.51
|
||||||
|
-39.51 0 0 -23.7 30.29 0 f
|
||||||
|
2253.78 522.78 m
|
||||||
|
4.61 0 8.31 -3.69 8.31 -8.3 c
|
||||||
|
0 -4.6 -3.7 -8.16 -8.31 -8.16 c
|
||||||
|
-4.6 0 -8.16 3.56 -8.16 8.16 c
|
||||||
|
0 4.61 3.56 8.3 8.16 8.3 c
|
||||||
|
h
|
||||||
|
2229.42 522.78 m
|
||||||
|
4.61 0 8.3 -3.69 8.3 -8.3 c
|
||||||
|
0 -4.6 -3.69 -8.16 -8.3 -8.16 c
|
||||||
|
-4.61 0 -8.16 3.56 -8.16 8.16 c
|
||||||
|
0 4.61 3.55 8.3 8.16 8.3 c
|
||||||
|
h
|
||||||
|
2213.09 417.7 m
|
||||||
|
-5.92 6.45 -9.61 15.02 -9.61 27.39 c
|
||||||
|
0 53.99 13.17 0 0 -54.65 p
|
||||||
|
0 -8.69 2.11 -14.09 5.8 -18.18 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.04 19.22 8.16 c
|
||||||
|
3.7 4.08 5.8 9.48 5.8 18.18 c
|
||||||
|
0 54.65 13.17 0 0 -53.99 p
|
||||||
|
0 -12.37 -3.69 -20.94 -9.61 -27.39 c
|
||||||
|
-6.98 -7.5 -17.26 -12.11 -28.58 -12.11 c
|
||||||
|
-11.32 0 -21.6 4.61 -28.58 12.11 c
|
||||||
|
f
|
||||||
|
2352.26 462.87 m
|
||||||
|
5.92 0 8.96 1.31 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.14 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.1 2.11 -5.14 3.42 -11.06 3.42 c
|
||||||
|
-18.44 0 0 -23.7 ^ h
|
||||||
|
2333.82 450.36 0 -43.46 -13.17 0 0 92.18 32.27 0 P
|
||||||
|
8.42 0 13.69 -1.97 17.91 -5.4 c
|
||||||
|
5.52 -4.48 9.08 -11.32 9.08 -18.96 c
|
||||||
|
0 -7.63 -3.56 -14.48 -9.08 -18.96 c
|
||||||
|
-2.9 -2.37 -6.2 -4.08 -10.81 -4.87 c
|
||||||
|
33.06 -43.98 -15.94 0 -32.78 43.46 -10.54 0 p f
|
||||||
|
2475.86 429.95 m
|
||||||
|
5.41 -6.59 13.04 -11.86 22.52 -11.86 c
|
||||||
|
8.56 0 16.07 5.54 16.07 13.83 c
|
||||||
|
0 14.09 -19.49 15.67 -31.74 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.67 -11.72 20.28 c
|
||||||
|
0 13.43 11.86 24.49 27.92 24.49 c
|
||||||
|
11.72 0 19.88 -5.14 24.76 -9.22 c
|
||||||
|
-7.78 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.72 19.62 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.07 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.41 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
2601.99 418.09 m
|
||||||
|
18.84 0 32.93 14.88 32.93 34.9 c
|
||||||
|
0 19.88 -14.09 34.9 -32.93 34.9 c
|
||||||
|
-18.83 0 -32.92 -15.02 -32.92 -34.9 c
|
||||||
|
0 -20.02 14.09 -34.9 32.92 -34.9 c
|
||||||
|
h
|
||||||
|
2601.99 500.4 m
|
||||||
|
26.07 0 46.09 -20.54 46.09 -47.41 c
|
||||||
|
0 -26.86 -20.02 -47.41 -46.09 -47.41 c
|
||||||
|
-26.07 0 -46.09 20.54 -46.09 47.41 c
|
||||||
|
0 26.86 20.02 47.41 46.09 47.41 c
|
||||||
|
f
|
||||||
|
2675.05 499.08 61.9 0 0 -8.56 -47.94 -71.11 50.57 0 0 -12.51 -68.48 0 0 8.56
|
||||||
|
48.2 71.11 -44.25 0 0 12.51 f
|
||||||
|
2773.79 406.902 13.1719 92.1797 re
|
||||||
|
f
|
||||||
|
2846.47 443.11 28.44 0 -14.22 34.24 -14.22 -34.24 H
|
||||||
|
2880.04 430.61 -38.84 0 -9.61 -23.7 -13.7 0 38.19 92.18 9.22 0 38.18 -92.18 -13.69 0
|
||||||
|
-9.75 23.7 f
|
||||||
|
2947.56 419.41 40.82 0 0 -12.51 -53.98 0 0 92.18 13.16 0 0 -79.67 f
|
||||||
|
3064.74 462.87 0 -12.51 -30.28 0 0 -43.46 -13.17 0 0 92.18 52.67 0 0 -12.51
|
||||||
|
-39.5 0 0 -23.7 30.28 0 f
|
||||||
|
3144.39 418.09 m
|
||||||
|
18.84 0 32.93 14.88 32.93 34.9 c
|
||||||
|
0 19.88 -14.09 34.9 -32.93 34.9 c
|
||||||
|
-18.83 0 -32.92 -15.02 -32.92 -34.9 c
|
||||||
|
0 -20.02 14.09 -34.9 32.92 -34.9 c
|
||||||
|
h
|
||||||
|
3144.39 500.4 m
|
||||||
|
26.07 0 46.09 -20.54 46.09 -47.41 c
|
||||||
|
0 -26.86 -20.02 -47.41 -46.09 -47.41 c
|
||||||
|
-26.06 0 -46.08 20.54 -46.08 47.41 c
|
||||||
|
0 26.86 20.02 47.41 46.08 47.41 c
|
||||||
|
f
|
||||||
|
3256.95 462.87 m
|
||||||
|
5.93 0 8.95 1.31 11.06 3.42 c
|
||||||
|
2.1 2.11 3.42 5.14 3.42 8.43 c
|
||||||
|
0 3.29 -1.32 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.13 3.42 -11.06 3.42 c
|
||||||
|
-18.44 0 0 -23.7 ^ h
|
||||||
|
3238.51 450.36 0 -43.46 -13.16 0 0 92.18 32.25 0 P
|
||||||
|
8.43 0 13.7 -1.97 17.91 -5.4 c
|
||||||
|
5.53 -4.48 9.1 -11.32 9.1 -18.96 c
|
||||||
|
0 -7.63 -3.57 -14.48 -9.1 -18.96 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.06 -43.98 -15.94 0 -32.78 43.46 -10.54 0 p f
|
||||||
|
3328.56 429.95 m
|
||||||
|
5.4 -6.59 13.04 -11.86 22.52 -11.86 c
|
||||||
|
8.55 0 16.06 5.54 16.06 13.83 c
|
||||||
|
0 14.09 -19.49 15.67 -31.73 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.67 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.49 27.92 24.49 c
|
||||||
|
11.72 0 19.88 -5.14 24.75 -9.22 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.63 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.72 19.63 -14.22 31.48 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.07 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.58 -26.73 c
|
||||||
|
-12.63 0 -24.09 5.53 -32.25 15.41 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
3455.21 500.4 m
|
||||||
|
13.17 0 25.68 -5.4 33.71 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.41 -24.89 10.41 c
|
||||||
|
-18.83 0 -33.45 -15.02 -33.45 -34.9 c
|
||||||
|
0 -20.8 15.02 -34.9 34.64 -34.9 c
|
||||||
|
12.38 0 21.33 6.85 26.47 13.04 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.91 -10.14 -21.6 -17.12 -35.82 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.15 -47.8 47.41 c
|
||||||
|
0 26.6 20.02 47.41 46.61 47.41 c
|
||||||
|
f
|
||||||
|
3589.64 450.36 -51.35 0 0 -43.46 -13.17 0 0 92.18 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.17 0 0 -92.18 ^ 0 43.46 f
|
||||||
|
3653.21 417.7 m
|
||||||
|
-5.93 6.45 -9.61 15.02 -9.61 27.39 c
|
||||||
|
0 53.99 13.16 0 0 -54.65 p
|
||||||
|
0 -8.69 2.11 -14.09 5.79 -18.18 c
|
||||||
|
4.61 -5.13 11.47 -8.16 19.23 -8.16 c
|
||||||
|
7.78 0 14.62 3.04 19.23 8.16 c
|
||||||
|
3.69 4.08 5.79 9.48 5.79 18.18 c
|
||||||
|
0 54.65 13.18 0 0 -53.99 p
|
||||||
|
0 -12.37 -3.7 -20.94 -9.62 -27.39 c
|
||||||
|
-6.98 -7.5 -17.25 -12.11 -28.58 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
3773.93 474.59 0 -67.69 -13.16 0 0 92.18 9.21 0 55.31 -67.69 0 67.69 13.16 0
|
||||||
|
0 -92.18 -9.22 0 -55.3 67.69 f
|
||||||
|
3956.95 422.7 m
|
||||||
|
-7.91 -10 -21.6 -17.12 -35.82 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.15 -47.8 47.41 c
|
||||||
|
0 26.6 20.02 47.41 46.61 47.41 c
|
||||||
|
13.17 0 25.68 -5.4 33.71 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.41 -24.89 10.41 c
|
||||||
|
-18.83 0 -33.45 -15.02 -33.45 -34.9 c
|
||||||
|
0 -20.8 15.02 -34.9 34.64 -34.9 c
|
||||||
|
9.74 0 17.77 3.69 22.65 8.56 c
|
||||||
|
0 23.71 -26.34 0 0 12.51 39.51 0 0 -40.17 p f
|
||||||
|
1388.69 276.74 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.38 c
|
||||||
|
0 53.99 13.16 0 0 -54.65 p
|
||||||
|
0 -8.69 2.11 -14.09 5.8 -18.17 c
|
||||||
|
4.61 -5.14 11.46 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.62 3.03 19.23 8.16 c
|
||||||
|
3.69 4.08 5.79 9.48 5.79 18.17 c
|
||||||
|
0 54.65 13.17 0 0 -53.99 p
|
||||||
|
0 -12.37 -3.69 -20.94 -9.6 -27.38 c
|
||||||
|
-6.99 -7.51 -17.26 -12.12 -28.59 -12.12 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.12 c
|
||||||
|
f
|
||||||
|
1509.42 333.63 0 -67.69 -13.17 0 0 92.18 9.21 0 55.32 -67.68 0 67.68 13.16 0
|
||||||
|
0 -92.18 -9.22 0 -55.3 67.69 f
|
||||||
|
1669.38 337.84 m
|
||||||
|
-5.79 5.01 -13.43 7.77 -26.34 7.77 c
|
||||||
|
-13.83 0 0 -67.16 ^ p
|
||||||
|
12.91 0 20.55 2.77 26.34 7.77 c
|
||||||
|
6.98 6.18 11.19 15.54 11.19 25.81 c
|
||||||
|
0 10.27 -4.21 19.62 -11.19 25.8 c
|
||||||
|
h
|
||||||
|
1616.05 265.94 0 92.18 27.66 0 P
|
||||||
|
14.61 0 24.09 -3.15 31.6 -8.69 c
|
||||||
|
11.32 -8.43 18.44 -22.12 18.44 -37.39 c
|
||||||
|
0 -15.28 -6.99 -28.98 -18.31 -37.4 c
|
||||||
|
-7.5 -5.53 -17.12 -8.69 -31.73 -8.69 c
|
||||||
|
-27.66 0 p f
|
||||||
|
1768.77 358.12 63.2 0 0 -12.51 -25.02 0 0 -79.67 -13.17 0 ^ -25.01 0
|
||||||
|
0 12.51 f
|
||||||
|
1907.67 321.91 0 -12.51 -30.29 0 0 -30.95 40.82 0 0 -12.51 -53.99 0 0 92.18
|
||||||
|
52.68 0 0 -12.51 -39.51 0 0 -23.7 30.29 0 f
|
||||||
|
1990.47 359.44 m
|
||||||
|
13.17 0 25.68 -5.4 33.72 -14.22 c
|
||||||
|
-8.83 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.81 15.01 -34.9 34.63 -34.9 c
|
||||||
|
12.38 0 21.32 6.84 26.46 13.04 c
|
||||||
|
9.36 -8.43 p
|
||||||
|
-7.9 -10.14 -21.61 -17.12 -35.82 -17.12 c
|
||||||
|
-27.52 0 -47.81 20.15 -47.81 47.41 c
|
||||||
|
0 26.59 20.02 47.4 46.62 47.4 c
|
||||||
|
f
|
||||||
|
2124.9 309.4 -51.36 0 0 -43.46 -13.17 0 0 92.18 ^ 0 -36.21 51.36 0
|
||||||
|
^ 13.16 0 0 -92.18 ^ 0 43.46 f
|
||||||
|
2193.35 333.63 0 -67.69 -13.18 0 0 92.18 9.22 0 55.31 -67.68 0 67.68 13.17 0
|
||||||
|
0 -92.18 -9.22 0 -55.3 67.69 f
|
||||||
|
2299.98 265.941 13.1602 92.1758 re
|
||||||
|
f
|
||||||
|
2355.27 358.12 13.16 0 0 -38.85 37.93 38.85 17.39 0 -41.62 -42.79 44.24 -49.38 -16.85 0
|
||||||
|
-41.09 46.09 0 -46.09 -13.16 0 0 92.18 f
|
||||||
|
2502.72 321.91 0 -12.51 -30.28 0 0 -43.46 -13.17 0 0 92.18 52.67 0 0 -12.51
|
||||||
|
-39.5 0 0 -23.7 30.28 0 f
|
||||||
|
2582.37 277.13 m
|
||||||
|
18.84 0 32.93 14.88 32.93 34.9 c
|
||||||
|
0 19.88 -14.09 34.89 -32.93 34.89 c
|
||||||
|
-18.83 0 -32.92 -15.01 -32.92 -34.89 c
|
||||||
|
0 -20.02 14.09 -34.9 32.92 -34.9 c
|
||||||
|
h
|
||||||
|
2582.37 359.44 m
|
||||||
|
26.07 0 46.09 -20.55 46.09 -47.4 c
|
||||||
|
0 -26.86 -20.02 -47.41 -46.09 -47.41 c
|
||||||
|
-26.07 0 -46.09 20.55 -46.09 47.41 c
|
||||||
|
0 26.86 20.02 47.4 46.09 47.4 c
|
||||||
|
f
|
||||||
|
2676.5 278.45 40.82 0 0 -12.51 -53.98 0 0 92.18 13.16 0 0 -79.67 f
|
||||||
|
2822 281.74 m
|
||||||
|
-7.91 -10.01 -21.6 -17.12 -35.82 -17.12 c
|
||||||
|
-27.52 0 -47.81 20.15 -47.81 47.41 c
|
||||||
|
0 26.59 20.02 47.4 46.62 47.4 c
|
||||||
|
13.17 0 25.68 -5.4 33.71 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.45 -15.01 -33.45 -34.89 c
|
||||||
|
0 -20.81 15.02 -34.9 34.64 -34.9 c
|
||||||
|
9.74 0 17.77 3.69 22.64 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.51 0 0 -40.16 p f
|
||||||
|
2904.25 321.91 0 -12.51 -30.28 0 0 -30.95 40.82 0 0 -12.51 -53.98 0 0 92.18
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
2963.5 333.63 0 -67.69 -13.16 0 0 92.18 9.21 0 55.31 -67.68 0 67.68 13.16 0
|
||||||
|
0 -92.18 -9.22 0 -55.3 67.69 f
|
||||||
|
3087.52 302.15 28.43 0 -14.22 34.24 -14.21 -34.24 H
|
||||||
|
3121.09 289.64 -38.85 0 -9.61 -23.7 -13.7 0 38.19 92.18 9.22 0 38.19 -92.18 -13.69 0
|
||||||
|
-9.75 23.7 f
|
||||||
|
3208.63 278.45 m
|
||||||
|
8.29 0 12.24 1.85 15.14 4.74 c
|
||||||
|
2.63 2.77 4.34 6.59 4.34 10.8 c
|
||||||
|
0 4.22 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.9 -6.85 4.75 -15.14 4.75 c
|
||||||
|
-20.02 0 0 -30.95 ^ h
|
||||||
|
3204.41 321.91 m
|
||||||
|
7.37 0 10.54 1.45 12.65 3.82 c
|
||||||
|
1.97 2.11 3.15 4.87 3.15 8.03 c
|
||||||
|
0 3.16 -1.18 5.93 -3.15 8.04 c
|
||||||
|
-2.11 2.37 -5.28 3.82 -12.65 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
3175.44 265.94 0 92.18 31.34 0 P
|
||||||
|
8.96 0 14.62 -2.5 18.97 -6.44 c
|
||||||
|
4.73 -4.36 7.63 -10.68 7.63 -17.52 c
|
||||||
|
0 -6.32 -2.9 -12.38 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.83 15.14 -24.23 c
|
||||||
|
0 -8.55 -3.95 -16.33 -10.14 -21.33 c
|
||||||
|
-4.74 -3.96 -10.79 -6.19 -20.15 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
3276.69 288.99 m
|
||||||
|
5.4 -6.58 13.03 -11.86 22.51 -11.86 c
|
||||||
|
8.56 0 16.07 5.54 16.07 13.83 c
|
||||||
|
0 14.09 -19.49 15.67 -31.74 23.7 c
|
||||||
|
-6.58 4.35 -11.72 10.66 -11.72 20.29 c
|
||||||
|
0 13.43 11.86 24.49 27.92 24.49 c
|
||||||
|
11.72 0 19.88 -5.14 24.76 -9.22 c
|
||||||
|
-7.78 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.34 -15.28 -12.38 c
|
||||||
|
0 -11.72 19.63 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.07 c
|
||||||
|
0 -16.19 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.41 c
|
||||||
|
9.09 8.96 p f
|
||||||
|
3403.34 359.44 m
|
||||||
|
13.17 0 25.68 -5.4 33.71 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.45 -15.01 -33.45 -34.89 c
|
||||||
|
0 -20.81 15.02 -34.9 34.64 -34.9 c
|
||||||
|
12.37 0 21.33 6.84 26.46 13.04 c
|
||||||
|
9.36 -8.43 p
|
||||||
|
-7.91 -10.14 -21.6 -17.12 -35.82 -17.12 c
|
||||||
|
-27.52 0 -47.81 20.15 -47.81 47.41 c
|
||||||
|
0 26.59 20.02 47.4 46.62 47.4 c
|
||||||
|
f
|
||||||
|
3537.76 309.4 -51.36 0 0 -43.46 -13.16 0 0 92.18 ^ 0 -36.21 51.36 0
|
||||||
|
^ 13.16 0 0 -92.18 ^ 0 43.46 f
|
||||||
|
3636.75 381.82 m
|
||||||
|
4.61 0 8.3 -3.69 8.3 -8.3 c
|
||||||
|
0 -4.61 -3.69 -8.16 -8.3 -8.16 c
|
||||||
|
-4.61 0 -8.16 3.56 -8.16 8.16 c
|
||||||
|
0 4.61 3.55 8.3 8.16 8.3 c
|
||||||
|
h
|
||||||
|
3610.43 302.15 28.43 0 -14.22 34.24 -14.21 -34.24 H
|
||||||
|
3612.4 381.82 m
|
||||||
|
4.61 0 8.29 -3.69 8.29 -8.3 c
|
||||||
|
0 -4.61 -3.68 -8.16 -8.29 -8.16 c
|
||||||
|
-4.61 0 -8.17 3.56 -8.17 8.16 c
|
||||||
|
0 4.61 3.56 8.3 8.17 8.3 c
|
||||||
|
h
|
||||||
|
3644 289.64 -38.85 0 -9.61 -23.7 -13.7 0 38.19 92.18 9.22 0 38.19 -92.18 -13.69 0
|
||||||
|
-9.75 23.7 f
|
||||||
|
3680.58 358.12 63.21 0 0 -12.51 -25.01 0 0 -79.67 -13.18 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
3773.4 358.12 61.9 0 0 -8.55 -47.94 -71.11 50.57 0 0 -12.51 -68.48 0 0 8.55
|
||||||
|
48.2 71.11 -44.25 0 0 12.51 f
|
||||||
|
3879.77 276.74 m
|
||||||
|
-5.93 6.45 -9.61 15.01 -9.61 27.38 c
|
||||||
|
0 53.99 13.17 0 0 -54.65 p
|
||||||
|
0 -8.69 2.11 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.14 11.46 -8.16 19.23 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.7 4.08 5.79 9.48 5.79 18.17 c
|
||||||
|
0 54.65 13.18 0 0 -53.99 p
|
||||||
|
0 -12.37 -3.69 -20.94 -9.62 -27.38 c
|
||||||
|
-6.97 -7.51 -17.25 -12.12 -28.57 -12.12 c
|
||||||
|
-11.32 0 -21.6 4.61 -28.58 12.12 c
|
||||||
|
f
|
||||||
|
4000.49 333.63 0 -67.69 -13.16 0 0 92.18 9.21 0 55.31 -67.68 0 67.68 13.17 0
|
||||||
|
0 -92.18 -9.22 0 -55.31 67.69 f
|
||||||
|
4183.51 281.74 m
|
||||||
|
-7.91 -10.01 -21.6 -17.12 -35.82 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.15 -47.8 47.41 c
|
||||||
|
0 26.59 20.02 47.4 46.61 47.4 c
|
||||||
|
13.17 0 25.68 -5.4 33.71 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.45 -15.01 -33.45 -34.89 c
|
||||||
|
0 -20.81 15.02 -34.9 34.64 -34.9 c
|
||||||
|
9.75 0 17.77 3.69 22.65 8.56 c
|
||||||
|
0 23.7 -26.34 0 0 12.51 39.51 0 0 -40.16 p f
|
||||||
|
255 G
|
||||||
|
901.488 923.492 153.641 26.1328 re
|
||||||
|
f
|
||||||
|
835.594 751.094 26.3555 370.934 re
|
||||||
|
f
|
||||||
|
1094.66 751.094 26.3594 370.934 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
697.289 273.266 13.2148 231.508 re
|
||||||
|
f
|
||||||
|
858.23 506.45 m
|
||||||
|
33.03 -2.52 57.25 -25.2 v
|
||||||
|
-8.8 -9.75 p
|
||||||
|
-16.26 14.28 -31.17 18.48 -48.45 21.84 c
|
||||||
|
0 13.11 h
|
||||||
|
859.42 284.69 m
|
||||||
|
28.96 3.36 49.62 20.5 49.62 48.05 c
|
||||||
|
0 27.38 -20.49 37.46 -45.05 46.88 c
|
||||||
|
-47.25 17.98 p
|
||||||
|
-26.09 9.91 -42.18 28.05 -42.18 53.09 c
|
||||||
|
0 32.76 27.79 53.59 56.57 55.78 c
|
||||||
|
0 -13.11 p
|
||||||
|
-20.66 -2.02 -43.36 -16.29 -43.36 -42.33 c
|
||||||
|
0 -17.3 9.99 -32.26 33.54 -41.16 c
|
||||||
|
47.76 -17.97 p
|
||||||
|
27.95 -10.59 53.18 -24.37 53.18 -59.14 c
|
||||||
|
0 -37.3 -28.96 -57.46 -62.83 -61.32 c
|
||||||
|
0 13.27 h
|
||||||
|
779.14 310.39 m
|
||||||
|
13.89 -14.45 32.34 -22.34 53.18 -25.7 c
|
||||||
|
0 -13.27 p
|
||||||
|
-24.05 3.02 -48.11 14.11 -63.35 30.41 c
|
||||||
|
10.17 8.57 p f
|
||||||
|
1029.99 464.79 13.21 0 0 -191.52 ^ ^ H
|
||||||
|
959.87 504.77 153.61 0 0 -13.11 ^ ^ f
|
||||||
|
cleartomark end end pagesave restore
|
||||||
|
showpage
|
||||||
|
%%PageTrailer
|
||||||
|
%%Trailer
|
||||||
|
%%Pages: 1
|
9653
texmf-local/tex/latex/oth/logos/OTHR_ITZ_Logo.eps
Normal file
9653
texmf-local/tex/latex/oth/logos/OTHR_ITZ_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9790
texmf-local/tex/latex/oth/logos/OTHR_KIB_Logo.eps
Normal file
9790
texmf-local/tex/latex/oth/logos/OTHR_KIB_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
632
texmf-local/tex/latex/oth/logos/OTHR_KNB_Logo.eps
Normal file
632
texmf-local/tex/latex/oth/logos/OTHR_KNB_Logo.eps
Normal file
@ -0,0 +1,632 @@
|
|||||||
|
%!PS-Adobe-3.0 EPSF-3.0
|
||||||
|
%%BoundingBox: 0 0 426 125
|
||||||
|
%%HiResBoundingBox: 0.000000 0.000000 425.200000 124.800000
|
||||||
|
%.........................................
|
||||||
|
%%Creator: GPL Ghostscript 907 (epswrite)
|
||||||
|
%%CreationDate: 2016/02/11 21:01:03
|
||||||
|
%%DocumentData: Clean7Bit
|
||||||
|
%%LanguageLevel: 2
|
||||||
|
%%EndComments
|
||||||
|
%%BeginProlog
|
||||||
|
% This copyright applies to everything between here and the %%EndProlog:
|
||||||
|
% Copyright (C) 2012 Artifex Software, Inc. All rights reserved.
|
||||||
|
%%BeginResource: procset GS_epswrite_2_0_1001 1.001 0
|
||||||
|
/GS_epswrite_2_0_1001 80 dict dup begin
|
||||||
|
/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch
|
||||||
|
4 index eq and{ pop pop pop}{ PageSize dup 1
|
||||||
|
5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec}
|
||||||
|
{ pop/setpagedevice where
|
||||||
|
{ pop 1 dict dup /PageSize PageSize put setpagedevice}
|
||||||
|
{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat
|
||||||
|
setpage}if}ifelse}ifelse}ifelse} bind def
|
||||||
|
/!{bind def}bind def/#{load def}!/N/counttomark #
|
||||||
|
/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}!
|
||||||
|
/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
|
||||||
|
/w/setlinewidth #/J/setlinecap #
|
||||||
|
/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
|
||||||
|
/m/moveto #/l/lineto #/c/rcurveto #
|
||||||
|
/p{N 2 idiv{N -2 roll rlineto}repeat}!
|
||||||
|
/P{N 0 gt{N -2 roll moveto p}if}!
|
||||||
|
/h{p closepath}!/H{P closepath}!
|
||||||
|
/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
|
||||||
|
/re{4 -2 roll m exch dup lx exch ly neg lx h}!
|
||||||
|
/^{3 index neg 3 index neg}!
|
||||||
|
/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}!
|
||||||
|
/q/gsave #/Q/grestore #/rf{re fill}!
|
||||||
|
/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}!
|
||||||
|
/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}!
|
||||||
|
/|{exch string readstring |=}!
|
||||||
|
/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
|
||||||
|
/@/currentfile #/${+ @ |}!
|
||||||
|
/B{{2 copy string{readstring pop}aload pop 4 array astore cvx
|
||||||
|
3 1 roll}repeat pop pop true}!
|
||||||
|
/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
|
||||||
|
/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
|
||||||
|
/Ic{exch Ix false 3 colorimage}!
|
||||||
|
/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>>
|
||||||
|
/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}!
|
||||||
|
/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}!
|
||||||
|
/@F{@ &2<<F}!/@C{@X &2 FX}!
|
||||||
|
/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}!
|
||||||
|
/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource
|
||||||
|
/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall
|
||||||
|
currentdict end image}!
|
||||||
|
/~{@ read {pop} if}!
|
||||||
|
end def
|
||||||
|
%%EndResource
|
||||||
|
/pagesave null def
|
||||||
|
%%EndProlog
|
||||||
|
%%Page: 1 1
|
||||||
|
%%BeginPageSetup
|
||||||
|
GS_epswrite_2_0_1001 begin
|
||||||
|
/pagesave save store 197 dict begin
|
||||||
|
0.1 0.1 scale
|
||||||
|
%%EndPageSetup
|
||||||
|
gsave mark
|
||||||
|
Q q
|
||||||
|
0 0 4251.97 1247.24 re
|
||||||
|
Y
|
||||||
|
255 G
|
||||||
|
0 0 4251.97 1247.24 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
0 623.723 1245.85 623.516 re
|
||||||
|
f
|
||||||
|
255 G
|
||||||
|
521.211 1096.18 246.238 26.3594 re
|
||||||
|
f
|
||||||
|
631.152 748.426 26.3555 308.219 re
|
||||||
|
f
|
||||||
|
901.617 922.305 153.633 26.3555 re
|
||||||
|
f
|
||||||
|
835.723 748.426 26.3594 374.113 re
|
||||||
|
f
|
||||||
|
1094.79 748.426 26.3516 374.113 re
|
||||||
|
f
|
||||||
|
457.24 1053.01 -18.82 -18.82 P
|
||||||
|
21.29 -27.26 34.03 -61.52 34.03 -98.71 c
|
||||||
|
0 -88.61 -72.09 -160.7 -160.7 -160.7 c
|
||||||
|
-37.2 0 -71.45 12.74 -98.71 34.03 c
|
||||||
|
-18.82 -18.82 p
|
||||||
|
32.13 -25.98 73 -41.57 117.53 -41.57 c
|
||||||
|
103.31 0 187.05 83.75 187.05 187.05 c
|
||||||
|
0 44.53 -15.59 85.41 -41.57 117.53 c
|
||||||
|
f
|
||||||
|
185.09 836.77 m
|
||||||
|
-21.29 27.26 -34.03 61.52 -34.03 98.71 c
|
||||||
|
0 88.61 72.09 160.7 160.7 160.7 c
|
||||||
|
37.2 0 71.45 -12.74 98.71 -34.03 c
|
||||||
|
18.82 18.82 p
|
||||||
|
-32.12 25.98 -72.99 41.57 -117.53 41.57 c
|
||||||
|
-103.31 0 -187.05 -83.75 -187.05 -187.05 c
|
||||||
|
0 -44.53 15.59 -85.41 41.57 -117.53 c
|
||||||
|
18.82 18.82 p f
|
||||||
|
35 31 32 rG
|
||||||
|
1419.24 1041.55 m
|
||||||
|
18.82 0 32.91 14.88 32.91 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.91 34.89 c
|
||||||
|
-18.83 0 -32.92 -15.01 -32.92 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.92 -34.89 c
|
||||||
|
h
|
||||||
|
1419.24 1123.83 m
|
||||||
|
26.06 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.02 -47.39 -46.08 -47.39 c
|
||||||
|
-26.07 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.01 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
1500.73 1053.39 m
|
||||||
|
5.39 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.86 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.89 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.63 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.1 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
1575.5 1122.52 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1704.13 1042.86 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.76 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.89 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.02 0 0 -30.94 ^ h
|
||||||
|
1699.91 1086.31 m
|
||||||
|
7.38 0 10.54 1.45 12.64 3.82 c
|
||||||
|
1.98 2.11 3.16 4.88 3.16 8.03 c
|
||||||
|
0 3.16 -1.18 5.93 -3.16 8.03 c
|
||||||
|
-2.1 2.37 -5.26 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1670.95 1030.36 0 92.16 31.33 0 P
|
||||||
|
8.96 0 14.62 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.64 -10.66 7.64 -17.51 c
|
||||||
|
0 -6.32 -2.9 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.22 c
|
||||||
|
0 -8.56 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.8 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
1787.73 1066.56 28.43 0 -14.21 34.23 -14.22 -34.23 H
|
||||||
|
1821.3 1054.05 -38.84 0 -9.61 -23.7 -13.69 0 38.18 92.16 9.22 0 38.17 -92.16 -13.69 0
|
||||||
|
-9.74 23.7 f
|
||||||
|
1899.37 1072.48 0 -42.13 -13.17 0 ^ -31.59 50.03 14.74 0 23.44 -37 23.43 37
|
||||||
|
14.75 0 -31.6 -50.03 f
|
||||||
|
2006.01 1086.31 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
2083.68 1086.31 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.14 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2065.25 1073.8 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.42 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.48 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.97 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2154.77 1030.36 13.1719 92.1602 re
|
||||||
|
f
|
||||||
|
2211.25 1053.39 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.07 5.53 16.07 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.46 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
2337.9 1123.83 m
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.32 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.39 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2472.31 1073.8 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2571.05 1086.31 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1370.52 981.56 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1509.42 945.35 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1592.22 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
1726.64 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
1795.09 957.07 0 -67.67 -13.16 0 0 92.16 9.21 0 55.3 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.3 67.67 f
|
||||||
|
1901.73 889.398 13.168 92.1602 re
|
||||||
|
f
|
||||||
|
1958.21 912.44 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2084.86 982.87 m
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.62 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.47 13.03 c
|
||||||
|
9.34 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.51 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2219.27 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2318.01 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
2482.57 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2576.7 900.59 m
|
||||||
|
18.83 0 32.92 14.88 32.92 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.92 34.89 c
|
||||||
|
-18.82 0 -32.91 -15.01 -32.91 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.91 -34.89 c
|
||||||
|
h
|
||||||
|
2576.7 982.87 m
|
||||||
|
26.07 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.01 -47.39 -46.08 -47.39 c
|
||||||
|
-26.06 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.02 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
2699.66 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
2834.08 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2890.55 912.44 m
|
||||||
|
5.4 -6.58 13.04 -11.85 22.52 -11.85 c
|
||||||
|
8.55 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.67 6.32 -16.46 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.58 -26.73 c
|
||||||
|
-12.63 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
3017.2 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
3151.62 932.84 -51.35 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
3215.2 900.19 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.39 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.39 c
|
||||||
|
-6.98 -7.5 -17.25 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
3335.92 901.9 40.82 0 0 -12.5 -53.98 0 0 92.16 13.16 0 0 -79.66 f
|
||||||
|
3453.09 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1412 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.05 3.42 c
|
||||||
|
2.11 2.11 3.43 5.13 3.43 8.43 c
|
||||||
|
0 3.29 -1.32 6.32 -3.43 8.43 c
|
||||||
|
-2.1 2.11 -5.13 3.43 -11.05 3.43 c
|
||||||
|
-18.44 0 0 -23.7 ^ h
|
||||||
|
1393.56 791.89 0 -43.45 -13.16 0 0 92.16 32.25 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.91 -5.4 c
|
||||||
|
5.53 -4.47 9.08 -11.32 9.08 -18.96 c
|
||||||
|
0 -7.64 -3.55 -14.48 -9.08 -18.96 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.05 -43.98 -15.93 0 -32.78 43.45 -10.54 0 p f
|
||||||
|
1526.53 804.4 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.51 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.5 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1646.34 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.4 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.92 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
9.74 0 17.77 3.69 22.64 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.5 0 0 -40.16 p f
|
||||||
|
1728.62 804.4 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.51 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.5 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1787.86 816.11 0 -67.67 -13.17 0 0 92.16 9.22 0 55.29 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.29 67.67 f
|
||||||
|
1895.68 771.48 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.09 -19.48 15.67 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.27 c
|
||||||
|
0 13.43 11.85 24.49 27.91 24.49 c
|
||||||
|
11.72 0 19.88 -5.14 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.34 -15.28 -12.37 c
|
||||||
|
0 -11.72 19.62 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.41 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2016.14 760.95 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.77 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.9 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.01 0 0 -30.94 ^ h
|
||||||
|
2011.93 804.4 m
|
||||||
|
7.37 0 10.53 1.45 12.64 3.82 c
|
||||||
|
1.97 2.11 3.16 4.87 3.16 8.03 c
|
||||||
|
0 3.16 -1.19 5.93 -3.16 8.03 c
|
||||||
|
-2.11 2.37 -5.27 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1982.96 748.44 0 92.16 31.34 0 P
|
||||||
|
8.95 0 14.61 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.63 -10.66 7.63 -17.51 c
|
||||||
|
0 -6.32 -2.89 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.23 c
|
||||||
|
0 -8.55 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.79 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
2091.31 759.24 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.38 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.38 c
|
||||||
|
-6.98 -7.5 -17.24 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
2230.47 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.13 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2212.04 791.89 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.47 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.98 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2374.63 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.4 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15 -34.89 34.62 -34.89 c
|
||||||
|
9.75 0 17.78 3.69 22.65 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.49 0 0 -40.16 p f
|
||||||
|
0 0 1245.85 66.1797 re
|
||||||
|
f
|
||||||
|
1380.4 499.08 13.17 0 0 -38.85 37.92 38.85 17.38 0 -41.61 -42.8 44.25 -49.38 -16.86 0
|
||||||
|
-41.08 46.09 0 -46.09 -13.17 0 0 92.18 f
|
||||||
|
1516.01 418.09 m
|
||||||
|
18.83 0 32.92 14.88 32.92 34.9 c
|
||||||
|
0 19.88 -14.09 34.9 -32.92 34.9 c
|
||||||
|
-18.84 0 -32.92 -15.02 -32.92 -34.9 c
|
||||||
|
0 -20.02 14.08 -34.9 32.92 -34.9 c
|
||||||
|
h
|
||||||
|
1516.01 500.4 m
|
||||||
|
26.07 0 46.09 -20.54 46.09 -47.41 c
|
||||||
|
0 -26.86 -20.02 -47.41 -46.09 -47.41 c
|
||||||
|
-26.08 0 -46.09 20.54 -46.09 47.41 c
|
||||||
|
0 26.86 20.01 47.41 46.09 47.41 c
|
||||||
|
f
|
||||||
|
1646.34 426.65 -9.21 0 -27 42.27 0 -62.02 -13.17 0 0 92.18 9.22 0 35.56 -56.23
|
||||||
|
35.55 56.23 9.22 0 0 -92.18 -13.17 0 0 62.02 -27 -42.27 f
|
||||||
|
1762.85 460.23 m
|
||||||
|
6.32 0 9.74 1.58 12.11 4.08 c
|
||||||
|
2.24 2.37 3.69 5.53 3.69 9.09 c
|
||||||
|
0 3.55 -1.45 6.72 -3.69 9.09 c
|
||||||
|
-2.37 2.5 -5.79 4.08 -12.11 4.08 c
|
||||||
|
-21.07 0 0 -26.34 ^ h
|
||||||
|
1741.78 447.72 0 -40.82 -13.17 0 0 92.18 34.9 0 P
|
||||||
|
8.95 0 14.74 -2.24 19.22 -6.05 c
|
||||||
|
5.53 -4.74 9.09 -11.73 9.09 -19.62 c
|
||||||
|
0 -7.9 -3.56 -14.88 -9.09 -19.62 c
|
||||||
|
-4.48 -3.82 -10.27 -6.06 -19.22 -6.06 c
|
||||||
|
-21.73 0 p f
|
||||||
|
1869.48 462.87 0 -12.51 -30.28 0 0 -30.95 40.82 0 0 -12.51 -53.99 0 0 92.18
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1905.69 499.08 63.21 0 0 -12.51 -25.02 0 0 -79.67 -13.17 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
2044.58 462.87 0 -12.51 -30.28 0 0 -30.95 40.82 0 0 -12.51 -53.99 0 0 92.18
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
2103.82 474.59 0 -67.69 -13.16 0 0 92.18 9.21 0 55.31 -67.69 0 67.69 13.16 0
|
||||||
|
0 -92.18 -9.22 0 -55.3 67.69 f
|
||||||
|
2207.82 499.08 61.9 0 0 -8.56 -47.94 -71.11 50.57 0 0 -12.51 -68.48 0 0 8.56
|
||||||
|
48.2 71.11 -44.25 0 0 12.51 f
|
||||||
|
2303.26 499.08 61.9 0 0 -8.56 -47.94 -71.11 50.57 0 0 -12.51 -68.48 0 0 8.56
|
||||||
|
48.2 71.11 -44.25 0 0 12.51 f
|
||||||
|
2445.46 462.87 0 -12.51 -30.28 0 0 -30.95 40.82 0 0 -12.51 -53.99 0 0 92.18
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
2504.7 474.59 0 -67.69 -13.16 0 0 92.18 9.2 0 55.32 -67.69 0 67.69 13.16 0
|
||||||
|
0 -92.18 -9.22 0 -55.3 67.69 f
|
||||||
|
2601.45 499.08 63.21 0 0 -12.51 -25.02 0 0 -79.67 -13.17 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
2728.51 462.87 m
|
||||||
|
5.93 0 8.95 1.31 11.06 3.42 c
|
||||||
|
2.1 2.11 3.42 5.14 3.42 8.43 c
|
||||||
|
0 3.29 -1.32 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.13 3.42 -11.06 3.42 c
|
||||||
|
-18.44 0 0 -23.7 ^ h
|
||||||
|
2710.07 450.36 0 -43.46 -13.16 0 0 92.18 32.25 0 P
|
||||||
|
8.43 0 13.7 -1.97 17.91 -5.4 c
|
||||||
|
5.53 -4.48 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.63 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.06 -43.98 -15.94 0 -32.78 43.46 -10.54 0 p f
|
||||||
|
2805.26 417.7 m
|
||||||
|
-5.93 6.45 -9.61 15.02 -9.61 27.39 c
|
||||||
|
0 53.99 13.16 0 0 -54.65 p
|
||||||
|
0 -8.69 2.11 -14.09 5.8 -18.18 c
|
||||||
|
4.6 -5.13 11.46 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.62 3.04 19.23 8.16 c
|
||||||
|
3.68 4.08 5.79 9.48 5.79 18.18 c
|
||||||
|
0 54.65 13.17 0 0 -53.99 p
|
||||||
|
0 -12.37 -3.69 -20.94 -9.62 -27.39 c
|
||||||
|
-6.97 -7.5 -17.24 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
2962.19 426.65 -9.22 0 -26.99 42.27 0 -62.02 -13.17 0 0 92.18 9.22 0 35.55 -56.23
|
||||||
|
35.56 56.23 9.22 0 0 -92.18 -13.17 0 0 62.02 -27 -42.27 f
|
||||||
|
1393.57 333.63 0 -67.69 -13.17 0 0 92.18 9.22 0 55.3 -67.68 0 67.68 13.17 0
|
||||||
|
0 -92.18 -9.22 0 -55.3 67.69 f
|
||||||
|
1517.58 302.15 28.45 0 -14.22 34.24 -14.23 -34.24 H
|
||||||
|
1551.16 289.64 -38.84 0 -9.61 -23.7 -13.7 0 38.19 92.18 9.22 0 38.19 -92.18 -13.7 0
|
||||||
|
-9.75 23.7 f
|
||||||
|
1642.92 359.44 m
|
||||||
|
13.17 0 25.68 -5.4 33.71 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.45 -15.01 -33.45 -34.89 c
|
||||||
|
0 -20.81 15.01 -34.9 34.64 -34.9 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.04 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.53 0 -47.8 20.15 -47.8 47.41 c
|
||||||
|
0 26.59 20.01 47.4 46.61 47.4 c
|
||||||
|
f
|
||||||
|
1777.35 309.4 -51.36 0 0 -43.46 -13.17 0 0 92.18 ^ 0 -36.21 51.36 0
|
||||||
|
^ 13.16 0 0 -92.18 ^ 0 43.46 f
|
||||||
|
1897.15 309.4 -51.36 0 0 -43.46 -13.16 0 0 92.18 ^ 0 -36.21 51.36 0
|
||||||
|
^ 13.16 0 0 -92.18 ^ 0 43.46 f
|
||||||
|
1969.82 302.15 28.43 0 -14.21 34.24 -14.22 -34.24 H
|
||||||
|
2003.39 289.64 -38.85 0 -9.61 -23.7 -13.7 0 38.2 92.18 9.21 0 38.19 -92.18 -13.69 0
|
||||||
|
-9.75 23.7 f
|
||||||
|
2070.91 278.45 40.82 0 0 -12.51 -53.98 0 0 92.18 13.16 0 0 -79.67 f
|
||||||
|
2126.85 358.12 63.21 0 0 -12.51 -25.02 0 0 -79.67 -13.17 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
2222.31 265.941 13.1602 92.1758 re
|
||||||
|
f
|
||||||
|
2353.98 281.74 m
|
||||||
|
-7.91 -10.01 -21.6 -17.12 -35.82 -17.12 c
|
||||||
|
-27.52 0 -47.81 20.15 -47.81 47.41 c
|
||||||
|
0 26.59 20.02 47.4 46.61 47.4 c
|
||||||
|
13.18 0 25.69 -5.4 33.72 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.9 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.81 15.02 -34.9 34.64 -34.9 c
|
||||||
|
9.74 0 17.77 3.69 22.64 8.56 c
|
||||||
|
0 23.7 -26.34 0 0 12.51 39.52 0 0 -40.16 p f
|
||||||
|
2436.24 321.91 0 -12.51 -30.28 0 0 -30.95 40.82 0 0 -12.51 -53.99 0 0 92.18
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
2483.5 288.99 m
|
||||||
|
5.4 -6.58 13.04 -11.86 22.52 -11.86 c
|
||||||
|
8.55 0 16.06 5.54 16.06 13.83 c
|
||||||
|
0 14.09 -19.49 15.67 -31.74 23.7 c
|
||||||
|
-6.58 4.35 -11.71 10.66 -11.71 20.29 c
|
||||||
|
0 13.43 11.85 24.49 27.91 24.49 c
|
||||||
|
11.72 0 19.89 -5.14 24.76 -9.22 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.67 6.32 -16.46 6.32 c
|
||||||
|
-7.63 0 -15.28 -4.34 -15.28 -12.38 c
|
||||||
|
0 -11.72 19.63 -14.22 31.47 -22.12 c
|
||||||
|
6.2 -4.08 11.99 -10.54 11.99 -21.07 c
|
||||||
|
0 -16.19 -12.51 -26.73 -28.58 -26.73 c
|
||||||
|
-12.63 0 -24.09 5.54 -32.25 15.41 c
|
||||||
|
9.08 8.96 p f
|
||||||
|
2657.95 278.45 m
|
||||||
|
8.29 0 12.25 1.85 15.14 4.74 c
|
||||||
|
2.63 2.77 4.34 6.59 4.34 10.8 c
|
||||||
|
0 4.22 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.89 2.9 -6.85 4.75 -15.14 4.75 c
|
||||||
|
-20.02 0 0 -30.95 ^ h
|
||||||
|
2653.73 321.91 m
|
||||||
|
7.38 0 10.54 1.45 12.65 3.82 c
|
||||||
|
1.97 2.11 3.15 4.87 3.15 8.03 c
|
||||||
|
0 3.16 -1.18 5.93 -3.15 8.04 c
|
||||||
|
-2.11 2.37 -5.27 3.82 -12.65 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
2624.77 265.94 0 92.18 31.34 0 P
|
||||||
|
8.95 0 14.61 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.35 7.64 -10.66 7.64 -17.51 c
|
||||||
|
0 -6.32 -2.9 -12.38 -7.25 -16.46 c
|
||||||
|
8.69 -4.34 15.15 -13.82 15.15 -24.23 c
|
||||||
|
0 -8.55 -3.96 -16.33 -10.15 -21.33 c
|
||||||
|
-4.74 -3.96 -10.79 -6.19 -20.15 -6.19 c
|
||||||
|
-35.54 0 p f
|
||||||
|
2741.54 302.15 28.44 0 -14.22 34.24 -14.22 -34.24 H
|
||||||
|
2775.12 289.64 -38.85 0 -9.61 -23.7 -13.7 0 38.19 92.18 9.22 0 38.19 -92.18 -13.69 0
|
||||||
|
-9.75 23.7 f
|
||||||
|
2834.47 276.74 m
|
||||||
|
-5.92 6.45 -9.6 15.01 -9.6 27.38 c
|
||||||
|
0 53.99 13.16 0 0 -54.65 p
|
||||||
|
0 -8.69 2.11 -14.09 5.8 -18.17 c
|
||||||
|
4.6 -5.14 11.46 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.62 3.03 19.23 8.16 c
|
||||||
|
3.68 4.08 5.79 9.48 5.79 18.17 c
|
||||||
|
0 54.65 13.17 0 0 -53.99 p
|
||||||
|
0 -12.37 -3.69 -20.94 -9.62 -27.38 c
|
||||||
|
-6.97 -7.51 -17.24 -12.12 -28.57 -12.12 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.58 12.12 c
|
||||||
|
f
|
||||||
|
2985.49 321.91 0 -12.51 -30.28 0 0 -30.95 40.82 0 0 -12.51 -53.99 0 0 92.18
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
3044.73 333.63 0 -67.69 -13.17 0 0 92.18 9.22 0 55.31 -67.68 0 67.68 13.16 0
|
||||||
|
0 -92.18 -9.22 0 -55.3 67.69 f
|
||||||
|
255 G
|
||||||
|
901.488 923.492 153.641 26.1328 re
|
||||||
|
f
|
||||||
|
835.594 751.094 26.3555 370.934 re
|
||||||
|
f
|
||||||
|
1094.66 751.094 26.3594 370.934 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
590.29 391.71 81.98 -118.44 -16.09 0 -75.04 108.36 9.14 10.08 H
|
||||||
|
544.05 400.61 95.18 104.16 17.96 0 -113.14 -123.82 0 19.66 H
|
||||||
|
503.74 504.77 13.21 0 0 -231.51 ^ ^ f
|
||||||
|
716.38 443.29 13.21 -15.62 0 -154.39 -13.21 0 0 170.02 H
|
||||||
|
879.83 504.77 13.21 0 0 -231.51 -176.66 210.51 0 21 163.45 -194.72 0 194.72 f
|
||||||
|
984.25 286.37 66.05 0 P
|
||||||
|
26.93 0 48.28 21.67 48.28 48.21 c
|
||||||
|
0 11.75 -4.41 22.51 -11.52 30.92 c
|
||||||
|
4.07 2.01 7.79 4.36 11.17 7.21 c
|
||||||
|
8.48 -10.41 13.55 -23.68 13.55 -38.13 c
|
||||||
|
0 -33.77 -27.6 -61.32 -61.48 -61.32 c
|
||||||
|
-66.05 0 0 13.11 h
|
||||||
|
984.25 395.57 61.99 0 P
|
||||||
|
26.93 0 48.27 21.67 48.27 48.21 c
|
||||||
|
0 26.55 -21.68 47.88 -48.27 47.88 c
|
||||||
|
-61.99 0 0 13.11 ^ p
|
||||||
|
33.87 0 61.48 -27.21 61.48 -60.98 c
|
||||||
|
0 -33.77 -27.61 -61.32 -61.48 -61.32 c
|
||||||
|
-61.99 0 0 13.11 h
|
||||||
|
943.94 504.77 13.21 0 0 -231.51 ^ ^ f
|
||||||
|
cleartomark end end pagesave restore
|
||||||
|
showpage
|
||||||
|
%%PageTrailer
|
||||||
|
%%Trailer
|
||||||
|
%%Pages: 1
|
9770
texmf-local/tex/latex/oth/logos/OTHR_KWK_Logo.eps
Normal file
9770
texmf-local/tex/latex/oth/logos/OTHR_KWK_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
2808
texmf-local/tex/latex/oth/logos/OTHR_LAS3_Logo.eps
Normal file
2808
texmf-local/tex/latex/oth/logos/OTHR_LAS3_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9705
texmf-local/tex/latex/oth/logos/OTHR_LAT_Logo.eps
Normal file
9705
texmf-local/tex/latex/oth/logos/OTHR_LAT_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9793
texmf-local/tex/latex/oth/logos/OTHR_LBM_Logo.eps
Normal file
9793
texmf-local/tex/latex/oth/logos/OTHR_LBM_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9758
texmf-local/tex/latex/oth/logos/OTHR_LFD_Logo.eps
Normal file
9758
texmf-local/tex/latex/oth/logos/OTHR_LFD_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9886
texmf-local/tex/latex/oth/logos/OTHR_LFT_Logo.eps
Normal file
9886
texmf-local/tex/latex/oth/logos/OTHR_LFT_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
10030
texmf-local/tex/latex/oth/logos/OTHR_LFW_Logo.eps
Normal file
10030
texmf-local/tex/latex/oth/logos/OTHR_LFW_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9751
texmf-local/tex/latex/oth/logos/OTHR_LMP_Logo.eps
Normal file
9751
texmf-local/tex/latex/oth/logos/OTHR_LMP_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9993
texmf-local/tex/latex/oth/logos/OTHR_LMS_Logo.eps
Normal file
9993
texmf-local/tex/latex/oth/logos/OTHR_LMS_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9503
texmf-local/tex/latex/oth/logos/OTHR_LP_Logo.eps
Normal file
9503
texmf-local/tex/latex/oth/logos/OTHR_LP_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
537
texmf-local/tex/latex/oth/logos/OTHR_LRT_Logo.eps
Normal file
537
texmf-local/tex/latex/oth/logos/OTHR_LRT_Logo.eps
Normal file
@ -0,0 +1,537 @@
|
|||||||
|
%!PS-Adobe-3.0 EPSF-3.0
|
||||||
|
%%BoundingBox: 0 0 426 125
|
||||||
|
%%HiResBoundingBox: 0.000000 0.000000 425.200000 124.800000
|
||||||
|
%.........................................
|
||||||
|
%%Creator: GPL Ghostscript 907 (epswrite)
|
||||||
|
%%CreationDate: 2016/02/11 21:01:07
|
||||||
|
%%DocumentData: Clean7Bit
|
||||||
|
%%LanguageLevel: 2
|
||||||
|
%%EndComments
|
||||||
|
%%BeginProlog
|
||||||
|
% This copyright applies to everything between here and the %%EndProlog:
|
||||||
|
% Copyright (C) 2012 Artifex Software, Inc. All rights reserved.
|
||||||
|
%%BeginResource: procset GS_epswrite_2_0_1001 1.001 0
|
||||||
|
/GS_epswrite_2_0_1001 80 dict dup begin
|
||||||
|
/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch
|
||||||
|
4 index eq and{ pop pop pop}{ PageSize dup 1
|
||||||
|
5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec}
|
||||||
|
{ pop/setpagedevice where
|
||||||
|
{ pop 1 dict dup /PageSize PageSize put setpagedevice}
|
||||||
|
{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat
|
||||||
|
setpage}if}ifelse}ifelse}ifelse} bind def
|
||||||
|
/!{bind def}bind def/#{load def}!/N/counttomark #
|
||||||
|
/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}!
|
||||||
|
/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
|
||||||
|
/w/setlinewidth #/J/setlinecap #
|
||||||
|
/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
|
||||||
|
/m/moveto #/l/lineto #/c/rcurveto #
|
||||||
|
/p{N 2 idiv{N -2 roll rlineto}repeat}!
|
||||||
|
/P{N 0 gt{N -2 roll moveto p}if}!
|
||||||
|
/h{p closepath}!/H{P closepath}!
|
||||||
|
/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
|
||||||
|
/re{4 -2 roll m exch dup lx exch ly neg lx h}!
|
||||||
|
/^{3 index neg 3 index neg}!
|
||||||
|
/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}!
|
||||||
|
/q/gsave #/Q/grestore #/rf{re fill}!
|
||||||
|
/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}!
|
||||||
|
/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}!
|
||||||
|
/|{exch string readstring |=}!
|
||||||
|
/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
|
||||||
|
/@/currentfile #/${+ @ |}!
|
||||||
|
/B{{2 copy string{readstring pop}aload pop 4 array astore cvx
|
||||||
|
3 1 roll}repeat pop pop true}!
|
||||||
|
/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
|
||||||
|
/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
|
||||||
|
/Ic{exch Ix false 3 colorimage}!
|
||||||
|
/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>>
|
||||||
|
/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}!
|
||||||
|
/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}!
|
||||||
|
/@F{@ &2<<F}!/@C{@X &2 FX}!
|
||||||
|
/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}!
|
||||||
|
/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource
|
||||||
|
/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall
|
||||||
|
currentdict end image}!
|
||||||
|
/~{@ read {pop} if}!
|
||||||
|
end def
|
||||||
|
%%EndResource
|
||||||
|
/pagesave null def
|
||||||
|
%%EndProlog
|
||||||
|
%%Page: 1 1
|
||||||
|
%%BeginPageSetup
|
||||||
|
GS_epswrite_2_0_1001 begin
|
||||||
|
/pagesave save store 197 dict begin
|
||||||
|
0.1 0.1 scale
|
||||||
|
%%EndPageSetup
|
||||||
|
gsave mark
|
||||||
|
Q q
|
||||||
|
0 0 4308.15 1247.24 re
|
||||||
|
Y
|
||||||
|
255 G
|
||||||
|
0 0 4251.97 1247.24 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
0 623.723 1245.85 623.516 re
|
||||||
|
f
|
||||||
|
255 G
|
||||||
|
521.211 1096.18 246.238 26.3594 re
|
||||||
|
f
|
||||||
|
631.152 748.426 26.3555 308.219 re
|
||||||
|
f
|
||||||
|
901.617 922.305 153.633 26.3555 re
|
||||||
|
f
|
||||||
|
835.723 748.426 26.3594 374.113 re
|
||||||
|
f
|
||||||
|
1094.79 748.426 26.3516 374.113 re
|
||||||
|
f
|
||||||
|
457.24 1053.01 -18.82 -18.82 P
|
||||||
|
21.29 -27.26 34.03 -61.52 34.03 -98.71 c
|
||||||
|
0 -88.61 -72.09 -160.7 -160.7 -160.7 c
|
||||||
|
-37.2 0 -71.45 12.74 -98.71 34.03 c
|
||||||
|
-18.82 -18.82 p
|
||||||
|
32.13 -25.98 73 -41.57 117.53 -41.57 c
|
||||||
|
103.31 0 187.05 83.75 187.05 187.05 c
|
||||||
|
0 44.53 -15.59 85.41 -41.57 117.53 c
|
||||||
|
f
|
||||||
|
185.09 836.77 m
|
||||||
|
-21.29 27.26 -34.03 61.52 -34.03 98.71 c
|
||||||
|
0 88.61 72.09 160.7 160.7 160.7 c
|
||||||
|
37.2 0 71.45 -12.74 98.71 -34.03 c
|
||||||
|
18.82 18.82 p
|
||||||
|
-32.12 25.98 -72.99 41.57 -117.53 41.57 c
|
||||||
|
-103.31 0 -187.05 -83.75 -187.05 -187.05 c
|
||||||
|
0 -44.53 15.59 -85.41 41.57 -117.53 c
|
||||||
|
18.82 18.82 p f
|
||||||
|
35 31 32 rG
|
||||||
|
1419.24 1041.55 m
|
||||||
|
18.82 0 32.91 14.88 32.91 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.91 34.89 c
|
||||||
|
-18.83 0 -32.92 -15.01 -32.92 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.92 -34.89 c
|
||||||
|
h
|
||||||
|
1419.24 1123.83 m
|
||||||
|
26.06 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.02 -47.39 -46.08 -47.39 c
|
||||||
|
-26.07 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.01 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
1500.73 1053.39 m
|
||||||
|
5.39 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.86 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.89 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.63 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.1 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
1575.5 1122.52 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1704.13 1042.86 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.76 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.89 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.02 0 0 -30.94 ^ h
|
||||||
|
1699.91 1086.31 m
|
||||||
|
7.38 0 10.54 1.45 12.64 3.82 c
|
||||||
|
1.98 2.11 3.16 4.88 3.16 8.03 c
|
||||||
|
0 3.16 -1.18 5.93 -3.16 8.03 c
|
||||||
|
-2.1 2.37 -5.26 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1670.95 1030.36 0 92.16 31.33 0 P
|
||||||
|
8.96 0 14.62 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.64 -10.66 7.64 -17.51 c
|
||||||
|
0 -6.32 -2.9 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.22 c
|
||||||
|
0 -8.56 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.8 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
1787.73 1066.56 28.43 0 -14.21 34.23 -14.22 -34.23 H
|
||||||
|
1821.3 1054.05 -38.84 0 -9.61 -23.7 -13.69 0 38.18 92.16 9.22 0 38.17 -92.16 -13.69 0
|
||||||
|
-9.74 23.7 f
|
||||||
|
1899.37 1072.48 0 -42.13 -13.17 0 ^ -31.59 50.03 14.74 0 23.44 -37 23.43 37
|
||||||
|
14.75 0 -31.6 -50.03 f
|
||||||
|
2006.01 1086.31 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
2083.68 1086.31 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.14 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2065.25 1073.8 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.42 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.48 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.97 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2154.77 1030.36 13.1719 92.1602 re
|
||||||
|
f
|
||||||
|
2211.25 1053.39 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.07 5.53 16.07 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.46 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
2337.9 1123.83 m
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.32 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.39 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2472.31 1073.8 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2571.05 1086.31 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1370.52 981.56 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1509.42 945.35 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1592.22 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
1726.64 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
1795.09 957.07 0 -67.67 -13.16 0 0 92.16 9.21 0 55.3 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.3 67.67 f
|
||||||
|
1901.73 889.398 13.168 92.1602 re
|
||||||
|
f
|
||||||
|
1958.21 912.44 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2084.86 982.87 m
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.62 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.47 13.03 c
|
||||||
|
9.34 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.51 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2219.27 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2318.01 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
2482.57 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2576.7 900.59 m
|
||||||
|
18.83 0 32.92 14.88 32.92 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.92 34.89 c
|
||||||
|
-18.82 0 -32.91 -15.01 -32.91 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.91 -34.89 c
|
||||||
|
h
|
||||||
|
2576.7 982.87 m
|
||||||
|
26.07 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.01 -47.39 -46.08 -47.39 c
|
||||||
|
-26.06 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.02 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
2699.66 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
2834.08 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2890.55 912.44 m
|
||||||
|
5.4 -6.58 13.04 -11.85 22.52 -11.85 c
|
||||||
|
8.55 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.67 6.32 -16.46 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.58 -26.73 c
|
||||||
|
-12.63 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
3017.2 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
3151.62 932.84 -51.35 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
3215.2 900.19 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.39 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.39 c
|
||||||
|
-6.98 -7.5 -17.25 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
3335.92 901.9 40.82 0 0 -12.5 -53.98 0 0 92.16 13.16 0 0 -79.66 f
|
||||||
|
3453.09 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1412 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.05 3.42 c
|
||||||
|
2.11 2.11 3.43 5.13 3.43 8.43 c
|
||||||
|
0 3.29 -1.32 6.32 -3.43 8.43 c
|
||||||
|
-2.1 2.11 -5.13 3.43 -11.05 3.43 c
|
||||||
|
-18.44 0 0 -23.7 ^ h
|
||||||
|
1393.56 791.89 0 -43.45 -13.16 0 0 92.16 32.25 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.91 -5.4 c
|
||||||
|
5.53 -4.47 9.08 -11.32 9.08 -18.96 c
|
||||||
|
0 -7.64 -3.55 -14.48 -9.08 -18.96 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.05 -43.98 -15.93 0 -32.78 43.45 -10.54 0 p f
|
||||||
|
1526.53 804.4 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.51 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.5 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1646.34 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.4 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.92 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
9.74 0 17.77 3.69 22.64 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.5 0 0 -40.16 p f
|
||||||
|
1728.62 804.4 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.51 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.5 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1787.86 816.11 0 -67.67 -13.17 0 0 92.16 9.22 0 55.29 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.29 67.67 f
|
||||||
|
1895.68 771.48 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.09 -19.48 15.67 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.27 c
|
||||||
|
0 13.43 11.85 24.49 27.91 24.49 c
|
||||||
|
11.72 0 19.88 -5.14 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.34 -15.28 -12.37 c
|
||||||
|
0 -11.72 19.62 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.41 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2016.14 760.95 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.77 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.9 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.01 0 0 -30.94 ^ h
|
||||||
|
2011.93 804.4 m
|
||||||
|
7.37 0 10.53 1.45 12.64 3.82 c
|
||||||
|
1.97 2.11 3.16 4.87 3.16 8.03 c
|
||||||
|
0 3.16 -1.19 5.93 -3.16 8.03 c
|
||||||
|
-2.11 2.37 -5.27 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1982.96 748.44 0 92.16 31.34 0 P
|
||||||
|
8.95 0 14.61 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.63 -10.66 7.63 -17.51 c
|
||||||
|
0 -6.32 -2.89 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.23 c
|
||||||
|
0 -8.55 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.79 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
2091.31 759.24 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.38 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.38 c
|
||||||
|
-6.98 -7.5 -17.24 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
2230.47 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.13 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2212.04 791.89 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.47 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.98 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2374.63 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.4 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15 -34.89 34.62 -34.89 c
|
||||||
|
9.75 0 17.78 3.69 22.65 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.49 0 0 -40.16 p f
|
||||||
|
0 0 1245.85 66.1797 re
|
||||||
|
f
|
||||||
|
1380 407 55 92 /4J
|
||||||
|
$C
|
||||||
|
,D!o8s7-Fqs8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s6p~>
|
||||||
|
,
|
||||||
|
1457 407 91 92 @C
|
||||||
|
,
|
||||||
|
4:YDCqWkoH[Ir,,Fgq4U^:N(&gL""5fBoF3*j;b_hcJF8%Ks5LpK(^+>LqC)lKc$mqV'i_?$B@W
|
||||||
|
>?h!*Y3P?=CO^JL`EusJ^9=_g?WYjen#O5~>
|
||||||
|
1578 407 67 92 /7L
|
||||||
|
$C
|
||||||
|
,DOc8>\#rZ4?`.[hoHpqa:N%Dpi!oc^OG)?hu<ZUYQ+QNdf3X??C)&9/69Kh[B3kcms,$Bi89"@
|
||||||
|
Ic(&&hu!GWrI;"XoXJ3?k+Kl9I;<$;Yct@;)TDa~>
|
||||||
|
,
|
||||||
|
1672 406 94 94 @C
|
||||||
|
,
|
||||||
|
,lkl?L0P9L6,F*CE.b%o3csW6%'t^W'F]'h*eFjJ6+T@n$,&JEh'VgCDbis=oWQ!3PQ/*bs*\1%
|
||||||
|
qZ$Tms8W,u^]3cgJ(E6Frg3#UX)#<4D(VlsXfg*\Q*nM%fLj$f=CH"_-"JdpXAsshe2:Z%$5cUV
|
||||||
|
K*i#$PQMH~>
|
||||||
|
1799 407 73 92 /4R
|
||||||
|
$C
|
||||||
|
,D$QD?V@6]Y=k_XY=k_XY=k_XY=k_?s%B3:s%B3:s%B3:s%B3:s%B3:s%B2G_;OhWLV</+HcRCl
|
||||||
|
#5EZ)J+r^:s8W,u^Zg6O9<SYB0FQmS[B44H=BJ]8E?G~>
|
||||||
|
,
|
||||||
|
1956 407 4R ,
|
||||||
|
2059 407 55 92 /0E
|
||||||
|
$C
|
||||||
|
,D!o8s7-Fqs8W-!s8W-!s8W,?D57.2s8V-kX8i5"s8W-!s7-;Rs8W-!~>
|
||||||
|
,
|
||||||
|
2138 406 85 94 /4X
|
||||||
|
$C
|
||||||
|
,p5U5#$_^!6,<YVkVtlWKH3*q6T0s\(D,dA2aIOf'5/N\kTK+QBk_^n>$ojoI[C(<s'Pg*7Y>(J
|
||||||
|
s8W,us)Yg^n,%TYh=kjBh6Id_4)*>U4f;_Am=agC:;N1Q?H?]M@MPq?eV+H7:r7r$(aq(9:]s#~>
|
||||||
|
,
|
||||||
|
2261 407 0E ,
|
||||||
|
2350 407 4J ,
|
||||||
|
2433 406 76 93 /0I
|
||||||
|
$C
|
||||||
|
+@*lG!t^*:#7*A0K;V#PFQq0]WP!u.h#n6S#3[E+*eJ<)dXLhXfA!.rfC#iGs7cEjs8W-!s8W-!
|
||||||
|
s8W-!s8W-!s8W-!s8W-!s8W,o~>
|
||||||
|
,
|
||||||
|
2549 407 78 92 /5B
|
||||||
|
$C
|
||||||
|
,D$Y]2:l,`?$4clf3NOtFk:!P?$&APqYb_HQ_iqrl$?[&V>mCVH<urAf;7_X?C1YXV<N;4^L!8'
|
||||||
|
l$?_5?C.MQHMr.p='^;]Fk?<<?$6*gf3d-8Fk-~>
|
||||||
|
,
|
||||||
|
2661 406 4X ,
|
||||||
|
2776 406 62 94 /0M
|
||||||
|
$C
|
||||||
|
.`2m('L;s0*%)"O:7X@>SS3aZ\fdbL5_J#S@6LNqh1YL6:M[@J^;!\@V-;<$KV9ed((!<(Jq?ga
|
||||||
|
"UHRb&6'AJ5c?.?$A--kKhGcQqZ$$AHR:g_4g)YF(akD`m`!qom96`r6OFYY@7`/k~>
|
||||||
|
,
|
||||||
|
2853 407 70 92 /5F
|
||||||
|
$C
|
||||||
|
,@I/Ds8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!T*BfFs1e~>
|
||||||
|
,
|
||||||
|
2955 407 0E ,
|
||||||
|
3034 406 85 94 /0Q
|
||||||
|
$C
|
||||||
|
,p5U5#$_^!6,<YV*B6@6KH3*q6T0s\(D,dADLr)V+PI.(#,ilJ25[?18Za\H3i2LTH=,sP?iU0+
|
||||||
|
s8Uujs0q`Nhfet3gEBnP[[i-dg3+<.fM989lkrP%m"S[:+^28_=A[P%$n,OMJqF4Q!(6~>
|
||||||
|
,
|
||||||
|
3151 407 78 92 /5J
|
||||||
|
$C
|
||||||
|
,D$Xq:]LIps8W-!s8W-!s8W-!s8W-!s7lWos5Xbjs8W-!s8W-!s8W-!s8W-!s53~>
|
||||||
|
,
|
||||||
|
3271 407 5B ,
|
||||||
|
3391 407 14 92 /0U
|
||||||
|
$X
|
||||||
|
J,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,Ffo
|
||||||
|
J,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,Ffo
|
||||||
|
J,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,Ffo
|
||||||
|
J,Ffo~>
|
||||||
|
,
|
||||||
|
3446 407 71 92 /5N
|
||||||
|
$C
|
||||||
|
,D$Q$?V@RqV:+UM\mDsRH<i.i9;U)$HKfS:FLka1QV5q'V:VQll#aLC\m6r%/sf5-MUo30^$d(r
|
||||||
|
^>Ek<g[4_3IJ\H,hf$!YmIpMPqgH39Dn"KgpA99Phf$!YmIpF*^>&~>
|
||||||
|
,
|
||||||
|
255 G
|
||||||
|
901.488 923.492 153.641 26.1328 re
|
||||||
|
f
|
||||||
|
835.594 751.094 26.3555 370.934 re
|
||||||
|
f
|
||||||
|
1094.66 751.094 26.3594 370.934 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
605 273 123 232 @C
|
||||||
|
,
|
||||||
|
-D9HC*X$ums8W-!k?rkUs8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!
|
||||||
|
s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s53~>
|
||||||
|
770 273 167 232 @C
|
||||||
|
,
|
||||||
|
-D9Kk#OC]Pf@N[o0#"o&I<<'sl$oP]f1W<MQX=#OoXan`FnO2Kl_XTI?X5:u\m9`+])(aYV:X<l
|
||||||
|
YHF4!?%$h+qWW.qdd-5&Y*WL$0"`+c@UC5Ws8W-!s8W,u;?Jk>4I16p_CG&(&&[o757b[+iVVeH
|
||||||
|
"&GJI#&cR;%'C'/h[T)4%JKR8^Mel(IJ\H-pA=R`g[FUG^AmU#^VBOC^\@d.n,MkVs8W++s8Ke4
|
||||||
|
^]1IOs%E<=FnOAb0#"ph](ER>H<i.i?C(t;QV3"A97gC]k?q]FcHCsO.0/jNp#15d]IsZ0n@TQh
|
||||||
|
nctW8+LSJi~>
|
||||||
|
960 273 153 232 @C
|
||||||
|
,
|
||||||
|
45`p7s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!
|
||||||
|
s8W-!s8W-!s8W-!s8U.>s8S9Za9*Oas53~>
|
||||||
|
cleartomark end end pagesave restore
|
||||||
|
showpage
|
||||||
|
%%PageTrailer
|
||||||
|
%%Trailer
|
||||||
|
%%Pages: 1
|
9870
texmf-local/tex/latex/oth/logos/OTHR_LSP_Logo.eps
Normal file
9870
texmf-local/tex/latex/oth/logos/OTHR_LSP_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
10057
texmf-local/tex/latex/oth/logos/OTHR_LWM_Logo.eps
Normal file
10057
texmf-local/tex/latex/oth/logos/OTHR_LWM_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
582
texmf-local/tex/latex/oth/logos/OTHR_LWS_Logo.eps
Normal file
582
texmf-local/tex/latex/oth/logos/OTHR_LWS_Logo.eps
Normal file
@ -0,0 +1,582 @@
|
|||||||
|
%!PS-Adobe-3.0 EPSF-3.0
|
||||||
|
%%BoundingBox: 0 0 426 125
|
||||||
|
%%HiResBoundingBox: 0.000000 0.000000 425.200000 124.800000
|
||||||
|
%.........................................
|
||||||
|
%%Creator: GPL Ghostscript 907 (epswrite)
|
||||||
|
%%CreationDate: 2016/02/11 21:01:07
|
||||||
|
%%DocumentData: Clean7Bit
|
||||||
|
%%LanguageLevel: 2
|
||||||
|
%%EndComments
|
||||||
|
%%BeginProlog
|
||||||
|
% This copyright applies to everything between here and the %%EndProlog:
|
||||||
|
% Copyright (C) 2012 Artifex Software, Inc. All rights reserved.
|
||||||
|
%%BeginResource: procset GS_epswrite_2_0_1001 1.001 0
|
||||||
|
/GS_epswrite_2_0_1001 80 dict dup begin
|
||||||
|
/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch
|
||||||
|
4 index eq and{ pop pop pop}{ PageSize dup 1
|
||||||
|
5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec}
|
||||||
|
{ pop/setpagedevice where
|
||||||
|
{ pop 1 dict dup /PageSize PageSize put setpagedevice}
|
||||||
|
{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat
|
||||||
|
setpage}if}ifelse}ifelse}ifelse} bind def
|
||||||
|
/!{bind def}bind def/#{load def}!/N/counttomark #
|
||||||
|
/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}!
|
||||||
|
/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
|
||||||
|
/w/setlinewidth #/J/setlinecap #
|
||||||
|
/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
|
||||||
|
/m/moveto #/l/lineto #/c/rcurveto #
|
||||||
|
/p{N 2 idiv{N -2 roll rlineto}repeat}!
|
||||||
|
/P{N 0 gt{N -2 roll moveto p}if}!
|
||||||
|
/h{p closepath}!/H{P closepath}!
|
||||||
|
/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
|
||||||
|
/re{4 -2 roll m exch dup lx exch ly neg lx h}!
|
||||||
|
/^{3 index neg 3 index neg}!
|
||||||
|
/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}!
|
||||||
|
/q/gsave #/Q/grestore #/rf{re fill}!
|
||||||
|
/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}!
|
||||||
|
/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}!
|
||||||
|
/|{exch string readstring |=}!
|
||||||
|
/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
|
||||||
|
/@/currentfile #/${+ @ |}!
|
||||||
|
/B{{2 copy string{readstring pop}aload pop 4 array astore cvx
|
||||||
|
3 1 roll}repeat pop pop true}!
|
||||||
|
/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
|
||||||
|
/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
|
||||||
|
/Ic{exch Ix false 3 colorimage}!
|
||||||
|
/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>>
|
||||||
|
/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}!
|
||||||
|
/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}!
|
||||||
|
/@F{@ &2<<F}!/@C{@X &2 FX}!
|
||||||
|
/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}!
|
||||||
|
/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource
|
||||||
|
/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall
|
||||||
|
currentdict end image}!
|
||||||
|
/~{@ read {pop} if}!
|
||||||
|
end def
|
||||||
|
%%EndResource
|
||||||
|
/pagesave null def
|
||||||
|
%%EndProlog
|
||||||
|
%%Page: 1 1
|
||||||
|
%%BeginPageSetup
|
||||||
|
GS_epswrite_2_0_1001 begin
|
||||||
|
/pagesave save store 197 dict begin
|
||||||
|
0.1 0.1 scale
|
||||||
|
%%EndPageSetup
|
||||||
|
gsave mark
|
||||||
|
Q q
|
||||||
|
0 0 4308.15 1247.24 re
|
||||||
|
Y
|
||||||
|
255 G
|
||||||
|
0 0 4251.97 1247.24 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
0 623.723 1245.85 623.516 re
|
||||||
|
f
|
||||||
|
255 G
|
||||||
|
521.211 1096.18 246.238 26.3594 re
|
||||||
|
f
|
||||||
|
631.152 748.426 26.3555 308.219 re
|
||||||
|
f
|
||||||
|
901.617 922.305 153.633 26.3555 re
|
||||||
|
f
|
||||||
|
835.723 748.426 26.3594 374.113 re
|
||||||
|
f
|
||||||
|
1094.79 748.426 26.3516 374.113 re
|
||||||
|
f
|
||||||
|
457.24 1053.01 -18.82 -18.82 P
|
||||||
|
21.29 -27.26 34.03 -61.52 34.03 -98.71 c
|
||||||
|
0 -88.61 -72.09 -160.7 -160.7 -160.7 c
|
||||||
|
-37.2 0 -71.45 12.74 -98.71 34.03 c
|
||||||
|
-18.82 -18.82 p
|
||||||
|
32.13 -25.98 73 -41.57 117.53 -41.57 c
|
||||||
|
103.31 0 187.05 83.75 187.05 187.05 c
|
||||||
|
0 44.53 -15.59 85.41 -41.57 117.53 c
|
||||||
|
f
|
||||||
|
185.09 836.77 m
|
||||||
|
-21.29 27.26 -34.03 61.52 -34.03 98.71 c
|
||||||
|
0 88.61 72.09 160.7 160.7 160.7 c
|
||||||
|
37.2 0 71.45 -12.74 98.71 -34.03 c
|
||||||
|
18.82 18.82 p
|
||||||
|
-32.12 25.98 -72.99 41.57 -117.53 41.57 c
|
||||||
|
-103.31 0 -187.05 -83.75 -187.05 -187.05 c
|
||||||
|
0 -44.53 15.59 -85.41 41.57 -117.53 c
|
||||||
|
18.82 18.82 p f
|
||||||
|
35 31 32 rG
|
||||||
|
1419.24 1041.55 m
|
||||||
|
18.82 0 32.91 14.88 32.91 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.91 34.89 c
|
||||||
|
-18.83 0 -32.92 -15.01 -32.92 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.92 -34.89 c
|
||||||
|
h
|
||||||
|
1419.24 1123.83 m
|
||||||
|
26.06 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.02 -47.39 -46.08 -47.39 c
|
||||||
|
-26.07 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.01 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
1500.73 1053.39 m
|
||||||
|
5.39 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.86 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.89 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.63 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.1 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
1575.5 1122.52 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1704.13 1042.86 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.76 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.89 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.02 0 0 -30.94 ^ h
|
||||||
|
1699.91 1086.31 m
|
||||||
|
7.38 0 10.54 1.45 12.64 3.82 c
|
||||||
|
1.98 2.11 3.16 4.88 3.16 8.03 c
|
||||||
|
0 3.16 -1.18 5.93 -3.16 8.03 c
|
||||||
|
-2.1 2.37 -5.26 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1670.95 1030.36 0 92.16 31.33 0 P
|
||||||
|
8.96 0 14.62 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.64 -10.66 7.64 -17.51 c
|
||||||
|
0 -6.32 -2.9 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.22 c
|
||||||
|
0 -8.56 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.8 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
1787.73 1066.56 28.43 0 -14.21 34.23 -14.22 -34.23 H
|
||||||
|
1821.3 1054.05 -38.84 0 -9.61 -23.7 -13.69 0 38.18 92.16 9.22 0 38.17 -92.16 -13.69 0
|
||||||
|
-9.74 23.7 f
|
||||||
|
1899.37 1072.48 0 -42.13 -13.17 0 ^ -31.59 50.03 14.74 0 23.44 -37 23.43 37
|
||||||
|
14.75 0 -31.6 -50.03 f
|
||||||
|
2006.01 1086.31 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
2083.68 1086.31 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.14 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2065.25 1073.8 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.42 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.48 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.97 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2154.77 1030.36 13.1719 92.1602 re
|
||||||
|
f
|
||||||
|
2211.25 1053.39 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.07 5.53 16.07 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.46 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
2337.9 1123.83 m
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.32 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.39 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2472.31 1073.8 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2571.05 1086.31 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1370.52 981.56 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1509.42 945.35 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1592.22 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
1726.64 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
1795.09 957.07 0 -67.67 -13.16 0 0 92.16 9.21 0 55.3 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.3 67.67 f
|
||||||
|
1901.73 889.398 13.168 92.1602 re
|
||||||
|
f
|
||||||
|
1958.21 912.44 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2084.86 982.87 m
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.62 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.47 13.03 c
|
||||||
|
9.34 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.51 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2219.27 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2318.01 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
2482.57 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2576.7 900.59 m
|
||||||
|
18.83 0 32.92 14.88 32.92 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.92 34.89 c
|
||||||
|
-18.82 0 -32.91 -15.01 -32.91 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.91 -34.89 c
|
||||||
|
h
|
||||||
|
2576.7 982.87 m
|
||||||
|
26.07 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.01 -47.39 -46.08 -47.39 c
|
||||||
|
-26.06 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.02 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
2699.66 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
2834.08 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2890.55 912.44 m
|
||||||
|
5.4 -6.58 13.04 -11.85 22.52 -11.85 c
|
||||||
|
8.55 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.67 6.32 -16.46 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.58 -26.73 c
|
||||||
|
-12.63 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
3017.2 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
3151.62 932.84 -51.35 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
3215.2 900.19 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.39 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.39 c
|
||||||
|
-6.98 -7.5 -17.25 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
3335.92 901.9 40.82 0 0 -12.5 -53.98 0 0 92.16 13.16 0 0 -79.66 f
|
||||||
|
3453.09 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1412 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.05 3.42 c
|
||||||
|
2.11 2.11 3.43 5.13 3.43 8.43 c
|
||||||
|
0 3.29 -1.32 6.32 -3.43 8.43 c
|
||||||
|
-2.1 2.11 -5.13 3.43 -11.05 3.43 c
|
||||||
|
-18.44 0 0 -23.7 ^ h
|
||||||
|
1393.56 791.89 0 -43.45 -13.16 0 0 92.16 32.25 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.91 -5.4 c
|
||||||
|
5.53 -4.47 9.08 -11.32 9.08 -18.96 c
|
||||||
|
0 -7.64 -3.55 -14.48 -9.08 -18.96 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.05 -43.98 -15.93 0 -32.78 43.45 -10.54 0 p f
|
||||||
|
1526.53 804.4 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.51 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.5 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1646.34 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.4 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.92 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
9.74 0 17.77 3.69 22.64 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.5 0 0 -40.16 p f
|
||||||
|
1728.62 804.4 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.51 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.5 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1787.86 816.11 0 -67.67 -13.17 0 0 92.16 9.22 0 55.29 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.29 67.67 f
|
||||||
|
1895.68 771.48 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.09 -19.48 15.67 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.27 c
|
||||||
|
0 13.43 11.85 24.49 27.91 24.49 c
|
||||||
|
11.72 0 19.88 -5.14 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.34 -15.28 -12.37 c
|
||||||
|
0 -11.72 19.62 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.41 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2016.14 760.95 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.77 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.9 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.01 0 0 -30.94 ^ h
|
||||||
|
2011.93 804.4 m
|
||||||
|
7.37 0 10.53 1.45 12.64 3.82 c
|
||||||
|
1.97 2.11 3.16 4.87 3.16 8.03 c
|
||||||
|
0 3.16 -1.19 5.93 -3.16 8.03 c
|
||||||
|
-2.11 2.37 -5.27 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1982.96 748.44 0 92.16 31.34 0 P
|
||||||
|
8.95 0 14.61 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.63 -10.66 7.63 -17.51 c
|
||||||
|
0 -6.32 -2.89 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.23 c
|
||||||
|
0 -8.55 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.79 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
2091.31 759.24 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.38 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.38 c
|
||||||
|
-6.98 -7.5 -17.24 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
2230.47 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.13 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2212.04 791.89 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.47 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.98 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2374.63 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.4 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15 -34.89 34.62 -34.89 c
|
||||||
|
9.75 0 17.78 3.69 22.65 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.49 0 0 -40.16 p f
|
||||||
|
0 0 1245.85 66.1797 re
|
||||||
|
f
|
||||||
|
1380 406 55 93 /4J
|
||||||
|
$C
|
||||||
|
,D!o8s87H`J,fQKs8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s82~>
|
||||||
|
,
|
||||||
|
1458 406 92 93 @C
|
||||||
|
,
|
||||||
|
4:YE.qV(tGDtUNOFgq4U^:(MR[f9C[f%0Nk*j;b_hcJF;OMQqTV13X=osMQAYO8R*Y.++irRKMB
|
||||||
|
f)F+4]"7=@hqD0+<]tfpqS'Z9I:$=W^9=I~>
|
||||||
|
1580 406 67 93 /7L
|
||||||
|
$C
|
||||||
|
,DP&@>\"ls*qtH'rU1kZ:P8B9If7%UmJlYTs8W,&l$om0Y=l&%\L%dUlWVlD[=u<_+I,,jK,ci-
|
||||||
|
\)4[os8W-!s0)ISV:VmRZ0Pb#f!)Q9K#'\~>
|
||||||
|
,
|
||||||
|
1674 405 95 95 @C
|
||||||
|
,
|
||||||
|
,lg>j##l-n+E2sd*<untE1K%36T<g4/tL?3DLr)V+PmcRK63]:Db\Z.2cnIM^>10epSIT`9CM=T
|
||||||
|
IfJ$gs8W-!s/l=eJ,?CXp[kTdG?8(HDq\8uV/:C@[&c-n'#R>Z$!:T#K*AOuP?&i1[1-57eV+D[
|
||||||
|
@6oSO$;(C_~>
|
||||||
|
1802 406 74 93 /4R
|
||||||
|
$C
|
||||||
|
,D$QT?V@6Ds%B3:s%B3:s%B3:s%B3:s%B3:s%B3:lg(Cqlg(Cqlg(Cqlg(Cqa,j7%LPLYumsFrQ
|
||||||
|
+NMSX,DPuBrql`1^]4?6s3gpR]e6rDO';D2[B(o1/;%>l~>
|
||||||
|
,
|
||||||
|
1940 406 130 93 @C
|
||||||
|
,
|
||||||
|
,(U"rTAA%I^Salnm[r+e5HhYJ?Zc:^VgWd]lgMn;o]sSBlMnHOH@9/p9'brCs63g;o\]U#hVBPd
|
||||||
|
p&!L>li+YGFIdp5mr">cs8..b[(h+JH<OD=qlB%`XoEP:driFn^Zi=,rNGV:J(ODY5O842m^<#c
|
||||||
|
pKIRmH`_dG20JoeWk/4SeUOe~>
|
||||||
|
2100 406 14 93 /0G
|
||||||
|
$X
|
||||||
|
J,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,Ffo
|
||||||
|
J,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,Ffo
|
||||||
|
J,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,Ffo
|
||||||
|
J,FfoJ,B~>
|
||||||
|
,
|
||||||
|
2156 406 79 93 /4Z
|
||||||
|
$C
|
||||||
|
,D$Ym2:l,`?$4clf3NOtFk:!P?$&APqYb_HQ_j$@l$?[&YGLpVH<urAf;7_X?G;cXV<N;4^L!8'
|
||||||
|
l$E25?C.MQHMr.rQPKIAf3Nl3Fk?<<?$6*gf3d)~>
|
||||||
|
,
|
||||||
|
2277 406 79 93 /0K
|
||||||
|
$C
|
||||||
|
,DN?gCf3Q(C(CQ)]KA@GHcR?ha;?>`h[T)4Dhm`RqtBpan([klIK/(%qtpENs8W-!s8QI*])V^^
|
||||||
|
p%?r80#"ph](ER=02$u.97gE4%'3L;X^PuQ$O)6G<"kAE.0~>
|
||||||
|
,
|
||||||
|
2390 406 72 93 /5D
|
||||||
|
$C
|
||||||
|
,D$Q$@nZbQQV41'l#aLB0D)h]/sf5-dcl7Xdckkb>qVI:f3Xe:V:+UM\mDsRH<i.i9,4REHf"<!
|
||||||
|
472b=IJ\H,hf$!YmIpF*^>EkdDn"KgpA99Phf$!YmIpF*^>Ek<g[4^m~>
|
||||||
|
,
|
||||||
|
2481 406 92 93 @C
|
||||||
|
,
|
||||||
|
4:YE.qV(tGDtUNOFgq4U^:(MR[f9C[f%0Nk*j;b_hcJF;OMQqTV13X=osMQAYO8R*Y.++irRKMB
|
||||||
|
f)F+4]"7=@hqD0+<]tfpqS'Z9I:$=W^9=I~>
|
||||||
|
2603 406 4Z ,
|
||||||
|
2708 406 92 93 @C
|
||||||
|
,
|
||||||
|
4:YE.qV(tGDtUNOFgq4U^:(MR[f9C[f%0Nk*j;b_hcJF;OMQqTV13X=osMQAYO8R*Y.++irRKMB
|
||||||
|
f)F+4]"7=@hqD0+<]tfpqS'Z9I:$=W^9=I~>
|
||||||
|
2830 406 4J ,
|
||||||
|
2908 451 40 11 /0O
|
||||||
|
$C
|
||||||
|
-D9&ls53~>
|
||||||
|
,
|
||||||
|
1372 263 62 95 /5H
|
||||||
|
$C
|
||||||
|
.`$B_"lP#d*$F3$E.b&j:7Vs>k<p#"_@=jf@0Z'G[.^W"CMDMCs4>dNes%a78eq_":m;TG'I=#5
|
||||||
|
8qM^2"[Ps7$A+pQ<3W?1;Ynpns828H279la_KHbl$n#R)o>bb)m9!Dj-t,IM(b$d>^]~>
|
||||||
|
,
|
||||||
|
1450 264 71 93 /0S
|
||||||
|
$C
|
||||||
|
,@LQOs8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!T*)u\s8VQ~>
|
||||||
|
,
|
||||||
|
1552 264 4R ,
|
||||||
|
1644 263 95 118 @C
|
||||||
|
,
|
||||||
|
,lg>j##l-n+E2sd*<untE1K%36T<g4/tL?3DLr)V+PmcRK63]:Db\Z.2cnIM^>10epSIT`9CM=T
|
||||||
|
IfJ$gs8W-!s/l=eJ,?CXp[kTdG?8(HDq\8uV/:C@[&c-n'#R>Z$!:T#K*AOuP?&i1[1-57eV+D[
|
||||||
|
@6oSO$;(C_Ij19c_#jg.!stl"4f;*?s8W+6f@mU^VP/Y[:]~>
|
||||||
|
1773 264 91 93 @C
|
||||||
|
,
|
||||||
|
,D$r)Jq*h#s8W-!s8W'l$0h<bqLA?jTDkI\s/5,]l2#lPn+CVI^YdJS8\a02^Ic2td_ABRDplDX
|
||||||
|
d_AAghpT82^YdJS<rTj*N]4,5HKk1-HKk1,T6g77T6fbrY+L%7Y+KY~>
|
||||||
|
1905 263 77 94 /5P
|
||||||
|
$C
|
||||||
|
+CMjG!q8J6#7*:Tcu>O:%\5X(Q0sGeY<[_^&8skG$1o14qJMXslMA6e^A>Ups0)G%s8W-!s8W-!
|
||||||
|
s8W-!s8W-!s8W-!s8W-!s8W-!qu~>
|
||||||
|
,
|
||||||
|
2022 264 4Z ,
|
||||||
|
2134 263 86 95 @C
|
||||||
|
,
|
||||||
|
,p5U5L/\`hYlKE0*$F2F6,Ia&#>U(3:!j%F*<IM(AHWsFK5cI9SL7"ndd'Q.0@K1Y^\#;;fDi&S
|
||||||
|
nh^fJs8W,ns1`2k)ueagrpBT0\%?0$[M.A<e$-]9:;[Cj@%DoRZ5Jm-.b$=j_M4b<$n,OO"U5<+
|
||||||
|
"$?~>
|
||||||
|
2250 263 5H ,
|
||||||
|
2347 264 91 93 @C
|
||||||
|
,
|
||||||
|
,D$r)Jq*h#s8W-!s8W'l$0h<bqLA?jTDkI\s/5,]l2#lPn+CVI^YdJS8\a02^Ic2td_ABRDplDX
|
||||||
|
d_AAghpT82^YdJS<rTj*N]4,5HKk1-HKk1,T6g77T6fbrY+L%7Y+KY~>
|
||||||
|
2479 264 55 93 /1C
|
||||||
|
$C
|
||||||
|
,D!o8s87H`J,fQKs8W-!s8W,i$A\Z]s8U.`=9&=#s8W-!s5XX0s8W-!n,~>
|
||||||
|
,
|
||||||
|
2561 263 5H ,
|
||||||
|
2649 263 5H ,
|
||||||
|
2728 264 0S ,
|
||||||
|
2830 264 1C ,
|
||||||
|
2909 263 86 95 @C
|
||||||
|
,
|
||||||
|
,p5U5L0P9L+Q3P23'ko1SHfJMU(&1-JUri4"*>)lJdoR+:eags;JT!)CJ@]B6VGkZV>W(??hOI!
|
||||||
|
s8Vuqqu5LHrpBT0\%?0$[M.A<e$-]9:;[Cj@%DoRZ5Jm-.b$=j_M4b<$n,OO"U5<+"$?~>
|
||||||
|
3027 264 79 93 /5X
|
||||||
|
$C
|
||||||
|
,D$Y,:]LIps8W-!s8W-!s8W-!s8W-!s8S/[s7ldts8W-!s8W-!s8W-!s8W-!s8RT~>
|
||||||
|
,
|
||||||
|
3148 264 4Z ,
|
||||||
|
3268 264 0G ,
|
||||||
|
3324 264 5D ,
|
||||||
|
255 G
|
||||||
|
901.488 923.492 153.641 26.1328 re
|
||||||
|
f
|
||||||
|
835.594 751.094 26.3555 370.934 re
|
||||||
|
f
|
||||||
|
1094.66 751.094 26.3594 370.934 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
548 277 120 227 @C
|
||||||
|
,
|
||||||
|
-D6&8*Xi#Js8W-!k@K4Zs8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!
|
||||||
|
s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W,g~>
|
||||||
|
659 273 287 231 @C
|
||||||
|
,
|
||||||
|
44ZJMp"mGVZD;78?YTM?]<Bh1?`rh2f3NeNqQ?j593lrlqYEkXoU"n.0@_XsqHE4L0A"WZYGAp5
|
||||||
|
eQ;!NYGA]1=TVV'8Yj,h^ZdS=s4:9!F`m_a9<7Kqogs:SfDR%Zs186'9d!d>Fk>0opYNLX]"5WU
|
||||||
|
9@`c<hcaB*])1d@qsE#6>$'U-lg!d#qu&0Lh-YZ.lMIXNX%Vp;IJ%<&p?So_X/k^^olYD*rg0\R
|
||||||
|
YJ.+l^NK;$V>'Dh^94ZRp".aEebAoHYI_IJ9@`c<hc?*$]'B.'qsE!B='&J\lg!d#qu&0Lh-YS6
|
||||||
|
?i-nmX%Vp;Fa[P$?[o8[X/k^]]jGo1rg0\RYJ.+l^NJ*"F`i31^94WB^Xq#debAoHYI_IE[(l?9
|
||||||
|
2q<?E]BZQ&rUj5nIpTaf^TUqnhc9[@n#Et6pXNPTs6?birk3MWI96<H^8n<lhc4Fk]iMcF?FK^g~>
|
||||||
|
963 275 151 231 @C
|
||||||
|
,
|
||||||
|
.<-`W.$?#.;Zr1N+pn`E_.5A;K#<2V_-t3uKng$G(*"pC#Vb3Ke1,EnBdl(cd]si85huJGi;sJ8
|
||||||
|
6+R=\#SV:kDNf/UF:`amcqVr9-LEa+m9DLA'6^u`(B)#8qu-ElrP/C4f<>.%X6Frq^6ND5Pq(4Y
|
||||||
|
=A"f(8eQfN-qY%I8eQdk&qgr3JdN&c5sYY[-m52e":>D_5bN^\"UGeR:k:n6JdN&;+AdZC$@tMN
|
||||||
|
&1S"u.Kp)-"[Ps7$A,*?:fODj>,=kk[7eruFm4<Ulh]rIs8W-!h>cBHrP,u2lkNbQ[-acum=b2(
|
||||||
|
Yar/p(>)75<Z"H]+KR8^L'_:A'JR?R##t](_330oZ4-kd=UcX6*YmX$_Rq:A.!SSX:j=C5.169?
|
||||||
|
FWbr886/J[C]~>
|
||||||
|
cleartomark end end pagesave restore
|
||||||
|
showpage
|
||||||
|
%%PageTrailer
|
||||||
|
%%Trailer
|
||||||
|
%%Pages: 1
|
9664
texmf-local/tex/latex/oth/logos/OTHR_LeanLab_Logo.eps
Normal file
9664
texmf-local/tex/latex/oth/logos/OTHR_LeanLab_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9558
texmf-local/tex/latex/oth/logos/OTHR_MD_Logo.eps
Normal file
9558
texmf-local/tex/latex/oth/logos/OTHR_MD_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9737
texmf-local/tex/latex/oth/logos/OTHR_MKS_Logo.eps
Normal file
9737
texmf-local/tex/latex/oth/logos/OTHR_MKS_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
10518
texmf-local/tex/latex/oth/logos/OTHR_MRU_Logo.eps
Normal file
10518
texmf-local/tex/latex/oth/logos/OTHR_MRU_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9778
texmf-local/tex/latex/oth/logos/OTHR_MST_Logo.eps
Normal file
9778
texmf-local/tex/latex/oth/logos/OTHR_MST_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9839
texmf-local/tex/latex/oth/logos/OTHR_NACH_Logo.eps
Normal file
9839
texmf-local/tex/latex/oth/logos/OTHR_NACH_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
318
texmf-local/tex/latex/oth/logos/OTHR_OTHRLaTeX_Logo.svg
Normal file
318
texmf-local/tex/latex/oth/logos/OTHR_OTHRLaTeX_Logo.svg
Normal file
@ -0,0 +1,318 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
width="471.98001"
|
||||||
|
height="471.98001"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="OTHR_laTeX_Logo.svg"
|
||||||
|
inkscape:export-filename="/home/michael/git/OTH_R_tex/texmf_OTHR/tex/latex/logos/OTHR_laTeX_Logo.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90"><metadata
|
||||||
|
id="metadata8"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||||
|
id="defs6"><linearGradient
|
||||||
|
id="linearGradient5367"
|
||||||
|
osb:paint="solid"><stop
|
||||||
|
style="stop-color:#00ff00;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop5369" /></linearGradient><linearGradient
|
||||||
|
id="linearGradient3893"
|
||||||
|
osb:paint="gradient"><stop
|
||||||
|
style="stop-color:#c6c6ad;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3899" /><stop
|
||||||
|
id="stop3905"
|
||||||
|
offset="0.13814074"
|
||||||
|
style="stop-color:#ffff00;stop-opacity:1;" /><stop
|
||||||
|
style="stop-color:#ff6600;stop-opacity:1;"
|
||||||
|
offset="0.28077126"
|
||||||
|
id="stop3907" /><stop
|
||||||
|
id="stop3909"
|
||||||
|
offset="0.41612837"
|
||||||
|
style="stop-color:#cc1400;stop-opacity:1;" /><stop
|
||||||
|
style="stop-color:#6600ff;stop-opacity:1;"
|
||||||
|
offset="0.58333421"
|
||||||
|
id="stop3911" /><stop
|
||||||
|
style="stop-color:#00a6ff;stop-opacity:1;"
|
||||||
|
offset="0.72000003"
|
||||||
|
id="stop3915" /><stop
|
||||||
|
id="stop3927"
|
||||||
|
offset="0.86000001"
|
||||||
|
style="stop-color:#6600ff;stop-opacity:1;" /><stop
|
||||||
|
id="stop3897"
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#00e517;stop-opacity:1;" /></linearGradient><clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath20"><path
|
||||||
|
d="M 0,0 378,0 378,293 0,293 0,0 z"
|
||||||
|
id="path22"
|
||||||
|
inkscape:connector-curvature="0" /></clipPath><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3893"
|
||||||
|
id="linearGradient5387"
|
||||||
|
x1="-214.03238"
|
||||||
|
y1="-183.49248"
|
||||||
|
x2="110.67905"
|
||||||
|
y2="-183.49248"
|
||||||
|
gradientUnits="userSpaceOnUse" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3893"
|
||||||
|
id="linearGradient3343"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="-214.03238"
|
||||||
|
y1="-183.49248"
|
||||||
|
x2="110.67905"
|
||||||
|
y2="-183.49248" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3893"
|
||||||
|
id="linearGradient3345"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="-214.03238"
|
||||||
|
y1="-183.49248"
|
||||||
|
x2="110.67905"
|
||||||
|
y2="-183.49248" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3893"
|
||||||
|
id="linearGradient3347"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="-214.03238"
|
||||||
|
y1="-183.49248"
|
||||||
|
x2="110.67905"
|
||||||
|
y2="-183.49248" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3893"
|
||||||
|
id="linearGradient3349"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="-214.03238"
|
||||||
|
y1="-183.49248"
|
||||||
|
x2="110.67905"
|
||||||
|
y2="-183.49248" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3893"
|
||||||
|
id="linearGradient3351"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="-214.03238"
|
||||||
|
y1="-183.49248"
|
||||||
|
x2="110.67905"
|
||||||
|
y2="-183.49248" /></defs><sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1577"
|
||||||
|
inkscape:window-height="1001"
|
||||||
|
id="namedview4"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.64551206"
|
||||||
|
inkscape:cx="308.89895"
|
||||||
|
inkscape:cy="429.76457"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="layer1" /><g
|
||||||
|
id="g10"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
inkscape:label="OTHR_Logo_kurz"
|
||||||
|
transform="matrix(1.25,0,0,-1.25,0,471.98)"
|
||||||
|
style="opacity:0.7323232"><g
|
||||||
|
id="g12" /><g
|
||||||
|
id="g14"
|
||||||
|
transform="translate(0,40)"><g
|
||||||
|
id="g16"
|
||||||
|
transform="translate(0,-0.519012)"><g
|
||||||
|
id="g18" /><g
|
||||||
|
id="g24"><g
|
||||||
|
clip-path="url(#clipPath20)"
|
||||||
|
id="g26"><g
|
||||||
|
id="g28"><path
|
||||||
|
d="m 0,104.027 377.582,0 0,-103.508 L 0,0.519 0,104.027 z"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path30"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 0,293 377.582,0 0,-188.973 L 0,104.027 0,293 z"
|
||||||
|
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path32"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 157.965,255.207 74.629,0 0,-7.988 -74.629,0 0,7.988 z"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path34"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 191.285,235.234 7.988,0 0,-93.41 -7.988,0 0,93.41 z"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path36"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 273.258,202.508 46.559,0 0,-7.988 -46.559,0 0,7.988 z"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path38"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 253.285,255.207 7.988,0 0,-113.383 -7.988,0 0,113.383 z"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path40"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 331.801,255.207 7.988,0 0,-113.383 -7.988,0 0,113.383 z"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path42"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 132.875,228.43 c 6.453,-8.262 10.313,-18.645 10.313,-29.914 0,-26.856 -21.848,-48.704 -48.704,-48.704 -11.269,0 -21.652,3.86 -29.914,10.313 l -5.707,-5.703 c 9.739,-7.875 22.125,-12.598 35.621,-12.598 31.313,0 56.692,25.379 56.692,56.692 0,13.496 -4.723,25.882 -12.598,35.617 l -5.703,-5.703"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path44"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 94.484,247.219 c 11.274,0 21.657,-3.864 29.918,-10.317 l 5.703,5.703 c -9.734,7.875 -22.125,12.602 -35.621,12.602 -31.308,0 -56.691,-25.383 -56.691,-56.691 0,-13.496 4.727,-25.887 12.602,-35.621 l 5.699,5.703 c -6.453,8.261 -10.313,18.644 -10.313,29.918 0,26.851 21.848,48.703 48.703,48.703"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path46"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 47.379,55.25 c 1.797,0 2.715,0.402 3.351,1.039 0.641,0.641 1.04,1.559 1.04,2.555 0,0.996 -0.399,1.914 -1.04,2.554 -0.636,0.637 -1.554,1.036 -3.351,1.036 l -5.586,0 0,-7.184 5.586,0 z m -5.586,-3.789 0,-13.168 -3.992,0 0,27.934 9.777,0 c 2.555,0 4.149,-0.602 5.43,-1.637 1.672,-1.356 2.75,-3.434 2.75,-5.746 0,-2.317 -1.078,-4.391 -2.75,-5.746 -0.879,-0.719 -1.879,-1.239 -3.274,-1.477 l 10.016,-13.328 -4.828,0 -9.938,13.168 -3.191,0"
|
||||||
|
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path48"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 82.168,55.25 0,-3.789 -9.176,0 0,-9.379 12.367,0 0,-3.789 -16.359,0 0,27.934 15.961,0 0,-3.793 -11.969,0 0,-7.184 9.176,0"
|
||||||
|
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path50"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 118.555,43.082 c -2.395,-3.031 -6.543,-5.187 -10.856,-5.187 -8.34,0 -14.48,6.105 -14.48,14.367 0,8.058 6.062,14.363 14.125,14.363 3.988,0 7.777,-1.637 10.215,-4.309 l -2.676,-2.636 c -1.637,1.797 -4.547,3.152 -7.539,3.152 -5.707,0 -10.137,-4.547 -10.137,-10.57 0,-6.309 4.551,-10.574 10.492,-10.574 2.953,0 5.391,1.117 6.863,2.589 l 0,7.184 -7.976,0 0,3.789 11.969,0 0,-12.168"
|
||||||
|
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path52"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 143.566,55.25 0,-3.789 -9.175,0 0,-9.379 12.367,0 0,-3.789 -16.36,0 0,27.934 15.961,0 0,-3.793 -11.968,0 0,-7.184 9.175,0"
|
||||||
|
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path54"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 161.598,58.805 0,-20.512 -3.993,0 0,27.934 2.793,0 16.758,-20.512 0,20.512 3.992,0 0,-27.934 -2.793,0 -16.757,20.512"
|
||||||
|
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path56"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 194.352,45.277 c 1.632,-1.996 3.949,-3.589 6.82,-3.589 2.594,0 4.867,1.671 4.867,4.187 0,4.27 -5.902,4.746 -9.613,7.184 -1.996,1.316 -3.555,3.23 -3.555,6.144 0,4.07 3.594,7.422 8.461,7.422 3.551,0 6.023,-1.559 7.504,-2.793 l -2.356,-2.914 c -1.515,1.277 -3.234,1.914 -4.988,1.914 -2.312,0 -4.629,-1.316 -4.629,-3.75 0,-3.551 5.946,-4.309 9.535,-6.703 1.875,-1.238 3.633,-3.191 3.633,-6.383 0,-4.91 -3.793,-8.101 -8.66,-8.101 -3.828,0 -7.301,1.675 -9.773,4.667 l 2.754,2.715"
|
||||||
|
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path58"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 230.934,42.082 c 2.515,0 3.711,0.563 4.589,1.438 0.797,0.839 1.317,1.996 1.317,3.273 0,1.277 -0.52,2.395 -1.317,3.23 -0.878,0.879 -2.074,1.438 -4.589,1.438 l -6.067,0 0,-9.379 6.067,0 z m -1.278,13.168 c 2.239,0 3.196,0.441 3.832,1.16 0.598,0.637 0.957,1.477 0.957,2.434 0,0.957 -0.359,1.797 -0.957,2.433 -0.636,0.719 -1.593,1.157 -3.832,1.157 l -4.789,0 0,-7.184 4.789,0 z m -8.777,-16.957 0,27.934 9.496,0 c 2.715,0 4.43,-0.758 5.746,-1.957 1.438,-1.317 2.317,-3.231 2.317,-5.305 0,-1.918 -0.879,-3.754 -2.196,-4.988 2.633,-1.321 4.586,-4.192 4.586,-7.344 0,-2.594 -1.195,-4.945 -3.07,-6.465 -1.438,-1.195 -3.274,-1.875 -6.106,-1.875 l -10.773,0"
|
||||||
|
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path60"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 253.793,41.566 c -1.793,1.954 -2.91,4.547 -2.91,8.297 l 0,16.364 3.988,0 0,-16.563 c 0,-2.633 0.641,-4.266 1.758,-5.504 1.394,-1.555 3.469,-2.472 5.824,-2.472 2.356,0 4.43,0.917 5.824,2.472 1.118,1.238 1.758,2.871 1.758,5.504 l 0,16.563 3.988,0 0,-16.364 c 0,-3.75 -1.117,-6.343 -2.914,-8.297 -2.113,-2.277 -5.222,-3.671 -8.656,-3.671 -3.433,0 -6.543,1.394 -8.66,3.671"
|
||||||
|
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path62"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 296.043,55.25 c 1.797,0 2.715,0.402 3.352,1.039 0.64,0.641 1.039,1.559 1.039,2.555 0,0.996 -0.399,1.914 -1.039,2.554 -0.637,0.637 -1.555,1.036 -3.352,1.036 l -5.586,0 0,-7.184 5.586,0 z m -5.586,-3.789 0,-13.168 -3.988,0 0,27.934 9.773,0 c 2.555,0 4.153,-0.602 5.43,-1.637 1.676,-1.356 2.75,-3.434 2.75,-5.746 0,-2.317 -1.074,-4.391 -2.75,-5.746 -0.879,-0.719 -1.879,-1.239 -3.274,-1.477 l 10.016,-13.328 -4.828,0 -9.938,13.168 -3.191,0"
|
||||||
|
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path64"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 339.812,43.082 c -2.394,-3.031 -6.542,-5.187 -10.855,-5.187 -8.34,0 -14.484,6.105 -14.484,14.367 0,8.058 6.066,14.363 14.125,14.363 3.992,0 7.781,-1.637 10.214,-4.309 l -2.671,-2.636 c -1.637,1.797 -4.547,3.152 -7.543,3.152 -5.703,0 -10.133,-4.547 -10.133,-10.57 0,-6.309 4.547,-10.574 10.492,-10.574 2.953,0 5.387,1.117 6.863,2.589 l 0,7.184 -7.98,0 0,3.789 11.972,0 0,-12.168"
|
||||||
|
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path66"
|
||||||
|
inkscape:connector-curvature="0" /></g></g></g></g></g><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-size:144px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
|
||||||
|
x="-571.63922"
|
||||||
|
y="-235.47198"
|
||||||
|
id="text3043"
|
||||||
|
sodipodi:linespacing="125%"
|
||||||
|
transform="matrix(0.8,0,0,-0.8,0,292.48098)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3045"
|
||||||
|
x="-571.63922"
|
||||||
|
y="-235.47198" /></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-size:144px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
|
||||||
|
x="-430.66586"
|
||||||
|
y="-247.86523"
|
||||||
|
id="text3047"
|
||||||
|
sodipodi:linespacing="125%"
|
||||||
|
transform="matrix(0.8,0,0,-0.8,0,292.48098)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3049"
|
||||||
|
x="-430.66586"
|
||||||
|
y="-247.86523" /></text>
|
||||||
|
</g><g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
inkscape:label="Ebene"
|
||||||
|
style="opacity:0.68686865"
|
||||||
|
transform="translate(0,106.37877)"><g
|
||||||
|
id="g3105"
|
||||||
|
transform="matrix(1.2948778,0.20524361,-0.20524361,1.2948778,288.31921,443.6372)"
|
||||||
|
style="fill:url(#linearGradient5387);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.89999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"><text
|
||||||
|
transform="matrix(0.8645341,-0.50257416,0.50257416,0.8645341,0,0)"
|
||||||
|
sodipodi:linespacing="125%"
|
||||||
|
id="text3051"
|
||||||
|
y="-148.66508"
|
||||||
|
x="-122.06996"
|
||||||
|
style="font-size:143.99998474px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3343);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.89999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
|
||||||
|
xml:space="preserve"><tspan
|
||||||
|
style="font-size:120px;fill:url(#linearGradient3343);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.89999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
y="-148.66508"
|
||||||
|
x="-122.06996"
|
||||||
|
id="tspan3053"
|
||||||
|
sodipodi:role="line">L</tspan></text>
|
||||||
|
<text
|
||||||
|
transform="matrix(0.86453411,-0.50257415,0.50257415,0.86453411,0,0)"
|
||||||
|
sodipodi:linespacing="125%"
|
||||||
|
id="text3055"
|
||||||
|
y="-129.99844"
|
||||||
|
x="-55.218262"
|
||||||
|
style="font-size:144px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3345);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.89999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
|
||||||
|
xml:space="preserve"><tspan
|
||||||
|
style="font-size:120px;fill:url(#linearGradient3345);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.89999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
y="-129.99844"
|
||||||
|
x="-55.218262"
|
||||||
|
id="tspan3057"
|
||||||
|
sodipodi:role="line">a</tspan></text>
|
||||||
|
<text
|
||||||
|
transform="matrix(0.8645341,-0.50257416,0.50257416,0.8645341,0,0)"
|
||||||
|
sodipodi:linespacing="125%"
|
||||||
|
id="text3059"
|
||||||
|
y="-138.99956"
|
||||||
|
x="-9.5115137"
|
||||||
|
style="font-size:143.99998474px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3347);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.89999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
|
||||||
|
xml:space="preserve"><tspan
|
||||||
|
y="-138.99956"
|
||||||
|
x="-9.5115137"
|
||||||
|
id="tspan3061"
|
||||||
|
sodipodi:role="line"
|
||||||
|
style="fill:url(#linearGradient3347);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.89999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none">T</tspan></text>
|
||||||
|
<text
|
||||||
|
transform="matrix(0.8645341,-0.50257416,0.50257416,0.8645341,0,0)"
|
||||||
|
sodipodi:linespacing="125%"
|
||||||
|
id="text3063"
|
||||||
|
y="-142.11383"
|
||||||
|
x="43.999287"
|
||||||
|
style="font-size:143.99998474px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3349);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.89999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
|
||||||
|
xml:space="preserve"><tspan
|
||||||
|
style="font-size:121px;fill:url(#linearGradient3349);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.89999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
y="-142.11383"
|
||||||
|
x="43.999287"
|
||||||
|
id="tspan3065"
|
||||||
|
sodipodi:role="line">e</tspan></text>
|
||||||
|
<text
|
||||||
|
transform="matrix(0.8645341,-0.50257416,0.50257416,0.8645341,0,0)"
|
||||||
|
sodipodi:linespacing="125%"
|
||||||
|
id="text3067"
|
||||||
|
y="-119.99125"
|
||||||
|
x="103.62694"
|
||||||
|
style="font-size:143.99998474px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3351);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.89999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
|
||||||
|
xml:space="preserve"><tspan
|
||||||
|
y="-119.99125"
|
||||||
|
x="103.62694"
|
||||||
|
id="tspan3069"
|
||||||
|
sodipodi:role="line"
|
||||||
|
style="fill:url(#linearGradient3351);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.89999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none">X</tspan></text>
|
||||||
|
</g></g></svg>
|
After Width: | Height: | Size: 19 KiB |
1224
texmf-local/tex/latex/oth/logos/OTHR_OTHR_Logo.eps
Normal file
1224
texmf-local/tex/latex/oth/logos/OTHR_OTHR_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
1224
texmf-local/tex/latex/oth/logos/OTHR_OTHR_Logo_kurz.eps
Normal file
1224
texmf-local/tex/latex/oth/logos/OTHR_OTHR_Logo_kurz.eps
Normal file
File diff suppressed because it is too large
Load Diff
9578
texmf-local/tex/latex/oth/logos/OTHR_PT_Logo.eps
Normal file
9578
texmf-local/tex/latex/oth/logos/OTHR_PT_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
751
texmf-local/tex/latex/oth/logos/OTHR_RRRU_Logo.eps
Normal file
751
texmf-local/tex/latex/oth/logos/OTHR_RRRU_Logo.eps
Normal file
@ -0,0 +1,751 @@
|
|||||||
|
%!PS-Adobe-3.0 EPSF-3.0
|
||||||
|
%%BoundingBox: 0 0 348 125
|
||||||
|
%%HiResBoundingBox: 0.000000 0.000000 347.300000 124.800000
|
||||||
|
%.........................................
|
||||||
|
%%Creator: GPL Ghostscript 907 (epswrite)
|
||||||
|
%%CreationDate: 2016/02/11 21:01:08
|
||||||
|
%%DocumentData: Clean7Bit
|
||||||
|
%%LanguageLevel: 2
|
||||||
|
%%EndComments
|
||||||
|
%%BeginProlog
|
||||||
|
% This copyright applies to everything between here and the %%EndProlog:
|
||||||
|
% Copyright (C) 2012 Artifex Software, Inc. All rights reserved.
|
||||||
|
%%BeginResource: procset GS_epswrite_2_0_1001 1.001 0
|
||||||
|
/GS_epswrite_2_0_1001 80 dict dup begin
|
||||||
|
/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch
|
||||||
|
4 index eq and{ pop pop pop}{ PageSize dup 1
|
||||||
|
5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec}
|
||||||
|
{ pop/setpagedevice where
|
||||||
|
{ pop 1 dict dup /PageSize PageSize put setpagedevice}
|
||||||
|
{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat
|
||||||
|
setpage}if}ifelse}ifelse}ifelse} bind def
|
||||||
|
/!{bind def}bind def/#{load def}!/N/counttomark #
|
||||||
|
/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}!
|
||||||
|
/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
|
||||||
|
/w/setlinewidth #/J/setlinecap #
|
||||||
|
/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
|
||||||
|
/m/moveto #/l/lineto #/c/rcurveto #
|
||||||
|
/p{N 2 idiv{N -2 roll rlineto}repeat}!
|
||||||
|
/P{N 0 gt{N -2 roll moveto p}if}!
|
||||||
|
/h{p closepath}!/H{P closepath}!
|
||||||
|
/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
|
||||||
|
/re{4 -2 roll m exch dup lx exch ly neg lx h}!
|
||||||
|
/^{3 index neg 3 index neg}!
|
||||||
|
/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}!
|
||||||
|
/q/gsave #/Q/grestore #/rf{re fill}!
|
||||||
|
/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}!
|
||||||
|
/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}!
|
||||||
|
/|{exch string readstring |=}!
|
||||||
|
/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
|
||||||
|
/@/currentfile #/${+ @ |}!
|
||||||
|
/B{{2 copy string{readstring pop}aload pop 4 array astore cvx
|
||||||
|
3 1 roll}repeat pop pop true}!
|
||||||
|
/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
|
||||||
|
/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
|
||||||
|
/Ic{exch Ix false 3 colorimage}!
|
||||||
|
/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>>
|
||||||
|
/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}!
|
||||||
|
/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}!
|
||||||
|
/@F{@ &2<<F}!/@C{@X &2 FX}!
|
||||||
|
/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}!
|
||||||
|
/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource
|
||||||
|
/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall
|
||||||
|
currentdict end image}!
|
||||||
|
/~{@ read {pop} if}!
|
||||||
|
end def
|
||||||
|
%%EndResource
|
||||||
|
/pagesave null def
|
||||||
|
%%EndProlog
|
||||||
|
%%Page: 1 1
|
||||||
|
%%BeginPageSetup
|
||||||
|
GS_epswrite_2_0_1001 begin
|
||||||
|
/pagesave save store 197 dict begin
|
||||||
|
0.1 0.1 scale
|
||||||
|
%%EndPageSetup
|
||||||
|
gsave mark
|
||||||
|
Q q
|
||||||
|
0 0 3472.2 1247.24 re
|
||||||
|
Y
|
||||||
|
255 G
|
||||||
|
0 0 3472.2 1247.24 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
0 623.723 1245.85 623.516 re
|
||||||
|
f
|
||||||
|
255 G
|
||||||
|
521.211 1096.18 246.238 26.3594 re
|
||||||
|
f
|
||||||
|
631.152 748.426 26.3555 308.219 re
|
||||||
|
f
|
||||||
|
901.617 922.305 153.633 26.3555 re
|
||||||
|
f
|
||||||
|
835.723 748.426 26.3594 374.113 re
|
||||||
|
f
|
||||||
|
1094.79 748.426 26.3516 374.113 re
|
||||||
|
f
|
||||||
|
457.24 1053.01 -18.82 -18.82 P
|
||||||
|
21.29 -27.26 34.03 -61.52 34.03 -98.71 c
|
||||||
|
0 -88.61 -72.09 -160.7 -160.7 -160.7 c
|
||||||
|
-37.2 0 -71.45 12.74 -98.71 34.03 c
|
||||||
|
-18.82 -18.82 p
|
||||||
|
32.13 -25.98 73 -41.57 117.53 -41.57 c
|
||||||
|
103.31 0 187.05 83.75 187.05 187.05 c
|
||||||
|
0 44.53 -15.59 85.41 -41.57 117.53 c
|
||||||
|
f
|
||||||
|
185.09 836.77 m
|
||||||
|
-21.29 27.26 -34.03 61.52 -34.03 98.71 c
|
||||||
|
0 88.61 72.09 160.7 160.7 160.7 c
|
||||||
|
37.2 0 71.45 -12.74 98.71 -34.03 c
|
||||||
|
18.82 18.82 p
|
||||||
|
-32.12 25.98 -72.99 41.57 -117.53 41.57 c
|
||||||
|
-103.31 0 -187.05 -83.75 -187.05 -187.05 c
|
||||||
|
0 -44.53 15.59 -85.41 41.57 -117.53 c
|
||||||
|
18.82 18.82 p f
|
||||||
|
35 31 32 rG
|
||||||
|
1419.24 1041.55 m
|
||||||
|
18.82 0 32.91 14.88 32.91 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.91 34.89 c
|
||||||
|
-18.83 0 -32.92 -15.01 -32.92 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.92 -34.89 c
|
||||||
|
h
|
||||||
|
1419.24 1123.83 m
|
||||||
|
26.06 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.02 -47.39 -46.08 -47.39 c
|
||||||
|
-26.07 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.01 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
1500.73 1053.39 m
|
||||||
|
5.39 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.86 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.89 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.63 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.1 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
1575.5 1122.52 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1704.13 1042.86 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.76 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.89 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.02 0 0 -30.94 ^ h
|
||||||
|
1699.91 1086.31 m
|
||||||
|
7.38 0 10.54 1.45 12.64 3.82 c
|
||||||
|
1.98 2.11 3.16 4.88 3.16 8.03 c
|
||||||
|
0 3.16 -1.18 5.93 -3.16 8.03 c
|
||||||
|
-2.1 2.37 -5.26 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1670.95 1030.36 0 92.16 31.33 0 P
|
||||||
|
8.96 0 14.62 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.64 -10.66 7.64 -17.51 c
|
||||||
|
0 -6.32 -2.9 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.22 c
|
||||||
|
0 -8.56 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.8 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
1787.73 1066.56 28.43 0 -14.21 34.23 -14.22 -34.23 H
|
||||||
|
1821.3 1054.05 -38.84 0 -9.61 -23.7 -13.69 0 38.18 92.16 9.22 0 38.17 -92.16 -13.69 0
|
||||||
|
-9.74 23.7 f
|
||||||
|
1899.37 1072.48 0 -42.13 -13.17 0 ^ -31.59 50.03 14.74 0 23.44 -37 23.43 37
|
||||||
|
14.75 0 -31.6 -50.03 f
|
||||||
|
2006.01 1086.31 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
2083.68 1086.31 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.14 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2065.25 1073.8 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.42 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.48 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.97 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2154.77 1030.36 13.1719 92.1602 re
|
||||||
|
f
|
||||||
|
2211.25 1053.39 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.07 5.53 16.07 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.46 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
2337.9 1123.83 m
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.32 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.39 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2472.31 1073.8 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2571.05 1086.31 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1370.52 981.56 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1509.42 945.35 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1592.22 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
1726.64 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
1795.09 957.07 0 -67.67 -13.16 0 0 92.16 9.21 0 55.3 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.3 67.67 f
|
||||||
|
1901.73 889.398 13.168 92.1602 re
|
||||||
|
f
|
||||||
|
1958.21 912.44 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2084.86 982.87 m
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.62 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.47 13.03 c
|
||||||
|
9.34 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.51 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2219.27 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2318.01 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
2482.57 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2576.7 900.59 m
|
||||||
|
18.83 0 32.92 14.88 32.92 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.92 34.89 c
|
||||||
|
-18.82 0 -32.91 -15.01 -32.91 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.91 -34.89 c
|
||||||
|
h
|
||||||
|
2576.7 982.87 m
|
||||||
|
26.07 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.01 -47.39 -46.08 -47.39 c
|
||||||
|
-26.06 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.02 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
2699.66 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
2834.08 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2890.55 912.44 m
|
||||||
|
5.4 -6.58 13.04 -11.85 22.52 -11.85 c
|
||||||
|
8.55 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.67 6.32 -16.46 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.58 -26.73 c
|
||||||
|
-12.63 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
3017.2 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
3151.62 932.84 -51.35 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
3215.2 900.19 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.39 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.39 c
|
||||||
|
-6.98 -7.5 -17.25 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
3335.92 901.9 40.82 0 0 -12.5 -53.98 0 0 92.16 13.16 0 0 -79.66 f
|
||||||
|
3453.09 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1412 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.05 3.42 c
|
||||||
|
2.11 2.11 3.43 5.13 3.43 8.43 c
|
||||||
|
0 3.29 -1.32 6.32 -3.43 8.43 c
|
||||||
|
-2.1 2.11 -5.13 3.43 -11.05 3.43 c
|
||||||
|
-18.44 0 0 -23.7 ^ h
|
||||||
|
1393.56 791.89 0 -43.45 -13.16 0 0 92.16 32.25 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.91 -5.4 c
|
||||||
|
5.53 -4.47 9.08 -11.32 9.08 -18.96 c
|
||||||
|
0 -7.64 -3.55 -14.48 -9.08 -18.96 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.05 -43.98 -15.93 0 -32.78 43.45 -10.54 0 p f
|
||||||
|
1526.53 804.4 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.51 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.5 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1646.34 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.4 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.92 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
9.74 0 17.77 3.69 22.64 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.5 0 0 -40.16 p f
|
||||||
|
1728.62 804.4 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.51 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.5 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1787.86 816.11 0 -67.67 -13.17 0 0 92.16 9.22 0 55.29 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.29 67.67 f
|
||||||
|
1895.68 771.48 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.09 -19.48 15.67 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.27 c
|
||||||
|
0 13.43 11.85 24.49 27.91 24.49 c
|
||||||
|
11.72 0 19.88 -5.14 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.34 -15.28 -12.37 c
|
||||||
|
0 -11.72 19.62 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.41 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2016.14 760.95 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.77 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.9 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.01 0 0 -30.94 ^ h
|
||||||
|
2011.93 804.4 m
|
||||||
|
7.37 0 10.53 1.45 12.64 3.82 c
|
||||||
|
1.97 2.11 3.16 4.87 3.16 8.03 c
|
||||||
|
0 3.16 -1.19 5.93 -3.16 8.03 c
|
||||||
|
-2.11 2.37 -5.27 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1982.96 748.44 0 92.16 31.34 0 P
|
||||||
|
8.95 0 14.61 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.63 -10.66 7.63 -17.51 c
|
||||||
|
0 -6.32 -2.89 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.23 c
|
||||||
|
0 -8.55 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.79 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
2091.31 759.24 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.38 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.38 c
|
||||||
|
-6.98 -7.5 -17.24 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
2230.47 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.13 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2212.04 791.89 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.47 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.98 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2374.63 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.4 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15 -34.89 34.62 -34.89 c
|
||||||
|
9.75 0 17.78 3.69 22.65 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.49 0 0 -40.16 p f
|
||||||
|
0 0 1245.85 66.1797 re
|
||||||
|
f
|
||||||
|
1412 462.87 m
|
||||||
|
5.93 0 8.96 1.31 11.06 3.42 c
|
||||||
|
2.11 2.11 3.43 5.14 3.43 8.43 c
|
||||||
|
0 3.29 -1.32 6.32 -3.43 8.43 c
|
||||||
|
-2.1 2.11 -5.13 3.42 -11.06 3.42 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
1393.57 450.36 0 -43.46 -13.17 0 0 92.18 32.26 0 P
|
||||||
|
8.43 0 13.69 -1.97 17.91 -5.4 c
|
||||||
|
5.53 -4.48 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.63 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.05 -43.98 -15.93 0 -32.79 43.46 -10.53 0 p f
|
||||||
|
1526.54 462.87 0 -12.51 -30.28 0 0 -30.95 40.82 0 0 -12.51 -53.99 0 0 92.18
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1646.35 422.7 m
|
||||||
|
-7.9 -10 -21.6 -17.12 -35.82 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.15 -47.8 47.41 c
|
||||||
|
0 26.6 20.02 47.41 46.62 47.41 c
|
||||||
|
13.17 0 25.68 -5.4 33.71 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.41 5.93 -15.01 10.41 -24.89 10.41 c
|
||||||
|
-18.84 0 -33.45 -15.02 -33.45 -34.9 c
|
||||||
|
0 -20.8 15.01 -34.9 34.63 -34.9 c
|
||||||
|
9.75 0 17.78 3.69 22.65 8.56 c
|
||||||
|
0 23.71 -26.34 0 0 12.51 39.51 0 0 -40.17 p f
|
||||||
|
1728.63 462.87 0 -12.51 -30.29 0 0 -30.95 40.82 0 0 -12.51 -53.99 0 0 92.18
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1787.86 474.59 0 -67.69 -13.17 0 0 92.18 9.22 0 55.31 -67.69 0 67.69 13.16 0
|
||||||
|
0 -92.18 -9.21 0 -55.31 67.69 f
|
||||||
|
1895.69 429.95 m
|
||||||
|
5.4 -6.59 13.03 -11.86 22.52 -11.86 c
|
||||||
|
8.55 0 16.06 5.54 16.06 13.83 c
|
||||||
|
0 14.09 -19.49 15.67 -31.74 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.67 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.49 27.91 24.49 c
|
||||||
|
11.73 0 19.9 -5.14 24.77 -9.22 c
|
||||||
|
-7.78 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.72 19.62 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.07 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.65 0 -24.1 5.53 -32.27 15.41 c
|
||||||
|
9.1 8.95 p f
|
||||||
|
2016.14 419.41 m
|
||||||
|
8.31 0 12.25 1.84 15.15 4.74 c
|
||||||
|
2.64 2.77 4.35 6.58 4.35 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.35 10.67 c
|
||||||
|
-2.9 2.9 -6.84 4.74 -15.15 4.74 c
|
||||||
|
-20.01 0 0 -30.95 ^ h
|
||||||
|
2011.94 462.87 m
|
||||||
|
7.37 0 10.53 1.45 12.63 3.82 c
|
||||||
|
1.98 2.11 3.17 4.88 3.17 8.03 c
|
||||||
|
0 3.16 -1.19 5.93 -3.17 8.04 c
|
||||||
|
-2.1 2.37 -5.26 3.82 -12.63 3.82 c
|
||||||
|
-15.81 0 0 -23.7 ^ h
|
||||||
|
1982.96 406.9 0 92.18 31.35 0 P
|
||||||
|
8.95 0 14.61 -2.5 18.95 -6.45 c
|
||||||
|
4.75 -4.35 7.64 -10.67 7.64 -17.52 c
|
||||||
|
0 -6.32 -2.89 -12.38 -7.24 -16.46 c
|
||||||
|
8.7 -4.35 15.15 -13.83 15.15 -24.23 c
|
||||||
|
0 -8.56 -3.95 -16.33 -10.15 -21.33 c
|
||||||
|
-4.73 -3.95 -10.79 -6.19 -20.14 -6.19 c
|
||||||
|
-35.56 0 p f
|
||||||
|
2091.31 417.7 m
|
||||||
|
-5.92 6.45 -9.61 15.02 -9.61 27.39 c
|
||||||
|
0 53.99 13.17 0 0 -54.65 p
|
||||||
|
0 -8.69 2.1 -14.09 5.8 -18.18 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.21 -8.16 c
|
||||||
|
7.78 0 14.62 3.04 19.23 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.18 c
|
||||||
|
0 54.65 13.17 0 0 -53.99 p
|
||||||
|
0 -12.37 -3.69 -20.94 -9.61 -27.39 c
|
||||||
|
-6.98 -7.5 -17.26 -12.11 -28.59 -12.11 c
|
||||||
|
-11.31 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
2230.48 462.87 m
|
||||||
|
5.92 0 8.96 1.31 11.06 3.42 c
|
||||||
|
2.1 2.11 3.42 5.14 3.42 8.43 c
|
||||||
|
0 3.29 -1.32 6.32 -3.42 8.43 c
|
||||||
|
-2.1 2.11 -5.14 3.42 -11.06 3.42 c
|
||||||
|
-18.44 0 0 -23.7 ^ h
|
||||||
|
2212.04 450.36 0 -43.46 -13.17 0 0 92.18 32.26 0 P
|
||||||
|
8.43 0 13.7 -1.97 17.91 -5.4 c
|
||||||
|
5.53 -4.48 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.63 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.06 -43.98 -15.94 0 -32.78 43.46 -10.54 0 p f
|
||||||
|
2374.65 422.7 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.82 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.15 -47.8 47.41 c
|
||||||
|
0 26.6 20.02 47.41 46.62 47.41 c
|
||||||
|
13.16 0 25.67 -5.4 33.71 -14.22 c
|
||||||
|
-8.83 -8.69 p
|
||||||
|
-5.39 5.93 -15.01 10.41 -24.88 10.41 c
|
||||||
|
-18.84 0 -33.45 -15.02 -33.45 -34.9 c
|
||||||
|
0 -20.8 15.01 -34.9 34.63 -34.9 c
|
||||||
|
9.75 0 17.78 3.69 22.66 8.56 c
|
||||||
|
0 23.71 -26.35 0 0 12.51 39.51 0 0 -40.17 p f
|
||||||
|
2499.04 462.87 m
|
||||||
|
5.93 0 8.96 1.31 11.07 3.42 c
|
||||||
|
2.1 2.11 3.42 5.14 3.42 8.43 c
|
||||||
|
0 3.29 -1.32 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.42 -11.07 3.42 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2480.61 450.36 0 -43.46 -13.17 0 0 92.18 32.26 0 P
|
||||||
|
8.43 0 13.7 -1.97 17.91 -5.4 c
|
||||||
|
5.53 -4.48 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.63 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.06 -43.98 -15.94 0 -32.79 43.46 -10.53 0 p f
|
||||||
|
2605.69 418.09 m
|
||||||
|
18.83 0 32.93 14.88 32.93 34.9 c
|
||||||
|
0 19.88 -14.1 34.9 -32.93 34.9 c
|
||||||
|
-18.83 0 -32.92 -15.02 -32.92 -34.9 c
|
||||||
|
0 -20.02 14.09 -34.9 32.92 -34.9 c
|
||||||
|
h
|
||||||
|
2605.69 500.4 m
|
||||||
|
26.07 0 46.09 -20.54 46.09 -47.41 c
|
||||||
|
0 -26.86 -20.02 -47.41 -46.09 -47.41 c
|
||||||
|
-26.07 0 -46.09 20.54 -46.09 47.41 c
|
||||||
|
0 26.86 20.02 47.41 46.09 47.41 c
|
||||||
|
f
|
||||||
|
2719.83 419.41 m
|
||||||
|
8.29 0 12.24 1.84 15.13 4.74 c
|
||||||
|
2.64 2.77 4.35 6.58 4.35 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.35 10.67 c
|
||||||
|
-2.89 2.9 -6.84 4.74 -15.13 4.74 c
|
||||||
|
-20.02 0 0 -30.95 ^ h
|
||||||
|
2715.61 462.87 m
|
||||||
|
7.37 0 10.53 1.45 12.64 3.82 c
|
||||||
|
1.98 2.11 3.16 4.88 3.16 8.03 c
|
||||||
|
0 3.16 -1.18 5.93 -3.16 8.04 c
|
||||||
|
-2.11 2.37 -5.27 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
2686.64 406.9 0 92.18 31.34 0 P
|
||||||
|
8.96 0 14.62 -2.5 18.97 -6.45 c
|
||||||
|
4.73 -4.35 7.63 -10.67 7.63 -17.52 c
|
||||||
|
0 -6.32 -2.9 -12.38 -7.24 -16.46 c
|
||||||
|
8.69 -4.35 15.14 -13.83 15.14 -24.23 c
|
||||||
|
0 -8.56 -3.95 -16.33 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.8 -6.19 -20.15 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
2826.86 418.09 m
|
||||||
|
18.84 0 32.93 14.88 32.93 34.9 c
|
||||||
|
0 19.88 -14.09 34.9 -32.93 34.9 c
|
||||||
|
-18.83 0 -32.92 -15.02 -32.92 -34.9 c
|
||||||
|
0 -20.02 14.09 -34.9 32.92 -34.9 c
|
||||||
|
h
|
||||||
|
2826.86 500.4 m
|
||||||
|
26.07 0 46.09 -20.54 46.09 -47.41 c
|
||||||
|
0 -26.86 -20.02 -47.41 -46.09 -47.41 c
|
||||||
|
-26.07 0 -46.09 20.54 -46.09 47.41 c
|
||||||
|
0 26.86 20.02 47.41 46.09 47.41 c
|
||||||
|
f
|
||||||
|
2893.98 499.08 63.21 0 0 -12.51 -25.02 0 0 -79.67 -13.17 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
2989.44 406.902 13.1602 92.1797 re
|
||||||
|
f
|
||||||
|
3084.09 500.4 m
|
||||||
|
13.18 0 25.69 -5.4 33.71 -14.22 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.41 -24.9 10.41 c
|
||||||
|
-18.82 0 -33.44 -15.02 -33.44 -34.9 c
|
||||||
|
0 -20.8 15.02 -34.9 34.64 -34.9 c
|
||||||
|
12.37 0 21.32 6.85 26.46 13.04 c
|
||||||
|
9.36 -8.43 p
|
||||||
|
-7.91 -10.14 -21.61 -17.12 -35.82 -17.12 c
|
||||||
|
-27.52 0 -47.81 20.15 -47.81 47.41 c
|
||||||
|
0 26.6 20.02 47.41 46.61 47.41 c
|
||||||
|
f
|
||||||
|
3155.18 429.95 m
|
||||||
|
5.4 -6.59 13.03 -11.86 22.52 -11.86 c
|
||||||
|
8.55 0 16.06 5.54 16.06 13.83 c
|
||||||
|
0 14.09 -19.49 15.67 -31.74 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.67 -11.72 20.28 c
|
||||||
|
0 13.43 11.86 24.49 27.92 24.49 c
|
||||||
|
11.72 0 19.89 -5.14 24.76 -9.22 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.67 6.32 -16.46 6.32 c
|
||||||
|
-7.63 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.72 19.63 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.99 -10.54 11.99 -21.07 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.58 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.25 15.41 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
1412 321.92 m
|
||||||
|
5.93 0 8.96 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.43 5.14 3.43 8.43 c
|
||||||
|
0 3.3 -1.32 6.33 -3.43 8.43 c
|
||||||
|
-2.1 2.11 -5.13 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
1393.57 309.41 0 -43.46 -13.17 0 0 92.18 32.26 0 P
|
||||||
|
8.43 0 13.69 -1.97 17.91 -5.4 c
|
||||||
|
5.53 -4.47 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.63 -3.56 -14.48 -9.09 -18.95 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.05 -43.98 -15.93 0 -32.79 43.46 -10.53 0 p f
|
||||||
|
1526.54 321.92 0 -12.51 -30.28 0 0 -30.95 40.82 0 0 -12.51 -53.99 0 0 92.18
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1573.79 289 m
|
||||||
|
5.4 -6.58 13.04 -11.86 22.52 -11.86 c
|
||||||
|
8.56 0 16.07 5.54 16.07 13.83 c
|
||||||
|
0 14.09 -19.5 15.68 -31.74 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.49 27.91 24.49 c
|
||||||
|
11.73 0 19.89 -5.14 24.76 -9.22 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.72 19.62 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.07 c
|
||||||
|
0 -16.19 -12.51 -26.73 -28.58 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.54 -32.26 15.41 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
1704.53 321.92 0 -12.51 -30.28 0 0 -30.95 40.82 0 0 -12.51 -53.99 0 0 92.18
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1770.61 302.16 28.44 0 -14.21 34.24 -14.23 -34.24 H
|
||||||
|
1804.19 289.65 -38.85 0 -9.61 -23.7 -13.69 0 38.19 92.18 9.22 0 38.19 -92.18 -13.7 0
|
||||||
|
-9.75 23.7 f
|
||||||
|
1890.16 321.92 m
|
||||||
|
5.93 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.14 3.42 8.43 c
|
||||||
|
0 3.3 -1.31 6.33 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.13 3.43 -11.06 3.43 c
|
||||||
|
-18.44 0 0 -23.7 ^ h
|
||||||
|
1871.72 309.41 0 -43.46 -13.16 0 0 92.18 32.26 0 P
|
||||||
|
8.43 0 13.69 -1.97 17.9 -5.4 c
|
||||||
|
5.54 -4.47 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.63 -3.55 -14.48 -9.09 -18.95 c
|
||||||
|
-2.89 -2.37 -6.18 -4.08 -10.79 -4.87 c
|
||||||
|
33.05 -43.98 -15.93 0 -32.79 43.46 -10.54 0 p f
|
||||||
|
1997.33 359.45 m
|
||||||
|
13.16 0 25.67 -5.4 33.71 -14.22 c
|
||||||
|
-8.83 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.84 0 -33.45 -15.01 -33.45 -34.89 c
|
||||||
|
0 -20.81 15.01 -34.91 34.63 -34.91 c
|
||||||
|
12.38 0 21.34 6.85 26.46 13.04 c
|
||||||
|
9.36 -8.43 p
|
||||||
|
-7.9 -10.14 -21.6 -17.12 -35.82 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.41 c
|
||||||
|
0 26.59 20.01 47.4 46.62 47.4 c
|
||||||
|
f
|
||||||
|
2131.75 309.41 -51.36 0 0 -43.46 -13.17 0 0 92.18 ^ 0 -36.21 51.36 0
|
||||||
|
^ 13.16 0 0 -92.18 ^ 0 43.46 f
|
||||||
|
2249.29 276.75 m
|
||||||
|
-5.92 6.44 -9.61 15.01 -9.61 27.38 c
|
||||||
|
0 54 13.16 0 0 -54.65 p
|
||||||
|
0 -8.69 2.11 -14.09 5.8 -18.18 c
|
||||||
|
4.61 -5.13 11.46 -8.16 19.22 -8.16 c
|
||||||
|
7.78 0 14.62 3.03 19.23 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.18 c
|
||||||
|
0 54.65 13.17 0 0 -54 p
|
||||||
|
0 -12.37 -3.69 -20.94 -9.61 -27.38 c
|
||||||
|
-6.99 -7.51 -17.26 -12.12 -28.59 -12.12 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.12 c
|
||||||
|
f
|
||||||
|
2370.02 333.64 0 -67.69 -13.16 0 0 92.18 9.21 0 55.31 -67.69 0 67.69 13.16 0
|
||||||
|
0 -92.18 -9.22 0 -55.3 67.69 f
|
||||||
|
2476.66 265.949 13.1719 92.1797 re
|
||||||
|
f
|
||||||
|
2522.07 358.13 63.22 0 0 -12.51 -25.02 0 0 -79.67 -13.18 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
255 G
|
||||||
|
901.488 923.492 153.641 26.1328 re
|
||||||
|
f
|
||||||
|
835.594 751.094 26.3555 370.934 re
|
||||||
|
f
|
||||||
|
1094.66 751.094 26.3594 370.934 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
418.08 357.45 52.34 -84.17 -15.59 0 -51.15 82.32 P
|
||||||
|
4.91 0.17 9.82 0.66 14.39 1.85 c
|
||||||
|
h
|
||||||
|
344.58 395.58 57.59 0 P
|
||||||
|
26.93 0 48.27 21.67 48.27 48.21 c
|
||||||
|
0 26.55 -21.68 47.88 -48.27 47.88 c
|
||||||
|
-57.59 0 0 13.1 ^ p
|
||||||
|
33.87 0 61.48 -27.21 61.48 -60.98 c
|
||||||
|
0 -33.77 -27.61 -61.32 -61.48 -61.32 c
|
||||||
|
-57.59 0 0 13.11 h
|
||||||
|
304.27 504.78 13.21 0 0 -231.5 ^ ^ f
|
||||||
|
628.63 357.45 52.34 -84.17 -15.59 0 -51.15 82.32 P
|
||||||
|
4.91 0.17 9.82 0.66 14.39 1.85 c
|
||||||
|
h
|
||||||
|
555.13 395.58 57.59 0 P
|
||||||
|
26.93 0 48.27 21.67 48.27 48.21 c
|
||||||
|
0 26.55 -21.68 47.88 -48.27 47.88 c
|
||||||
|
-57.59 0 0 13.1 ^ p
|
||||||
|
33.88 0 61.48 -27.21 61.48 -60.98 c
|
||||||
|
0 -33.77 -27.61 -61.32 -61.48 -61.32 c
|
||||||
|
-57.59 0 0 13.11 h
|
||||||
|
514.81 504.78 13.21 0 0 -231.5 ^ ^ f
|
||||||
|
839.18 357.45 52.34 -84.17 -15.59 0 -51.15 82.32 P
|
||||||
|
4.91 0.17 9.82 0.66 14.39 1.85 c
|
||||||
|
h
|
||||||
|
765.67 395.58 57.59 0 P
|
||||||
|
26.93 0 48.27 21.67 48.27 48.21 c
|
||||||
|
0 26.55 -21.68 47.88 -48.27 47.88 c
|
||||||
|
-57.59 0 0 13.1 ^ p
|
||||||
|
33.88 0 61.48 -27.21 61.48 -60.98 c
|
||||||
|
0 -33.77 -27.61 -61.32 -61.48 -61.32 c
|
||||||
|
-57.59 0 0 13.11 h
|
||||||
|
725.36 504.78 13.21 0 0 -231.5 ^ ^ f
|
||||||
|
1032.68 286.38 m
|
||||||
|
35.07 6.38 60.81 36.79 60.81 72.58 c
|
||||||
|
0 145.82 13.21 0 ^ p
|
||||||
|
0 -43.52 -32.18 -79.3 -74.02 -85.69 c
|
||||||
|
0 13.11 h
|
||||||
|
931.4 504.78 13.21 0 0 -145.82 P
|
||||||
|
0 -35.79 25.91 -66.2 60.97 -72.58 c
|
||||||
|
0 -13.11 p
|
||||||
|
-42 6.39 -74.18 42.17 -74.18 85.69 c
|
||||||
|
0 145.82 p f
|
||||||
|
cleartomark end end pagesave restore
|
||||||
|
showpage
|
||||||
|
%%PageTrailer
|
||||||
|
%%Trailer
|
||||||
|
%%Pages: 1
|
702
texmf-local/tex/latex/oth/logos/OTHR_RST_Logo.eps
Normal file
702
texmf-local/tex/latex/oth/logos/OTHR_RST_Logo.eps
Normal file
@ -0,0 +1,702 @@
|
|||||||
|
%!PS-Adobe-3.0 EPSF-3.0
|
||||||
|
%%BoundingBox: 0 0 426 125
|
||||||
|
%%HiResBoundingBox: 0.000000 0.000000 425.200000 124.800000
|
||||||
|
%.........................................
|
||||||
|
%%Creator: GPL Ghostscript 907 (epswrite)
|
||||||
|
%%CreationDate: 2016/02/11 21:01:08
|
||||||
|
%%DocumentData: Clean7Bit
|
||||||
|
%%LanguageLevel: 2
|
||||||
|
%%EndComments
|
||||||
|
%%BeginProlog
|
||||||
|
% This copyright applies to everything between here and the %%EndProlog:
|
||||||
|
% Copyright (C) 2012 Artifex Software, Inc. All rights reserved.
|
||||||
|
%%BeginResource: procset GS_epswrite_2_0_1001 1.001 0
|
||||||
|
/GS_epswrite_2_0_1001 80 dict dup begin
|
||||||
|
/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch
|
||||||
|
4 index eq and{ pop pop pop}{ PageSize dup 1
|
||||||
|
5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec}
|
||||||
|
{ pop/setpagedevice where
|
||||||
|
{ pop 1 dict dup /PageSize PageSize put setpagedevice}
|
||||||
|
{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat
|
||||||
|
setpage}if}ifelse}ifelse}ifelse} bind def
|
||||||
|
/!{bind def}bind def/#{load def}!/N/counttomark #
|
||||||
|
/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}!
|
||||||
|
/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
|
||||||
|
/w/setlinewidth #/J/setlinecap #
|
||||||
|
/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
|
||||||
|
/m/moveto #/l/lineto #/c/rcurveto #
|
||||||
|
/p{N 2 idiv{N -2 roll rlineto}repeat}!
|
||||||
|
/P{N 0 gt{N -2 roll moveto p}if}!
|
||||||
|
/h{p closepath}!/H{P closepath}!
|
||||||
|
/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
|
||||||
|
/re{4 -2 roll m exch dup lx exch ly neg lx h}!
|
||||||
|
/^{3 index neg 3 index neg}!
|
||||||
|
/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}!
|
||||||
|
/q/gsave #/Q/grestore #/rf{re fill}!
|
||||||
|
/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}!
|
||||||
|
/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}!
|
||||||
|
/|{exch string readstring |=}!
|
||||||
|
/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
|
||||||
|
/@/currentfile #/${+ @ |}!
|
||||||
|
/B{{2 copy string{readstring pop}aload pop 4 array astore cvx
|
||||||
|
3 1 roll}repeat pop pop true}!
|
||||||
|
/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
|
||||||
|
/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
|
||||||
|
/Ic{exch Ix false 3 colorimage}!
|
||||||
|
/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>>
|
||||||
|
/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}!
|
||||||
|
/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}!
|
||||||
|
/@F{@ &2<<F}!/@C{@X &2 FX}!
|
||||||
|
/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}!
|
||||||
|
/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource
|
||||||
|
/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall
|
||||||
|
currentdict end image}!
|
||||||
|
/~{@ read {pop} if}!
|
||||||
|
end def
|
||||||
|
%%EndResource
|
||||||
|
/pagesave null def
|
||||||
|
%%EndProlog
|
||||||
|
%%Page: 1 1
|
||||||
|
%%BeginPageSetup
|
||||||
|
GS_epswrite_2_0_1001 begin
|
||||||
|
/pagesave save store 197 dict begin
|
||||||
|
0.1 0.1 scale
|
||||||
|
%%EndPageSetup
|
||||||
|
gsave mark
|
||||||
|
Q q
|
||||||
|
0 0 4251.97 1247.24 re
|
||||||
|
Y
|
||||||
|
255 G
|
||||||
|
0 0 4251.97 1247.24 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
0 623.723 1245.85 623.516 re
|
||||||
|
f
|
||||||
|
255 G
|
||||||
|
521.211 1096.18 246.238 26.3594 re
|
||||||
|
f
|
||||||
|
631.152 748.426 26.3555 308.219 re
|
||||||
|
f
|
||||||
|
901.617 922.305 153.633 26.3555 re
|
||||||
|
f
|
||||||
|
835.723 748.426 26.3594 374.113 re
|
||||||
|
f
|
||||||
|
1094.79 748.426 26.3516 374.113 re
|
||||||
|
f
|
||||||
|
457.24 1053.01 -18.82 -18.82 P
|
||||||
|
21.29 -27.26 34.03 -61.52 34.03 -98.71 c
|
||||||
|
0 -88.61 -72.09 -160.7 -160.7 -160.7 c
|
||||||
|
-37.2 0 -71.45 12.74 -98.71 34.03 c
|
||||||
|
-18.82 -18.82 p
|
||||||
|
32.13 -25.98 73 -41.57 117.53 -41.57 c
|
||||||
|
103.31 0 187.05 83.75 187.05 187.05 c
|
||||||
|
0 44.53 -15.59 85.41 -41.57 117.53 c
|
||||||
|
f
|
||||||
|
185.09 836.77 m
|
||||||
|
-21.29 27.26 -34.03 61.52 -34.03 98.71 c
|
||||||
|
0 88.61 72.09 160.7 160.7 160.7 c
|
||||||
|
37.2 0 71.45 -12.74 98.71 -34.03 c
|
||||||
|
18.82 18.82 p
|
||||||
|
-32.12 25.98 -72.99 41.57 -117.53 41.57 c
|
||||||
|
-103.31 0 -187.05 -83.75 -187.05 -187.05 c
|
||||||
|
0 -44.53 15.59 -85.41 41.57 -117.53 c
|
||||||
|
18.82 18.82 p f
|
||||||
|
35 31 32 rG
|
||||||
|
1419.24 1041.55 m
|
||||||
|
18.82 0 32.91 14.88 32.91 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.91 34.89 c
|
||||||
|
-18.83 0 -32.92 -15.01 -32.92 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.92 -34.89 c
|
||||||
|
h
|
||||||
|
1419.24 1123.83 m
|
||||||
|
26.06 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.02 -47.39 -46.08 -47.39 c
|
||||||
|
-26.07 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.01 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
1500.73 1053.39 m
|
||||||
|
5.39 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.86 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.89 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.63 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.1 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
1575.5 1122.52 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1704.13 1042.86 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.76 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.89 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.02 0 0 -30.94 ^ h
|
||||||
|
1699.91 1086.31 m
|
||||||
|
7.38 0 10.54 1.45 12.64 3.82 c
|
||||||
|
1.98 2.11 3.16 4.88 3.16 8.03 c
|
||||||
|
0 3.16 -1.18 5.93 -3.16 8.03 c
|
||||||
|
-2.1 2.37 -5.26 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1670.95 1030.36 0 92.16 31.33 0 P
|
||||||
|
8.96 0 14.62 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.64 -10.66 7.64 -17.51 c
|
||||||
|
0 -6.32 -2.9 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.22 c
|
||||||
|
0 -8.56 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.8 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
1787.73 1066.56 28.43 0 -14.21 34.23 -14.22 -34.23 H
|
||||||
|
1821.3 1054.05 -38.84 0 -9.61 -23.7 -13.69 0 38.18 92.16 9.22 0 38.17 -92.16 -13.69 0
|
||||||
|
-9.74 23.7 f
|
||||||
|
1899.37 1072.48 0 -42.13 -13.17 0 ^ -31.59 50.03 14.74 0 23.44 -37 23.43 37
|
||||||
|
14.75 0 -31.6 -50.03 f
|
||||||
|
2006.01 1086.31 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
2083.68 1086.31 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.14 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2065.25 1073.8 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.42 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.48 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.97 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2154.77 1030.36 13.1719 92.1602 re
|
||||||
|
f
|
||||||
|
2211.25 1053.39 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.07 5.53 16.07 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.46 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
2337.9 1123.83 m
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.32 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.39 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2472.31 1073.8 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2571.05 1086.31 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1370.52 981.56 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1509.42 945.35 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1592.22 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
1726.64 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
1795.09 957.07 0 -67.67 -13.16 0 0 92.16 9.21 0 55.3 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.3 67.67 f
|
||||||
|
1901.73 889.398 13.168 92.1602 re
|
||||||
|
f
|
||||||
|
1958.21 912.44 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2084.86 982.87 m
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.62 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.47 13.03 c
|
||||||
|
9.34 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.51 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2219.27 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2318.01 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
2482.57 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2576.7 900.59 m
|
||||||
|
18.83 0 32.92 14.88 32.92 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.92 34.89 c
|
||||||
|
-18.82 0 -32.91 -15.01 -32.91 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.91 -34.89 c
|
||||||
|
h
|
||||||
|
2576.7 982.87 m
|
||||||
|
26.07 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.01 -47.39 -46.08 -47.39 c
|
||||||
|
-26.06 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.02 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
2699.66 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
2834.08 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2890.55 912.44 m
|
||||||
|
5.4 -6.58 13.04 -11.85 22.52 -11.85 c
|
||||||
|
8.55 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.67 6.32 -16.46 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.58 -26.73 c
|
||||||
|
-12.63 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
3017.2 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
3151.62 932.84 -51.35 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
3215.2 900.19 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.39 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.39 c
|
||||||
|
-6.98 -7.5 -17.25 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
3335.92 901.9 40.82 0 0 -12.5 -53.98 0 0 92.16 13.16 0 0 -79.66 f
|
||||||
|
3453.09 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1412 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.05 3.42 c
|
||||||
|
2.11 2.11 3.43 5.13 3.43 8.43 c
|
||||||
|
0 3.29 -1.32 6.32 -3.43 8.43 c
|
||||||
|
-2.1 2.11 -5.13 3.43 -11.05 3.43 c
|
||||||
|
-18.44 0 0 -23.7 ^ h
|
||||||
|
1393.56 791.89 0 -43.45 -13.16 0 0 92.16 32.25 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.91 -5.4 c
|
||||||
|
5.53 -4.47 9.08 -11.32 9.08 -18.96 c
|
||||||
|
0 -7.64 -3.55 -14.48 -9.08 -18.96 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.05 -43.98 -15.93 0 -32.78 43.45 -10.54 0 p f
|
||||||
|
1526.53 804.4 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.51 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.5 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1646.34 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.4 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.92 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
9.74 0 17.77 3.69 22.64 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.5 0 0 -40.16 p f
|
||||||
|
1728.62 804.4 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.51 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.5 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1787.86 816.11 0 -67.67 -13.17 0 0 92.16 9.22 0 55.29 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.29 67.67 f
|
||||||
|
1895.68 771.48 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.09 -19.48 15.67 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.27 c
|
||||||
|
0 13.43 11.85 24.49 27.91 24.49 c
|
||||||
|
11.72 0 19.88 -5.14 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.34 -15.28 -12.37 c
|
||||||
|
0 -11.72 19.62 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.41 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2016.14 760.95 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.77 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.9 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.01 0 0 -30.94 ^ h
|
||||||
|
2011.93 804.4 m
|
||||||
|
7.37 0 10.53 1.45 12.64 3.82 c
|
||||||
|
1.97 2.11 3.16 4.87 3.16 8.03 c
|
||||||
|
0 3.16 -1.19 5.93 -3.16 8.03 c
|
||||||
|
-2.11 2.37 -5.27 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1982.96 748.44 0 92.16 31.34 0 P
|
||||||
|
8.95 0 14.61 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.63 -10.66 7.63 -17.51 c
|
||||||
|
0 -6.32 -2.89 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.23 c
|
||||||
|
0 -8.55 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.79 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
2091.31 759.24 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.38 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.38 c
|
||||||
|
-6.98 -7.5 -17.24 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
2230.47 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.13 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2212.04 791.89 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.47 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.98 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2374.63 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.4 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15 -34.89 34.62 -34.89 c
|
||||||
|
9.75 0 17.78 3.69 22.65 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.49 0 0 -40.16 p f
|
||||||
|
0 0 1245.85 66.1797 re
|
||||||
|
f
|
||||||
|
1412 462.87 m
|
||||||
|
5.93 0 8.96 1.31 11.06 3.42 c
|
||||||
|
2.11 2.11 3.43 5.14 3.43 8.43 c
|
||||||
|
0 3.29 -1.32 6.32 -3.43 8.43 c
|
||||||
|
-2.1 2.11 -5.13 3.42 -11.06 3.42 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
1393.57 450.36 0 -43.46 -13.17 0 0 92.18 32.26 0 P
|
||||||
|
8.43 0 13.69 -1.97 17.91 -5.4 c
|
||||||
|
5.53 -4.48 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.63 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.05 -43.98 -15.93 0 -32.79 43.46 -10.53 0 p f
|
||||||
|
1526.54 462.87 0 -12.51 -30.28 0 0 -30.95 40.82 0 0 -12.51 -53.99 0 0 92.18
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1646.35 422.7 m
|
||||||
|
-7.9 -10 -21.6 -17.12 -35.82 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.15 -47.8 47.41 c
|
||||||
|
0 26.6 20.02 47.41 46.62 47.41 c
|
||||||
|
13.17 0 25.68 -5.4 33.71 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.41 5.93 -15.01 10.41 -24.89 10.41 c
|
||||||
|
-18.84 0 -33.45 -15.02 -33.45 -34.9 c
|
||||||
|
0 -20.8 15.01 -34.9 34.63 -34.9 c
|
||||||
|
9.75 0 17.78 3.69 22.65 8.56 c
|
||||||
|
0 23.71 -26.34 0 0 12.51 39.51 0 0 -40.17 p f
|
||||||
|
1728.63 462.87 0 -12.51 -30.29 0 0 -30.95 40.82 0 0 -12.51 -53.99 0 0 92.18
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1787.86 419.41 40.82 0 0 -12.51 -53.99 0 0 92.18 13.17 0 0 -79.67 f
|
||||||
|
1865.93 417.7 m
|
||||||
|
-5.93 6.45 -9.61 15.02 -9.61 27.39 c
|
||||||
|
0 53.99 13.16 0 0 -54.65 p
|
||||||
|
0 -8.69 2.11 -14.09 5.8 -18.18 c
|
||||||
|
4.6 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.78 0 14.62 3.04 19.23 8.16 c
|
||||||
|
3.68 4.08 5.79 9.48 5.79 18.18 c
|
||||||
|
0 54.65 13.17 0 0 -53.99 p
|
||||||
|
0 -12.37 -3.68 -20.94 -9.61 -27.39 c
|
||||||
|
-6.98 -7.5 -17.25 -12.11 -28.58 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
1986.65 474.59 0 -67.69 -13.17 0 0 92.18 9.22 0 55.31 -67.69 0 67.69 13.16 0
|
||||||
|
0 -92.18 -9.21 0 -55.31 67.69 f
|
||||||
|
2169.66 422.7 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.53 0 -47.8 20.15 -47.8 47.41 c
|
||||||
|
0 26.6 20.01 47.41 46.61 47.41 c
|
||||||
|
13.17 0 25.68 -5.4 33.71 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.41 -24.89 10.41 c
|
||||||
|
-18.83 0 -33.45 -15.02 -33.45 -34.9 c
|
||||||
|
0 -20.8 15.01 -34.9 34.64 -34.9 c
|
||||||
|
9.74 0 17.77 3.69 22.65 8.56 c
|
||||||
|
0 23.71 -26.34 0 0 12.51 39.5 0 0 -40.17 p f
|
||||||
|
2209.02 429.95 m
|
||||||
|
5.4 -6.59 13.03 -11.86 22.52 -11.86 c
|
||||||
|
8.55 0 16.06 5.54 16.06 13.83 c
|
||||||
|
0 14.09 -19.49 15.67 -31.74 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.67 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.49 27.91 24.49 c
|
||||||
|
11.73 0 19.9 -5.14 24.77 -9.22 c
|
||||||
|
-7.78 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.72 19.62 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.07 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.65 0 -24.1 5.53 -32.27 15.41 c
|
||||||
|
9.1 8.95 p f
|
||||||
|
2294.98 451.676 39.5 10.5352 re
|
||||||
|
f
|
||||||
|
2437.56 417.7 m
|
||||||
|
-5.93 6.45 -9.61 15.02 -9.61 27.39 c
|
||||||
|
0 53.99 13.17 0 0 -54.65 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.18 c
|
||||||
|
4.61 -5.13 11.46 -8.16 19.22 -8.16 c
|
||||||
|
7.78 0 14.62 3.04 19.23 8.16 c
|
||||||
|
3.69 4.08 5.79 9.48 5.79 18.18 c
|
||||||
|
0 54.65 13.18 0 0 -53.99 p
|
||||||
|
0 -12.37 -3.69 -20.94 -9.62 -27.39 c
|
||||||
|
-6.97 -7.5 -17.25 -12.11 -28.58 -12.11 c
|
||||||
|
-11.31 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
2558.28 474.59 0 -67.69 -13.16 0 0 92.18 9.21 0 55.31 -67.69 0 67.69 13.16 0
|
||||||
|
0 -92.18 -9.21 0 -55.31 67.69 f
|
||||||
|
2718.25 478.8 m
|
||||||
|
-5.8 5.01 -13.43 7.77 -26.33 7.77 c
|
||||||
|
-13.83 0 0 -67.16 ^ p
|
||||||
|
12.9 0 20.53 2.76 26.33 7.77 c
|
||||||
|
6.98 6.19 11.2 15.54 11.2 25.81 c
|
||||||
|
0 10.27 -4.22 19.62 -11.2 25.81 c
|
||||||
|
h
|
||||||
|
2664.92 406.9 0 92.18 27.65 0 P
|
||||||
|
14.62 0 24.1 -3.16 31.61 -8.69 c
|
||||||
|
11.32 -8.43 18.43 -22.12 18.43 -37.4 c
|
||||||
|
0 -15.27 -6.97 -28.97 -18.3 -37.4 c
|
||||||
|
-7.51 -5.53 -17.12 -8.69 -31.74 -8.69 c
|
||||||
|
-27.65 0 p f
|
||||||
|
1381.58 289 m
|
||||||
|
5.4 -6.58 13.04 -11.86 22.52 -11.86 c
|
||||||
|
8.56 0 16.07 5.54 16.07 13.83 c
|
||||||
|
0 14.09 -19.49 15.68 -31.74 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.49 27.92 24.49 c
|
||||||
|
11.72 0 19.88 -5.14 24.76 -9.22 c
|
||||||
|
-7.78 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.63 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.72 19.62 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.99 -10.54 11.99 -21.07 c
|
||||||
|
0 -16.19 -12.51 -26.73 -28.58 -26.73 c
|
||||||
|
-12.64 0 -24.1 5.54 -32.26 15.41 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
1456.36 358.13 63.21 0 0 -12.51 -25.02 0 0 -79.67 -13.17 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1595.27 321.92 0 -12.51 -30.29 0 0 -30.95 40.82 0 0 -12.51 -53.99 0 0 92.18
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1648.97 276.75 m
|
||||||
|
-5.93 6.44 -9.62 15.01 -9.62 27.38 c
|
||||||
|
0 54 13.17 0 0 -54.65 p
|
||||||
|
0 -8.69 2.11 -14.09 5.8 -18.18 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.62 3.03 19.23 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.18 c
|
||||||
|
0 54.65 13.16 0 0 -54 p
|
||||||
|
0 -12.37 -3.69 -20.94 -9.61 -27.38 c
|
||||||
|
-6.98 -7.51 -17.25 -12.12 -28.58 -12.12 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.12 c
|
||||||
|
f
|
||||||
|
1799.98 321.92 0 -12.51 -30.29 0 0 -30.95 40.82 0 0 -12.51 -53.98 0 0 92.18
|
||||||
|
52.67 0 0 -12.51 -39.51 0 0 -23.7 30.29 0 f
|
||||||
|
1877.66 321.92 m
|
||||||
|
5.92 0 8.95 1.32 11.05 3.42 c
|
||||||
|
2.11 2.11 3.43 5.14 3.43 8.43 c
|
||||||
|
0 3.3 -1.32 6.33 -3.43 8.43 c
|
||||||
|
-2.1 2.11 -5.13 3.43 -11.05 3.43 c
|
||||||
|
-18.44 0 0 -23.7 ^ h
|
||||||
|
1859.22 309.41 0 -43.46 -13.17 0 0 92.18 32.26 0 P
|
||||||
|
8.43 0 13.69 -1.97 17.91 -5.4 c
|
||||||
|
5.53 -4.47 9.08 -11.32 9.08 -18.96 c
|
||||||
|
0 -7.63 -3.55 -14.48 -9.08 -18.95 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.06 -43.98 -15.94 0 -32.78 43.46 -10.54 0 p f
|
||||||
|
1954.41 276.75 m
|
||||||
|
-5.93 6.44 -9.61 15.01 -9.61 27.38 c
|
||||||
|
0 54 13.16 0 0 -54.65 p
|
||||||
|
0 -8.69 2.11 -14.09 5.79 -18.18 c
|
||||||
|
4.61 -5.13 11.46 -8.16 19.23 -8.16 c
|
||||||
|
7.77 0 14.62 3.03 19.23 8.16 c
|
||||||
|
3.68 4.08 5.79 9.48 5.79 18.18 c
|
||||||
|
0 54.65 13.16 0 0 -54 p
|
||||||
|
0 -12.37 -3.68 -20.94 -9.61 -27.38 c
|
||||||
|
-6.98 -7.51 -17.24 -12.12 -28.57 -12.12 c
|
||||||
|
-11.33 0 -21.59 4.61 -28.57 12.12 c
|
||||||
|
f
|
||||||
|
2075.13 333.64 0 -67.69 -13.17 0 0 92.18 9.22 0 55.31 -67.69 0 67.69 13.17 0
|
||||||
|
0 -92.18 -9.22 0 -55.31 67.69 f
|
||||||
|
2258.14 281.75 m
|
||||||
|
-7.9 -10.01 -21.6 -17.12 -35.81 -17.12 c
|
||||||
|
-27.53 0 -47.81 20.14 -47.81 47.41 c
|
||||||
|
0 26.59 20.01 47.4 46.61 47.4 c
|
||||||
|
13.18 0 25.69 -5.4 33.72 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.9 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.81 15.01 -34.91 34.64 -34.91 c
|
||||||
|
9.73 0 17.77 3.7 22.64 8.57 c
|
||||||
|
0 23.7 -26.34 0 0 12.51 39.51 0 0 -40.16 p f
|
||||||
|
2297.48 289 m
|
||||||
|
5.4 -6.58 13.04 -11.86 22.52 -11.86 c
|
||||||
|
8.57 0 16.07 5.54 16.07 13.83 c
|
||||||
|
0 14.09 -19.5 15.68 -31.74 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.49 27.92 24.49 c
|
||||||
|
11.72 0 19.88 -5.14 24.76 -9.22 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5.01 4.21 -10.67 6.32 -16.46 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.72 19.62 -14.22 31.48 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.07 c
|
||||||
|
0 -16.19 -12.51 -26.73 -28.58 -26.73 c
|
||||||
|
-12.64 0 -24.1 5.54 -32.26 15.41 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
2384.64 289 m
|
||||||
|
5.4 -6.58 13.04 -11.86 22.52 -11.86 c
|
||||||
|
8.55 0 16.06 5.54 16.06 13.83 c
|
||||||
|
0 14.09 -19.49 15.68 -31.73 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.49 27.92 24.49 c
|
||||||
|
11.72 0 19.88 -5.14 24.75 -9.22 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.63 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.72 19.63 -14.22 31.48 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.07 c
|
||||||
|
0 -16.19 -12.51 -26.73 -28.58 -26.73 c
|
||||||
|
-12.63 0 -24.09 5.54 -32.25 15.41 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
2501.56 308.09 0 -42.14 -13.17 0 ^ -31.6 50.04 14.75 0 23.43 -37 23.45 37
|
||||||
|
14.75 0 -31.61 -50.04 f
|
||||||
|
2561.98 289 m
|
||||||
|
5.4 -6.58 13.04 -11.86 22.52 -11.86 c
|
||||||
|
8.56 0 16.07 5.54 16.07 13.83 c
|
||||||
|
0 14.09 -19.49 15.68 -31.74 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.86 24.49 27.92 24.49 c
|
||||||
|
11.72 0 19.88 -5.14 24.76 -9.22 c
|
||||||
|
-7.78 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.72 19.62 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.07 c
|
||||||
|
0 -16.19 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.54 -32.26 15.41 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
2636.76 358.13 63.21 0 0 -12.51 -25.02 0 0 -79.67 -13.17 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
2775.66 321.92 0 -12.51 -30.29 0 0 -30.95 40.82 0 0 -12.51 -53.98 0 0 92.18
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
2871.11 285.71 -9.22 0 -27 42.27 0 -62.02 -13.16 0 0 92.18 9.22 0 35.55 -56.23
|
||||||
|
35.55 56.23 9.22 0 0 -92.18 -13.16 0 0 62.02 -27 -42.27 f
|
||||||
|
2996.84 321.92 0 -12.51 -30.29 0 0 -30.95 40.82 0 0 -12.51 -53.98 0 0 92.18
|
||||||
|
52.67 0 0 -12.51 -39.51 0 0 -23.7 30.29 0 f
|
||||||
|
255 G
|
||||||
|
901.488 923.492 153.641 26.1328 re
|
||||||
|
f
|
||||||
|
835.594 751.094 26.3555 370.934 re
|
||||||
|
f
|
||||||
|
1094.66 751.094 26.3594 370.934 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
683.53 357.45 52.34 -84.17 -15.59 0 -51.15 82.32 P
|
||||||
|
4.91 0.17 9.82 0.66 14.39 1.85 c
|
||||||
|
h
|
||||||
|
610.02 395.58 57.59 0 P
|
||||||
|
26.93 0 48.27 21.67 48.27 48.21 c
|
||||||
|
0 26.55 -21.68 47.88 -48.27 47.88 c
|
||||||
|
-57.59 0 0 13.1 ^ p
|
||||||
|
33.88 0 61.48 -27.21 61.48 -60.98 c
|
||||||
|
0 -33.77 -27.61 -61.32 -61.48 -61.32 c
|
||||||
|
-57.59 0 0 13.11 h
|
||||||
|
569.71 504.78 13.21 0 0 -231.5 ^ ^ f
|
||||||
|
858.23 506.46 m
|
||||||
|
33.03 -2.52 57.25 -25.2 v
|
||||||
|
-8.8 -9.75 p
|
||||||
|
-16.26 14.29 -31.16 18.48 -48.44 21.84 c
|
||||||
|
0 13.11 h
|
||||||
|
859.42 284.7 m
|
||||||
|
28.96 3.36 49.63 20.5 49.63 48.05 c
|
||||||
|
0 27.39 -20.5 37.46 -45.05 46.88 c
|
||||||
|
-47.26 17.98 p
|
||||||
|
-26.08 9.91 -42.17 28.05 -42.17 53.09 c
|
||||||
|
0 32.76 27.78 53.59 56.57 55.78 c
|
||||||
|
0 -13.11 p
|
||||||
|
-20.66 -2.02 -43.36 -16.29 -43.36 -42.33 c
|
||||||
|
0 -17.3 10 -32.26 33.54 -41.16 c
|
||||||
|
47.76 -17.97 p
|
||||||
|
27.95 -10.58 53.18 -24.36 53.18 -59.14 c
|
||||||
|
0 -37.29 -28.96 -57.46 -62.84 -61.32 c
|
||||||
|
0 13.27 h
|
||||||
|
779.14 310.4 m
|
||||||
|
13.89 -14.45 32.35 -22.34 53.18 -25.7 c
|
||||||
|
0 -13.27 p
|
||||||
|
-24.05 3.02 -48.11 14.11 -63.34 30.41 c
|
||||||
|
10.16 8.56 p f
|
||||||
|
1029.99 464.79 13.21 0 0 -191.52 ^ ^ H
|
||||||
|
959.87 504.78 153.62 0 0 -13.1 ^ ^ f
|
||||||
|
cleartomark end end pagesave restore
|
||||||
|
showpage
|
||||||
|
%%PageTrailer
|
||||||
|
%%Trailer
|
||||||
|
%%Pages: 1
|
601
texmf-local/tex/latex/oth/logos/OTHR_ReMIC_Logo.eps
Normal file
601
texmf-local/tex/latex/oth/logos/OTHR_ReMIC_Logo.eps
Normal file
@ -0,0 +1,601 @@
|
|||||||
|
%!PS-Adobe-3.0 EPSF-3.0
|
||||||
|
%%BoundingBox: 0 0 426 125
|
||||||
|
%%HiResBoundingBox: 0.000000 0.000000 425.200000 124.800000
|
||||||
|
%.........................................
|
||||||
|
%%Creator: GPL Ghostscript 907 (epswrite)
|
||||||
|
%%CreationDate: 2016/02/11 21:01:07
|
||||||
|
%%DocumentData: Clean7Bit
|
||||||
|
%%LanguageLevel: 2
|
||||||
|
%%EndComments
|
||||||
|
%%BeginProlog
|
||||||
|
% This copyright applies to everything between here and the %%EndProlog:
|
||||||
|
% Copyright (C) 2012 Artifex Software, Inc. All rights reserved.
|
||||||
|
%%BeginResource: procset GS_epswrite_2_0_1001 1.001 0
|
||||||
|
/GS_epswrite_2_0_1001 80 dict dup begin
|
||||||
|
/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch
|
||||||
|
4 index eq and{ pop pop pop}{ PageSize dup 1
|
||||||
|
5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec}
|
||||||
|
{ pop/setpagedevice where
|
||||||
|
{ pop 1 dict dup /PageSize PageSize put setpagedevice}
|
||||||
|
{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat
|
||||||
|
setpage}if}ifelse}ifelse}ifelse} bind def
|
||||||
|
/!{bind def}bind def/#{load def}!/N/counttomark #
|
||||||
|
/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}!
|
||||||
|
/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
|
||||||
|
/w/setlinewidth #/J/setlinecap #
|
||||||
|
/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
|
||||||
|
/m/moveto #/l/lineto #/c/rcurveto #
|
||||||
|
/p{N 2 idiv{N -2 roll rlineto}repeat}!
|
||||||
|
/P{N 0 gt{N -2 roll moveto p}if}!
|
||||||
|
/h{p closepath}!/H{P closepath}!
|
||||||
|
/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
|
||||||
|
/re{4 -2 roll m exch dup lx exch ly neg lx h}!
|
||||||
|
/^{3 index neg 3 index neg}!
|
||||||
|
/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}!
|
||||||
|
/q/gsave #/Q/grestore #/rf{re fill}!
|
||||||
|
/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}!
|
||||||
|
/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}!
|
||||||
|
/|{exch string readstring |=}!
|
||||||
|
/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
|
||||||
|
/@/currentfile #/${+ @ |}!
|
||||||
|
/B{{2 copy string{readstring pop}aload pop 4 array astore cvx
|
||||||
|
3 1 roll}repeat pop pop true}!
|
||||||
|
/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
|
||||||
|
/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
|
||||||
|
/Ic{exch Ix false 3 colorimage}!
|
||||||
|
/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>>
|
||||||
|
/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}!
|
||||||
|
/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}!
|
||||||
|
/@F{@ &2<<F}!/@C{@X &2 FX}!
|
||||||
|
/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}!
|
||||||
|
/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource
|
||||||
|
/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall
|
||||||
|
currentdict end image}!
|
||||||
|
/~{@ read {pop} if}!
|
||||||
|
end def
|
||||||
|
%%EndResource
|
||||||
|
/pagesave null def
|
||||||
|
%%EndProlog
|
||||||
|
%%Page: 1 1
|
||||||
|
%%BeginPageSetup
|
||||||
|
GS_epswrite_2_0_1001 begin
|
||||||
|
/pagesave save store 197 dict begin
|
||||||
|
0.1 0.1 scale
|
||||||
|
%%EndPageSetup
|
||||||
|
gsave mark
|
||||||
|
Q q
|
||||||
|
0 0 4251.97 1247.24 re
|
||||||
|
Y
|
||||||
|
255 G
|
||||||
|
0 0 4251.97 1247.24 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
0 623.723 1245.85 623.516 re
|
||||||
|
f
|
||||||
|
255 G
|
||||||
|
521.211 1096.18 246.238 26.3594 re
|
||||||
|
f
|
||||||
|
631.152 748.426 26.3555 308.219 re
|
||||||
|
f
|
||||||
|
901.617 922.305 153.633 26.3555 re
|
||||||
|
f
|
||||||
|
835.723 748.426 26.3594 374.113 re
|
||||||
|
f
|
||||||
|
1094.79 748.426 26.3516 374.113 re
|
||||||
|
f
|
||||||
|
457.24 1053.01 -18.82 -18.82 P
|
||||||
|
21.29 -27.26 34.03 -61.52 34.03 -98.71 c
|
||||||
|
0 -88.61 -72.09 -160.7 -160.7 -160.7 c
|
||||||
|
-37.2 0 -71.45 12.74 -98.71 34.03 c
|
||||||
|
-18.82 -18.82 p
|
||||||
|
32.13 -25.98 73 -41.57 117.53 -41.57 c
|
||||||
|
103.31 0 187.05 83.75 187.05 187.05 c
|
||||||
|
0 44.53 -15.59 85.41 -41.57 117.53 c
|
||||||
|
f
|
||||||
|
185.09 836.77 m
|
||||||
|
-21.29 27.26 -34.03 61.52 -34.03 98.71 c
|
||||||
|
0 88.61 72.09 160.7 160.7 160.7 c
|
||||||
|
37.2 0 71.45 -12.74 98.71 -34.03 c
|
||||||
|
18.82 18.82 p
|
||||||
|
-32.12 25.98 -72.99 41.57 -117.53 41.57 c
|
||||||
|
-103.31 0 -187.05 -83.75 -187.05 -187.05 c
|
||||||
|
0 -44.53 15.59 -85.41 41.57 -117.53 c
|
||||||
|
18.82 18.82 p f
|
||||||
|
35 31 32 rG
|
||||||
|
1419.24 1041.55 m
|
||||||
|
18.82 0 32.91 14.88 32.91 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.91 34.89 c
|
||||||
|
-18.83 0 -32.92 -15.01 -32.92 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.92 -34.89 c
|
||||||
|
h
|
||||||
|
1419.24 1123.83 m
|
||||||
|
26.06 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.02 -47.39 -46.08 -47.39 c
|
||||||
|
-26.07 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.01 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
1500.73 1053.39 m
|
||||||
|
5.39 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.86 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.89 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.63 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.1 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
1575.5 1122.52 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1704.13 1042.86 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.76 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.89 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.02 0 0 -30.94 ^ h
|
||||||
|
1699.91 1086.31 m
|
||||||
|
7.38 0 10.54 1.45 12.64 3.82 c
|
||||||
|
1.98 2.11 3.16 4.88 3.16 8.03 c
|
||||||
|
0 3.16 -1.18 5.93 -3.16 8.03 c
|
||||||
|
-2.1 2.37 -5.26 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1670.95 1030.36 0 92.16 31.33 0 P
|
||||||
|
8.96 0 14.62 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.64 -10.66 7.64 -17.51 c
|
||||||
|
0 -6.32 -2.9 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.22 c
|
||||||
|
0 -8.56 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.8 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
1787.73 1066.56 28.43 0 -14.21 34.23 -14.22 -34.23 H
|
||||||
|
1821.3 1054.05 -38.84 0 -9.61 -23.7 -13.69 0 38.18 92.16 9.22 0 38.17 -92.16 -13.69 0
|
||||||
|
-9.74 23.7 f
|
||||||
|
1899.37 1072.48 0 -42.13 -13.17 0 ^ -31.59 50.03 14.74 0 23.44 -37 23.43 37
|
||||||
|
14.75 0 -31.6 -50.03 f
|
||||||
|
2006.01 1086.31 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
2083.68 1086.31 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.14 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2065.25 1073.8 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.42 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.48 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.97 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2154.77 1030.36 13.1719 92.1602 re
|
||||||
|
f
|
||||||
|
2211.25 1053.39 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.07 5.53 16.07 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.46 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
2337.9 1123.83 m
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.32 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.39 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2472.31 1073.8 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2571.05 1086.31 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1370.52 981.56 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1509.42 945.35 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1592.22 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
1726.64 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
1795.09 957.07 0 -67.67 -13.16 0 0 92.16 9.21 0 55.3 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.3 67.67 f
|
||||||
|
1901.73 889.398 13.168 92.1602 re
|
||||||
|
f
|
||||||
|
1958.21 912.44 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2084.86 982.87 m
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.62 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.47 13.03 c
|
||||||
|
9.34 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.51 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2219.27 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2318.01 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
2482.57 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2576.7 900.59 m
|
||||||
|
18.83 0 32.92 14.88 32.92 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.92 34.89 c
|
||||||
|
-18.82 0 -32.91 -15.01 -32.91 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.91 -34.89 c
|
||||||
|
h
|
||||||
|
2576.7 982.87 m
|
||||||
|
26.07 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.01 -47.39 -46.08 -47.39 c
|
||||||
|
-26.06 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.02 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
2699.66 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
2834.08 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2890.55 912.44 m
|
||||||
|
5.4 -6.58 13.04 -11.85 22.52 -11.85 c
|
||||||
|
8.55 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.67 6.32 -16.46 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.58 -26.73 c
|
||||||
|
-12.63 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
3017.2 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
3151.62 932.84 -51.35 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
3215.2 900.19 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.39 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.39 c
|
||||||
|
-6.98 -7.5 -17.25 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
3335.92 901.9 40.82 0 0 -12.5 -53.98 0 0 92.16 13.16 0 0 -79.66 f
|
||||||
|
3453.09 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1412 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.05 3.42 c
|
||||||
|
2.11 2.11 3.43 5.13 3.43 8.43 c
|
||||||
|
0 3.29 -1.32 6.32 -3.43 8.43 c
|
||||||
|
-2.1 2.11 -5.13 3.43 -11.05 3.43 c
|
||||||
|
-18.44 0 0 -23.7 ^ h
|
||||||
|
1393.56 791.89 0 -43.45 -13.16 0 0 92.16 32.25 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.91 -5.4 c
|
||||||
|
5.53 -4.47 9.08 -11.32 9.08 -18.96 c
|
||||||
|
0 -7.64 -3.55 -14.48 -9.08 -18.96 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.05 -43.98 -15.93 0 -32.78 43.45 -10.54 0 p f
|
||||||
|
1526.53 804.4 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.51 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.5 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1646.34 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.4 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.92 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
9.74 0 17.77 3.69 22.64 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.5 0 0 -40.16 p f
|
||||||
|
1728.62 804.4 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.51 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.5 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1787.86 816.11 0 -67.67 -13.17 0 0 92.16 9.22 0 55.29 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.29 67.67 f
|
||||||
|
1895.68 771.48 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.09 -19.48 15.67 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.27 c
|
||||||
|
0 13.43 11.85 24.49 27.91 24.49 c
|
||||||
|
11.72 0 19.88 -5.14 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.34 -15.28 -12.37 c
|
||||||
|
0 -11.72 19.62 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.41 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2016.14 760.95 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.77 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.9 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.01 0 0 -30.94 ^ h
|
||||||
|
2011.93 804.4 m
|
||||||
|
7.37 0 10.53 1.45 12.64 3.82 c
|
||||||
|
1.97 2.11 3.16 4.87 3.16 8.03 c
|
||||||
|
0 3.16 -1.19 5.93 -3.16 8.03 c
|
||||||
|
-2.11 2.37 -5.27 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1982.96 748.44 0 92.16 31.34 0 P
|
||||||
|
8.95 0 14.61 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.63 -10.66 7.63 -17.51 c
|
||||||
|
0 -6.32 -2.89 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.23 c
|
||||||
|
0 -8.55 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.79 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
2091.31 759.24 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.38 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.62 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.38 c
|
||||||
|
-6.98 -7.5 -17.24 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
2230.47 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.13 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2212.04 791.89 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.47 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.98 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2374.63 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.4 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15 -34.89 34.62 -34.89 c
|
||||||
|
9.75 0 17.78 3.69 22.65 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.49 0 0 -40.16 p f
|
||||||
|
0 0 1245.85 66.1797 re
|
||||||
|
f
|
||||||
|
1380 407 73 92 /4J
|
||||||
|
$C
|
||||||
|
,D$QD?V@6]Y=k_XY=k_XY=k_XY=k_?s%B3:s%B3:s%B3:s%B3:s%B3:s%B2G_;OhWLV</+HcRCl
|
||||||
|
#5EZ)J+r^:s8W,u^Zg6O9<SYB0FQmS[B44H=BJ]8E?G~>
|
||||||
|
,
|
||||||
|
1482 407 55 92 /7J
|
||||||
|
$C
|
||||||
|
,D!o8s7-Fqs8W-!s8W-!s8W,?D57.2s8V-kX8i5"s8W-!s7-;Rs8W-!~>
|
||||||
|
,
|
||||||
|
1561 406 85 94 /4N
|
||||||
|
$C
|
||||||
|
,p5U5#$_^!6,<YVkVtlWKH3*q6T0s\(D,dA2aIOf'5/N\kTK+QBk_^n>$ojoI[C(<s'Pg*7Y>(J
|
||||||
|
s8W,us)Yg^n,%TYh=kjBh6Id_4)*>U4f;_Am=agC:;N1Q?H?]M@MPq?eV+H7:r7r$(aq(9:]s#~>
|
||||||
|
,
|
||||||
|
1684 407 7J ,
|
||||||
|
1774 407 78 92 /7N
|
||||||
|
$C
|
||||||
|
,D$Y]2:l,`?$4clf3NOtFk:!P?$&APqYb_HQ_iqrl$?[&V>mCVH<urAf;7_X?C1YXV<N;4^L!8'
|
||||||
|
l$?_5?C.MQHMr.p='^;]Fk?<<?$6*gf3d-8Fk-~>
|
||||||
|
,
|
||||||
|
1886 406 62 94 /4R
|
||||||
|
$C
|
||||||
|
.`2m('L;s0*%)"O:7X@>SS3aZ\fdbL5_J#S@6LNqh1YL6:M[@J^;!\@V-;<$KV9ed((!<(Jq?ga
|
||||||
|
"UHRb&6'AJ5c?.?$A--kKhGcQqZ$$AHR:g_4g)YF(akD`m`!qom96`r6OFYY@7`/k~>
|
||||||
|
,
|
||||||
|
1982 407 67 92 /0C
|
||||||
|
$C
|
||||||
|
,DOc8>\#rZ4?`.[hoHpqa:N%Dpi!oc^OG)?hu<ZUYQ+QNdf3X??C)&9/69Kh[B3kcms,$Bi89"@
|
||||||
|
Ic(&&hu!GWrI;"XoXJ3?k+Kl9I;<$;Yct@;)TDa~>
|
||||||
|
,
|
||||||
|
2082 406 76 93 /4V
|
||||||
|
$C
|
||||||
|
+@*lG!t^*:#7*A0K;V#PFQq0]WP!u.h#n6S#3[E+*eJ<)dXLhXfA!.rfC#iGs7cEjs8W-!s8W-!
|
||||||
|
s8W-!s8W-!s8W-!s8W-!s8W,o~>
|
||||||
|
,
|
||||||
|
2198 407 4J ,
|
||||||
|
2289 406 4N ,
|
||||||
|
2467 407 90 92 @C
|
||||||
|
,
|
||||||
|
,D$Ro:]LIps8W-!s8U5,T"f`HYMZ8DpZ__BqYg8>^EDRO<rF]9^K^?&l+^HpTBX*poUkjU/+fJ2
|
||||||
|
oUGKFqt-BMTDS8Qqt-98TBYV>T6fc$StG93rh&H>rgobHpTC.Ql+d~>
|
||||||
|
2598 407 7J ,
|
||||||
|
2688 407 78 92 /0K
|
||||||
|
$C
|
||||||
|
,DN'_Ced9$%M''\%sWHXnd1t:P74TZ_+,$P^>BComIpGNqtBpan*e$gJ,b#qrVuots8W-!?iIY:
|
||||||
|
r@dj:f;8J5?C+ub9<SY@QO.WDWsl^a%9u6N[=t\5/1_Q(Ced>sU]~>
|
||||||
|
,
|
||||||
|
2800 407 14 92 /5D
|
||||||
|
$X
|
||||||
|
J,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,Ffo
|
||||||
|
J,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,Ffo
|
||||||
|
J,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,FfoJ,Ffo
|
||||||
|
J,Ffo~>
|
||||||
|
,
|
||||||
|
2848 406 85 94 /0O
|
||||||
|
$C
|
||||||
|
,p5U5#$_^!6,<YV*B6@6KH3*q6T0s\(D,dADLr)V+PI.(#,ilJ25[?18Za\H3i2LTH=,sP?iU0+
|
||||||
|
s8Uujs0q`Nhfet3gEBnP[[i-dg3+<.fM989lkrP%m"S[:+^28_=A[P%$n,OMJqF4Q!(6~>
|
||||||
|
,
|
||||||
|
2951 407 91 92 @C
|
||||||
|
,
|
||||||
|
4:YDCqWkoH[Ir,,Fgq4U^:N(&gL""5fBoF3*j;b_hcJF8%Ks5LpK(^+>LqC)lKc$mqV'i_?$B@W
|
||||||
|
>?h!*Y3P?=CO^JL`EusJ^9=_g?WYjen#O5~>
|
||||||
|
3072 407 55 92 /5J
|
||||||
|
$C
|
||||||
|
,D!o8s7-Fqs8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s6p~>
|
||||||
|
,
|
||||||
|
1380 266 5D ,
|
||||||
|
1435 266 90 92 @C
|
||||||
|
,
|
||||||
|
,D$Ro:]LIps8W-!s8U5,T"f`HYMZ8DpZ__BqYg8>^EDRO<rF]9^K^?&l+^HpTBX*poUkjU/+fJ2
|
||||||
|
oUGKFqt-BMTDS8Qqt-98TBYV>T6fc$StG93rh&H>rgobHpTC.Ql+d~>
|
||||||
|
1550 266 91 92 @C
|
||||||
|
,
|
||||||
|
4:YDCqWkoH[Ir,,Fgq4U^:N(&gL""5fBoF3*j;b_hcJF8%Ks5LpK(^+>LqC)lKc$mqV'i_?$B@W
|
||||||
|
>?h!*Y3P?=CO^JL`EusJ^9=_g?WYjen#O5~>
|
||||||
|
1662 265 4N ,
|
||||||
|
1785 266 7J ,
|
||||||
|
1921 265 0O ,
|
||||||
|
2028 265 94 94 @C
|
||||||
|
,
|
||||||
|
,lkl?L0P9L6,F*CE.b%o3csW6%'t^W'F]'h*eFjJ6+T@n$,&JEh'VgCDbis=oWQ!3PQ/*bs*\1%
|
||||||
|
qZ$Tms8W,u^]3cgJ(E6Frg3#UX)#<4D(VlsXfg*\Q*nM%fLj$f=CH"_-"JdpXAsshe2:Z%$5cUV
|
||||||
|
K*i#$PQMH~>
|
||||||
|
2156 266 90 92 @C
|
||||||
|
,
|
||||||
|
,D$Ro:]LIps8W-!s8U5,T"f`HYMZ8DpZ__BqYg8>^EDRO<rF]9^K^?&l+^HpTBX*poUkjU/+fJ2
|
||||||
|
oUGKFqt-BMTDS8Qqt-98TBYV>T6fc$StG93rh&H>rgobHpTC.Ql+d~>
|
||||||
|
2288 266 64 92 /0W
|
||||||
|
$C
|
||||||
|
,D(FFs8W-!s8W-!s8W-!s5Z)V6/_8,]KP`PGm%40#RKD'rVM$Chr!o&s0)+IrH_ao982H:(rrao
|
||||||
|
>1Tp^Yd+_2^]~>
|
||||||
|
,
|
||||||
|
2385 265 4V ,
|
||||||
|
2485 266 70 92 /5P
|
||||||
|
$C
|
||||||
|
,@I/Ds8W-!s8W-!s8W-!s8W-!s8W-!s8W-!s8W-!T*BfFs1e~>
|
||||||
|
,
|
||||||
|
2587 266 5D ,
|
||||||
|
2642 266 7N ,
|
||||||
|
2754 265 4N ,
|
||||||
|
255 G
|
||||||
|
901.488 923.492 153.641 26.1328 re
|
||||||
|
f
|
||||||
|
835.594 751.094 26.3555 370.934 re
|
||||||
|
f
|
||||||
|
1094.66 751.094 26.3594 370.934 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
303 357.64 51.86 -84.09 -15.44 0 -50.7 82.25 P
|
||||||
|
4.87 0.16 9.74 0.67 14.27 1.84 c
|
||||||
|
h
|
||||||
|
230.15 395.74 57.07 0 P
|
||||||
|
26.69 0 47.84 21.65 47.84 48.17 c
|
||||||
|
0 26.52 -21.48 47.84 -47.84 47.84 c
|
||||||
|
-57.07 0 0 13.09 ^ p
|
||||||
|
33.57 0 60.93 -27.2 60.93 -60.93 c
|
||||||
|
0 -33.74 -27.36 -61.27 -60.93 -61.27 c
|
||||||
|
-57.07 0 0 13.09 h
|
||||||
|
190.2 504.84 13.09 0 0 -231.29 ^ ^ f
|
||||||
|
Q q
|
||||||
|
94.3555 103.02 1627.32 495.766 re
|
||||||
|
Y
|
||||||
|
35 31 32 rG
|
||||||
|
503.36 345.61 m
|
||||||
|
0 33.02 -24.52 53.79 -54.04 53.79 c
|
||||||
|
-28.14 0 -51.19 -18.9 -58.54 -45.05 c
|
||||||
|
13.32 0 p
|
||||||
|
6.46 19.86 23.57 33.54 44.73 33.54 c
|
||||||
|
22.77 0 42.53 -17.34 41.53 -44.36 c
|
||||||
|
-60.07 0 0 -11.26 72.08 0 p
|
||||||
|
0.25 1 1 7.34 1 13.34 c
|
||||||
|
390.02 321.63 m
|
||||||
|
6.45 -27.91 30.85 -48.07 60.81 -48.07 c
|
||||||
|
20.01 0 36.77 8.75 48.53 22.52 c
|
||||||
|
-8 8.25 p
|
||||||
|
-10.01 -11.75 -23.52 -19.01 -40.28 -19.01 c
|
||||||
|
-23.46 0 -41.98 14.57 -47.82 36.31 c
|
||||||
|
-13.24 0 p f
|
||||||
|
Q q
|
||||||
|
0 0 4251.97 1247.24 re
|
||||||
|
Y
|
||||||
|
35 31 32 rG
|
||||||
|
545.31 444.25 13.1 -14.94 0 -155.76 -13.1 0 0 170.7 H
|
||||||
|
545.31 484.7 0 20.14 100.21 -114.81 100.2 114.81 0 -231.29 -13.09 0 0 196.04 -87.11 -99.87
|
||||||
|
-100.21 114.98 f
|
||||||
|
827.855 273.551 13.0898 231.293 re
|
||||||
|
f
|
||||||
|
1040.3 286.81 m
|
||||||
|
21.48 2.85 40.96 12.25 56.06 26.18 c
|
||||||
|
8.9 -9.73 p
|
||||||
|
-17.63 -15.95 -40.12 -26.69 -64.96 -29.71 c
|
||||||
|
0 13.26 h
|
||||||
|
1040.3 504.84 m
|
||||||
|
24.84 -2.69 47.33 -13.43 64.96 -29.54 c
|
||||||
|
-8.9 -9.73 p
|
||||||
|
-15.1 13.93 -34.58 23.33 -56.06 26.19 c
|
||||||
|
0 13.09 h
|
||||||
|
1013.44 273.55 m
|
||||||
|
-58.07 6.71 -103.05 55.89 -103.05 115.81 c
|
||||||
|
0 59.75 44.98 108.93 103.05 115.48 c
|
||||||
|
0 -13.09 p
|
||||||
|
-51.19 -6.72 -89.96 -50.19 -89.96 -102.39 c
|
||||||
|
0 -52.37 38.77 -95.84 89.96 -102.55 c
|
||||||
|
0 -13.26 p f
|
||||||
|
cleartomark end end pagesave restore
|
||||||
|
showpage
|
||||||
|
%%PageTrailer
|
||||||
|
%%Trailer
|
||||||
|
%%Pages: 1
|
9900
texmf-local/tex/latex/oth/logos/OTHR_SEC_Logo.eps
Normal file
9900
texmf-local/tex/latex/oth/logos/OTHR_SEC_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9765
texmf-local/tex/latex/oth/logos/OTHR_SES_Logo.eps
Normal file
9765
texmf-local/tex/latex/oth/logos/OTHR_SES_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
632
texmf-local/tex/latex/oth/logos/OTHR_SappZ_Logo.eps
Normal file
632
texmf-local/tex/latex/oth/logos/OTHR_SappZ_Logo.eps
Normal file
@ -0,0 +1,632 @@
|
|||||||
|
%!PS-Adobe-3.0 EPSF-3.0
|
||||||
|
%%BoundingBox: -1 0 426 125
|
||||||
|
%%HiResBoundingBox: -0.049609 0.000000 425.400000 124.800000
|
||||||
|
%.......................................
|
||||||
|
%%Creator: GPL Ghostscript 907 (epswrite)
|
||||||
|
%%CreationDate: 2016/02/11 21:01:08
|
||||||
|
%%DocumentData: Clean7Bit
|
||||||
|
%%LanguageLevel: 2
|
||||||
|
%%EndComments
|
||||||
|
%%BeginProlog
|
||||||
|
% This copyright applies to everything between here and the %%EndProlog:
|
||||||
|
% Copyright (C) 2012 Artifex Software, Inc. All rights reserved.
|
||||||
|
%%BeginResource: procset GS_epswrite_2_0_1001 1.001 0
|
||||||
|
/GS_epswrite_2_0_1001 80 dict dup begin
|
||||||
|
/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch
|
||||||
|
4 index eq and{ pop pop pop}{ PageSize dup 1
|
||||||
|
5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec}
|
||||||
|
{ pop/setpagedevice where
|
||||||
|
{ pop 1 dict dup /PageSize PageSize put setpagedevice}
|
||||||
|
{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat
|
||||||
|
setpage}if}ifelse}ifelse}ifelse} bind def
|
||||||
|
/!{bind def}bind def/#{load def}!/N/counttomark #
|
||||||
|
/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}!
|
||||||
|
/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
|
||||||
|
/w/setlinewidth #/J/setlinecap #
|
||||||
|
/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
|
||||||
|
/m/moveto #/l/lineto #/c/rcurveto #
|
||||||
|
/p{N 2 idiv{N -2 roll rlineto}repeat}!
|
||||||
|
/P{N 0 gt{N -2 roll moveto p}if}!
|
||||||
|
/h{p closepath}!/H{P closepath}!
|
||||||
|
/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
|
||||||
|
/re{4 -2 roll m exch dup lx exch ly neg lx h}!
|
||||||
|
/^{3 index neg 3 index neg}!
|
||||||
|
/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}!
|
||||||
|
/q/gsave #/Q/grestore #/rf{re fill}!
|
||||||
|
/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}!
|
||||||
|
/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}!
|
||||||
|
/|{exch string readstring |=}!
|
||||||
|
/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
|
||||||
|
/@/currentfile #/${+ @ |}!
|
||||||
|
/B{{2 copy string{readstring pop}aload pop 4 array astore cvx
|
||||||
|
3 1 roll}repeat pop pop true}!
|
||||||
|
/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
|
||||||
|
/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
|
||||||
|
/Ic{exch Ix false 3 colorimage}!
|
||||||
|
/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>>
|
||||||
|
/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}!
|
||||||
|
/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}!
|
||||||
|
/@F{@ &2<<F}!/@C{@X &2 FX}!
|
||||||
|
/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}!
|
||||||
|
/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource
|
||||||
|
/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall
|
||||||
|
currentdict end image}!
|
||||||
|
/~{@ read {pop} if}!
|
||||||
|
end def
|
||||||
|
%%EndResource
|
||||||
|
/pagesave null def
|
||||||
|
%%EndProlog
|
||||||
|
%%Page: 1 1
|
||||||
|
%%BeginPageSetup
|
||||||
|
GS_epswrite_2_0_1001 begin
|
||||||
|
/pagesave save store 197 dict begin
|
||||||
|
0.1 0.1 scale
|
||||||
|
%%EndPageSetup
|
||||||
|
gsave mark
|
||||||
|
Q q
|
||||||
|
0 0 4253.62 1247.24 re
|
||||||
|
Y
|
||||||
|
255 G
|
||||||
|
0 0 4253.62 1247.24 re
|
||||||
|
f
|
||||||
|
35 31 32 rG
|
||||||
|
0 623.723 1245.85 623.516 re
|
||||||
|
f
|
||||||
|
255 G
|
||||||
|
521.211 1096.18 246.238 26.3594 re
|
||||||
|
f
|
||||||
|
631.152 748.426 26.3555 308.219 re
|
||||||
|
f
|
||||||
|
901.617 922.305 153.633 26.3555 re
|
||||||
|
f
|
||||||
|
835.723 748.426 26.3594 374.113 re
|
||||||
|
f
|
||||||
|
1094.79 748.426 26.3516 374.113 re
|
||||||
|
f
|
||||||
|
457.24 1053.01 -18.82 -18.82 P
|
||||||
|
21.29 -27.26 34.03 -61.52 34.03 -98.71 c
|
||||||
|
0 -88.61 -72.09 -160.7 -160.7 -160.7 c
|
||||||
|
-37.2 0 -71.45 12.74 -98.71 34.03 c
|
||||||
|
-18.82 -18.82 p
|
||||||
|
32.13 -25.98 73 -41.57 117.53 -41.57 c
|
||||||
|
103.31 0 187.05 83.75 187.05 187.05 c
|
||||||
|
0 44.53 -15.59 85.41 -41.57 117.53 c
|
||||||
|
f
|
||||||
|
185.09 836.77 m
|
||||||
|
-21.29 27.26 -34.03 61.52 -34.03 98.71 c
|
||||||
|
0 88.61 72.09 160.7 160.7 160.7 c
|
||||||
|
37.2 0 71.45 -12.74 98.71 -34.03 c
|
||||||
|
18.82 18.82 p
|
||||||
|
-32.12 25.98 -72.99 41.57 -117.53 41.57 c
|
||||||
|
-103.31 0 -187.05 -83.75 -187.05 -187.05 c
|
||||||
|
0 -44.53 15.59 -85.41 41.57 -117.53 c
|
||||||
|
18.82 18.82 p f
|
||||||
|
35 31 32 rG
|
||||||
|
1419.24 1041.55 m
|
||||||
|
18.82 0 32.91 14.88 32.91 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.91 34.89 c
|
||||||
|
-18.83 0 -32.92 -15.01 -32.92 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.92 -34.89 c
|
||||||
|
h
|
||||||
|
1419.24 1123.83 m
|
||||||
|
26.06 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.02 -47.39 -46.08 -47.39 c
|
||||||
|
-26.07 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.01 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
1500.73 1053.39 m
|
||||||
|
5.39 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.86 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.89 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.46 6.32 c
|
||||||
|
-7.63 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.1 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
1575.5 1122.52 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1704.13 1042.86 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.76 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.89 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.02 0 0 -30.94 ^ h
|
||||||
|
1699.91 1086.31 m
|
||||||
|
7.38 0 10.54 1.45 12.64 3.82 c
|
||||||
|
1.98 2.11 3.16 4.88 3.16 8.03 c
|
||||||
|
0 3.16 -1.18 5.93 -3.16 8.03 c
|
||||||
|
-2.1 2.37 -5.26 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1670.95 1030.36 0 92.16 31.33 0 P
|
||||||
|
8.96 0 14.62 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.64 -10.66 7.64 -17.51 c
|
||||||
|
0 -6.32 -2.9 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.22 c
|
||||||
|
0 -8.56 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.8 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
1787.73 1066.56 28.43 0 -14.21 34.23 -14.22 -34.23 H
|
||||||
|
1821.3 1054.05 -38.84 0 -9.61 -23.7 -13.69 0 38.18 92.16 9.22 0 38.17 -92.16 -13.69 0
|
||||||
|
-9.74 23.7 f
|
||||||
|
1899.37 1072.48 0 -42.13 -13.17 0 ^ -31.59 50.03 14.74 0 23.44 -37 23.43 37
|
||||||
|
14.75 0 -31.6 -50.03 f
|
||||||
|
2006.01 1086.31 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
2083.68 1086.31 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.14 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2065.25 1073.8 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.42 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.48 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.97 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2154.77 1030.36 13.1719 92.1602 re
|
||||||
|
f
|
||||||
|
2211.25 1053.39 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.07 5.53 16.07 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.46 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
2337.9 1123.83 m
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.32 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.39 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2472.31 1073.8 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2571.05 1086.31 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1370.52 981.56 63.2 0 0 -12.51 -25.02 0 0 -79.65 -13.16 0 ^ -25.02 0
|
||||||
|
0 12.51 f
|
||||||
|
1509.42 945.35 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.5 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.51 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1592.22 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
1726.64 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
1795.09 957.07 0 -67.67 -13.16 0 0 92.16 9.21 0 55.3 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.3 67.67 f
|
||||||
|
1901.73 889.398 13.168 92.1602 re
|
||||||
|
f
|
||||||
|
1958.21 912.44 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.48 15.66 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.35 -15.28 -12.38 c
|
||||||
|
0 -11.71 19.62 -14.21 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.4 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2084.86 982.87 m
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.62 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.47 13.03 c
|
||||||
|
9.34 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.51 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
f
|
||||||
|
2219.27 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2318.01 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
2482.57 932.84 -51.34 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.34 0
|
||||||
|
^ 13.17 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2576.7 900.59 m
|
||||||
|
18.83 0 32.92 14.88 32.92 34.89 c
|
||||||
|
0 19.88 -14.09 34.89 -32.92 34.89 c
|
||||||
|
-18.82 0 -32.91 -15.01 -32.91 -34.89 c
|
||||||
|
0 -20.01 14.09 -34.89 32.91 -34.89 c
|
||||||
|
h
|
||||||
|
2576.7 982.87 m
|
||||||
|
26.07 0 46.08 -20.54 46.08 -47.39 c
|
||||||
|
0 -26.86 -20.01 -47.39 -46.08 -47.39 c
|
||||||
|
-26.06 0 -46.08 20.54 -46.08 47.39 c
|
||||||
|
0 26.86 20.02 47.39 46.08 47.39 c
|
||||||
|
f
|
||||||
|
2699.66 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.82 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.38 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
2834.08 932.84 -51.35 0 0 -43.45 -13.16 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
2890.55 912.44 m
|
||||||
|
5.4 -6.58 13.04 -11.85 22.52 -11.85 c
|
||||||
|
8.55 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.08 -19.49 15.66 -31.73 23.7 c
|
||||||
|
-6.58 4.34 -11.72 10.66 -11.72 20.28 c
|
||||||
|
0 13.43 11.85 24.48 27.91 24.48 c
|
||||||
|
11.72 0 19.88 -5.13 24.76 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.67 6.32 -16.46 6.32 c
|
||||||
|
-7.64 0 -15.27 -4.35 -15.27 -12.38 c
|
||||||
|
0 -11.71 19.61 -14.21 31.47 -22.12 c
|
||||||
|
6.18 -4.08 11.98 -10.53 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.58 -26.73 c
|
||||||
|
-12.63 0 -24.09 5.53 -32.25 15.4 c
|
||||||
|
9.08 8.95 p f
|
||||||
|
3017.2 982.87 m
|
||||||
|
13.17 0 25.68 -5.39 33.71 -14.21 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.93 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
12.37 0 21.33 6.84 26.46 13.03 c
|
||||||
|
9.35 -8.43 p
|
||||||
|
-7.9 -10.14 -21.59 -17.11 -35.81 -17.11 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.39 c
|
||||||
|
0 26.59 20.01 47.39 46.6 47.39 c
|
||||||
|
f
|
||||||
|
3151.62 932.84 -51.35 0 0 -43.45 -13.17 0 0 92.16 ^ 0 -36.21 51.35 0
|
||||||
|
^ 13.16 0 0 -92.16 ^ 0 43.45 f
|
||||||
|
3215.2 900.19 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.39 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.61 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.39 c
|
||||||
|
-6.98 -7.5 -17.25 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
3335.92 901.9 40.82 0 0 -12.5 -53.98 0 0 92.16 13.16 0 0 -79.66 f
|
||||||
|
3453.09 945.35 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.5 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.51 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1412 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.05 3.42 c
|
||||||
|
2.11 2.11 3.43 5.13 3.43 8.43 c
|
||||||
|
0 3.29 -1.32 6.32 -3.43 8.43 c
|
||||||
|
-2.1 2.11 -5.13 3.43 -11.05 3.43 c
|
||||||
|
-18.44 0 0 -23.7 ^ h
|
||||||
|
1393.56 791.89 0 -43.45 -13.16 0 0 92.16 32.25 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.91 -5.4 c
|
||||||
|
5.53 -4.47 9.08 -11.32 9.08 -18.96 c
|
||||||
|
0 -7.64 -3.55 -14.48 -9.08 -18.96 c
|
||||||
|
-2.9 -2.37 -6.19 -4.08 -10.8 -4.87 c
|
||||||
|
33.05 -43.98 -15.93 0 -32.78 43.45 -10.54 0 p f
|
||||||
|
1526.53 804.4 0 -12.51 -30.28 0 0 -30.94 40.82 0 0 -12.51 -53.99 0 0 92.16
|
||||||
|
52.67 0 0 -12.5 -39.5 0 0 -23.7 30.28 0 f
|
||||||
|
1646.34 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.8 20.14 -47.8 47.4 c
|
||||||
|
0 26.59 20.02 47.39 46.61 47.39 c
|
||||||
|
13.17 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.81 -8.69 p
|
||||||
|
-5.41 5.92 -15.01 10.4 -24.89 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15.01 -34.89 34.63 -34.89 c
|
||||||
|
9.74 0 17.77 3.69 22.64 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.5 0 0 -40.16 p f
|
||||||
|
1728.62 804.4 0 -12.51 -30.29 0 0 -30.94 40.82 0 0 -12.51 -53.98 0 0 92.16
|
||||||
|
52.66 0 0 -12.5 -39.5 0 0 -23.7 30.29 0 f
|
||||||
|
1787.86 816.11 0 -67.67 -13.17 0 0 92.16 9.22 0 55.29 -67.67 0 67.67 13.17 0
|
||||||
|
0 -92.16 -9.22 0 -55.29 67.67 f
|
||||||
|
1895.68 771.48 m
|
||||||
|
5.4 -6.58 13.03 -11.85 22.51 -11.85 c
|
||||||
|
8.56 0 16.06 5.53 16.06 13.82 c
|
||||||
|
0 14.09 -19.48 15.67 -31.72 23.7 c
|
||||||
|
-6.59 4.34 -11.72 10.66 -11.72 20.27 c
|
||||||
|
0 13.43 11.85 24.49 27.91 24.49 c
|
||||||
|
11.72 0 19.88 -5.14 24.75 -9.21 c
|
||||||
|
-7.77 -9.61 p
|
||||||
|
-5 4.21 -10.66 6.32 -16.45 6.32 c
|
||||||
|
-7.64 0 -15.28 -4.34 -15.28 -12.37 c
|
||||||
|
0 -11.72 19.62 -14.22 31.47 -22.12 c
|
||||||
|
6.19 -4.08 11.98 -10.54 11.98 -21.06 c
|
||||||
|
0 -16.2 -12.51 -26.73 -28.57 -26.73 c
|
||||||
|
-12.64 0 -24.09 5.53 -32.26 15.41 c
|
||||||
|
9.09 8.95 p f
|
||||||
|
2016.14 760.95 m
|
||||||
|
8.29 0 12.24 1.84 15.14 4.74 c
|
||||||
|
2.63 2.77 4.34 6.58 4.34 10.8 c
|
||||||
|
0 4.21 -1.71 7.9 -4.34 10.66 c
|
||||||
|
-2.9 2.9 -6.85 4.74 -15.14 4.74 c
|
||||||
|
-20.01 0 0 -30.94 ^ h
|
||||||
|
2011.93 804.4 m
|
||||||
|
7.37 0 10.53 1.45 12.64 3.82 c
|
||||||
|
1.97 2.11 3.16 4.87 3.16 8.03 c
|
||||||
|
0 3.16 -1.19 5.93 -3.16 8.03 c
|
||||||
|
-2.11 2.37 -5.27 3.82 -12.64 3.82 c
|
||||||
|
-15.8 0 0 -23.7 ^ h
|
||||||
|
1982.96 748.44 0 92.16 31.34 0 P
|
||||||
|
8.95 0 14.61 -2.5 18.96 -6.45 c
|
||||||
|
4.74 -4.34 7.63 -10.66 7.63 -17.51 c
|
||||||
|
0 -6.32 -2.89 -12.37 -7.24 -16.46 c
|
||||||
|
8.69 -4.34 15.14 -13.82 15.14 -24.23 c
|
||||||
|
0 -8.55 -3.95 -16.32 -10.14 -21.33 c
|
||||||
|
-4.74 -3.95 -10.79 -6.19 -20.14 -6.19 c
|
||||||
|
-35.55 0 p f
|
||||||
|
2091.31 759.24 m
|
||||||
|
-5.92 6.45 -9.61 15.01 -9.61 27.38 c
|
||||||
|
0 53.98 13.17 0 0 -54.64 p
|
||||||
|
0 -8.69 2.1 -14.09 5.79 -18.17 c
|
||||||
|
4.61 -5.13 11.45 -8.16 19.22 -8.16 c
|
||||||
|
7.77 0 14.62 3.03 19.22 8.16 c
|
||||||
|
3.69 4.08 5.8 9.48 5.8 18.17 c
|
||||||
|
0 54.64 13.16 0 0 -53.98 p
|
||||||
|
0 -12.37 -3.68 -20.93 -9.61 -27.38 c
|
||||||
|
-6.98 -7.5 -17.24 -12.11 -28.57 -12.11 c
|
||||||
|
-11.32 0 -21.59 4.61 -28.57 12.11 c
|
||||||
|
f
|
||||||
|
2230.47 804.4 m
|
||||||
|
5.92 0 8.95 1.32 11.06 3.42 c
|
||||||
|
2.11 2.11 3.42 5.13 3.42 8.43 c
|
||||||
|
0 3.29 -1.31 6.32 -3.42 8.43 c
|
||||||
|
-2.11 2.11 -5.14 3.43 -11.06 3.43 c
|
||||||
|
-18.43 0 0 -23.7 ^ h
|
||||||
|
2212.04 791.89 0 -43.45 -13.17 0 0 92.16 32.26 0 P
|
||||||
|
8.43 0 13.69 -1.98 17.9 -5.4 c
|
||||||
|
5.53 -4.47 9.09 -11.32 9.09 -18.96 c
|
||||||
|
0 -7.64 -3.56 -14.48 -9.09 -18.96 c
|
||||||
|
-2.89 -2.37 -6.19 -4.08 -10.79 -4.87 c
|
||||||
|
33.04 -43.98 -15.93 0 -32.78 43.45 -10.53 0 p f
|
||||||
|
2374.63 764.24 m
|
||||||
|
-7.9 -10 -21.59 -17.12 -35.81 -17.12 c
|
||||||
|
-27.52 0 -47.79 20.14 -47.79 47.4 c
|
||||||
|
0 26.59 20.01 47.39 46.61 47.39 c
|
||||||
|
13.16 0 25.67 -5.39 33.7 -14.22 c
|
||||||
|
-8.82 -8.69 p
|
||||||
|
-5.4 5.92 -15.01 10.4 -24.88 10.4 c
|
||||||
|
-18.83 0 -33.44 -15.01 -33.44 -34.89 c
|
||||||
|
0 -20.8 15 -34.89 34.62 -34.89 c
|
||||||
|
9.75 0 17.78 3.69 22.65 8.56 c
|
||||||
|
0 23.7 -26.33 0 0 12.51 39.49 0 0 -40.16 p f
|
||||||
|
255 G
|
||||||
|
901.488 923.492 153.641 26.1328 re
|
||||||
|
f
|
||||||
|
835.594 751.094 26.3555 370.934 re
|
||||||
|
f
|
||||||
|
1094.66 751.094 26.3594 370.934 re
|
||||||
|
f
|
||||||
|
15.7501 w
|
||||||
|
3.86369 M
|
||||||
|
35 31 32 rG
|
||||||
|
955.34 346.92 105.25 0 0.65 208.36 110.8 0 0 -328.75 59.36 0 S
|
||||||
|
23 78 131 rG
|
||||||
|
902.49 264.06 -31.65 0 -35.14 0.06 0 -54.69 -32.98 0 -0.09 54.63 -128.66 0 -35.14 0.06
|
||||||
|
0 -54.69 -32.98 0 0 54.67 -59.89 -0.04 -0.72 66.31 -99.24 0 0 -66.25 -32.98 0
|
||||||
|
0 132.5 P
|
||||||
|
0 9.59 3.1 17.48 9.02 23.68 c
|
||||||
|
6.2 6.2 14.09 9.3 23.96 9.3 c
|
||||||
|
99.24 0 p
|
||||||
|
7.89 0 15.5 -3.66 22.55 -10.43 c
|
||||||
|
7.05 -7.05 10.71 -14.66 10.71 -22.56 c
|
||||||
|
0 -99.53 27.35 0 0 132.52 132.22 0 p
|
||||||
|
9.87 0 18.05 -3.1 23.96 -9.02 c
|
||||||
|
6.2 -6.2 9.3 -14.09 9.3 -23.96 c
|
||||||
|
0 -99.53 31.29 0 0 132.52 132.3 0 p
|
||||||
|
9.87 0 18.05 -3.1 23.96 -9.02 c
|
||||||
|
6.2 -6.2 9.31 -14.09 9.31 -23.96 c
|
||||||
|
0 -99.53 -0.09 -0.84 p
|
||||||
|
0 -9.02 -3.38 -16.63 -9.87 -22.83 c
|
||||||
|
-6.49 -6.2 -14.38 -9.3 -23.4 -9.3 c
|
||||||
|
-32.25 0 -0.11 -0.06 p f
|
||||||
|
255 G
|
||||||
|
545.24 363.36 -99.24 0 0 33.27 ^ ^ f*
|
||||||
|
738.07 297.11 -99.23 0 0 99.52 ^ ^ f*
|
||||||
|
934.85 297.11 -99.23 0 0 99.52 ^ ^ f*
|
||||||
|
35 31 32 rG
|
||||||
|
413.17 346.92 m
|
||||||
|
-40.78 0 -32.11 82.75 -65.59 82.75 c
|
||||||
|
-34.32 0 -36.03 -132.18 -68.16 -132.18 c
|
||||||
|
-53.93 0 -54.39 272.29 -101.38 272.29 c
|
||||||
|
-46.98 0 -59.94 -343.59 -121.31 -344.3 c
|
||||||
|
-27.37 -0.32 -25.26 0 y
|
||||||
|
S
|
||||||
|
34.2103 w
|
||||||
|
245 130 31 rG
|
||||||
|
204.81 522.15 m
|
||||||
|
-7.2 27.09 -15.75 44.79 -26.78 44.79 c
|
||||||
|
-46.98 0 -60.13 -339.29 -121.5 -339.29 c
|
||||||
|
-39.62 0 -55.63 0 y
|
||||||
|
S
|
||||||
|
31.5006 w
|
||||||
|
1121.17 555.29 50.87 0 0 -330.05 69.36 0 S
|
||||||
|
35 31 32 rG
|
||||||
|
25.04 146.91 m
|
||||||
|
-1.29 6.37 -4.78 11.46 -11.91 11.46 c
|
||||||
|
-7.21 0 -11.76 -6.07 -11.76 -12.9 c
|
||||||
|
0 -7.43 3.87 -9.86 9.71 -13.28 c
|
||||||
|
5.23 -3.03 9.56 -5.31 9.56 -11.98 c
|
||||||
|
0 -6.07 -3.11 -9.03 -7.51 -9.03 c
|
||||||
|
-6.14 0 -7.36 4.25 -8.04 9.86 c
|
||||||
|
-5.08 -0.68 p
|
||||||
|
0.76 -8.04 4.02 -13.96 12.97 -13.96 c
|
||||||
|
8.5 0 12.74 6.3 12.74 14.26 c
|
||||||
|
0 7.82 -4.25 10.93 -10.47 14.64 c
|
||||||
|
-7.96 4.78 -8.8 6.07 -8.8 10.17 c
|
||||||
|
0 4.25 1.89 8.12 6.68 8.12 c
|
||||||
|
4.32 0 6.14 -3.72 6.98 -7.44 c
|
||||||
|
4.93 0.76 p f
|
||||||
|
46.94 107.08 24.66 0 0 4.56 -19.57 0 0 14.03 16.16 0 0 4.55 ^
|
||||||
|
0 11.84 19.57 0 0 4.55 -24.66 0 0 -39.53 f
|
||||||
|
89.55 107.08 5.08 0 0 22.84 -0.46 10.32 0.15 0.15 15.32 -33.31 6.3 0 0 39.53
|
||||||
|
-5.08 0 0 -22.91 0.45 -10.24 -0.15 -0.16 -15.32 33.31 -6.29 0 0 -39.53 f
|
||||||
|
134.9 118.16 m
|
||||||
|
1.21 -7.06 5.84 -11.76 13.2 -11.76 c
|
||||||
|
7.29 0 12.52 4.25 12.52 11.76 c
|
||||||
|
0 4.1 -1.9 7.28 -5.46 9.26 c
|
||||||
|
-8.42 3.71 p
|
||||||
|
-3.04 1.37 -5.31 2.43 -5.31 6.15 c
|
||||||
|
0 3.56 3.19 5.23 6.45 5.23 c
|
||||||
|
4.32 0 6.37 -2.73 7.28 -6.6 c
|
||||||
|
4.86 1.44 p
|
||||||
|
-1.6 6.15 -5.46 9.94 -12.07 9.94 c
|
||||||
|
-6.22 0 -11.61 -3.72 -11.61 -10.39 c
|
||||||
|
0 -7.44 5.46 -8.95 11.23 -11.38 c
|
||||||
|
3.87 -1.59 7.96 -2.81 7.96 -7.66 c
|
||||||
|
0 -4.4 -3.26 -6.68 -7.43 -6.68 c
|
||||||
|
-5.31 0 -7.66 3.57 -8.65 8.42 c
|
||||||
|
-4.55 -1.44 p f
|
||||||
|
192.69 142.51 m
|
||||||
|
7.66 0 8.72 -9.86 8.72 -15.7 c
|
||||||
|
0 -5.77 -1.06 -15.63 -8.72 -15.63 c
|
||||||
|
-7.66 0 -8.73 9.86 -8.73 15.63 c
|
||||||
|
0 5.84 1.06 15.7 8.73 15.7 c
|
||||||
|
h
|
||||||
|
192.69 147.29 m
|
||||||
|
-6.53 0 -14.04 -4.7 -14.04 -20.48 c
|
||||||
|
0 -15.86 7.66 -20.41 14.04 -20.41 c
|
||||||
|
13.8 0 14.03 17.22 14.03 20.41 c
|
||||||
|
0 15.93 -7.74 20.48 -14.03 20.48 c
|
||||||
|
f*
|
||||||
|
226.2 107.08 5.09 0 0 16.92 7.36 0 10.09 -17.9 4.4 2.65 -9.71 16.01 P
|
||||||
|
4.78 1.44 8.04 6.22 8.04 11.08 c
|
||||||
|
0 7.66 -5.23 10.77 -11.83 10.77 c
|
||||||
|
-13.43 0 0 -39.53 h
|
||||||
|
231.28 128.55 0 13.51 8.19 0 P
|
||||||
|
4.55 0 6.68 -2.66 6.68 -6.22 c
|
||||||
|
0 -4.48 -3.26 -7.29 -8.19 -7.29 c
|
||||||
|
-6.68 0 p f*
|
||||||
|
274.5 107.08 16.23 0 0 4.56 -5.61 0 0 30.42 ^ 0 4.55 -16.23 0
|
||||||
|
^ 5.54 0 0 -30.42 ^ 0 -4.56 f
|
||||||
|
322.2 146.61 -5.08 0 0 -39.53 ^ 0 18.51 1.74 0 16.01 -19.49 3.87 3.26
|
||||||
|
-15.4 18.59 13.13 16.61 -3.87 3.03 -13.58 -17.82 -1.89 0 0 16.84 f
|
||||||
|
364.13 124.46 16.84 0 0 4.78 ^ ^ f
|
||||||
|
423.21 127.26 -11.38 0 5.61 23.67 0.15 0 5.61 -23.67 H
|
||||||
|
424.42 122.71 3.94 -16.61 5.01 1.36 -12.82 50.22 -6.07 0 -12.82 -50.22 5 -1.36 3.95 16.61
|
||||||
|
13.81 0 f*
|
||||||
|
457.1 128.63 0 13.43 6.98 0 P
|
||||||
|
4.18 0 7.66 -1.22 7.66 -6.6 c
|
||||||
|
0 -4.56 -2.66 -6.83 -7.66 -6.83 c
|
||||||
|
-6.98 0 h
|
||||||
|
457.1 124.08 8.5 0 P
|
||||||
|
5.54 0 11.46 3.41 11.46 11.76 c
|
||||||
|
0 5.76 -3.57 10.77 -12.75 10.77 c
|
||||||
|
-12.29 0 0 -39.53 5.08 0 0 17 p f*
|
||||||
|
502.06 128.63 0 13.43 6.98 0 P
|
||||||
|
4.17 0 7.66 -1.22 7.66 -6.6 c
|
||||||
|
0 -4.56 -2.65 -6.83 -7.66 -6.83 c
|
||||||
|
-6.98 0 h
|
||||||
|
502.06 124.08 8.5 0 P
|
||||||
|
5.54 0 11.46 3.41 11.46 11.76 c
|
||||||
|
0 5.76 -3.57 10.77 -12.75 10.77 c
|
||||||
|
-12.29 0 0 -39.53 5.08 0 0 17 p f*
|
||||||
|
542.55 107.08 25.79 0 0 4.56 -20.71 0 0 34.97 -5.08 0 0 -39.53 f
|
||||||
|
589.27 107.08 16.23 0 0 4.56 -5.61 0 0 30.42 ^ 0 4.55 -16.23 0
|
||||||
|
^ 5.54 0 0 -30.42 ^ 0 -4.56 f
|
||||||
|
636.96 146.61 -5.08 0 0 -39.53 ^ 0 18.51 1.74 0 16.01 -19.49 3.87 3.26
|
||||||
|
-15.4 18.59 13.12 16.61 -3.87 3.03 -13.58 -17.82 -1.89 0 0 16.84 f
|
||||||
|
692.93 122.41 -11.23 0 5.61 18.28 5.61 -18.28 H
|
||||||
|
694.37 117.86 3.64 -11.76 5.01 1.82 -12.44 38.69 -6.52 0 -12.44 -38.69 5 -1.82 3.72 11.76
|
||||||
|
14.04 0 f*
|
||||||
|
729.86 107.08 5.08 0 0 34.98 10.7 0 0 4.55 -26.7 0 ^ 10.93 0
|
||||||
|
0 -34.98 f
|
||||||
|
769.13 107.08 16.23 0 0 4.56 -5.61 0 0 30.42 ^ 0 4.55 -16.23 0
|
||||||
|
^ 5.54 0 0 -30.42 ^ 0 -4.56 f
|
||||||
|
822.21 142.51 m
|
||||||
|
7.66 0 8.72 -9.86 8.72 -15.7 c
|
||||||
|
0 -5.77 -1.06 -15.63 -8.72 -15.63 c
|
||||||
|
-7.66 0 -8.73 9.86 -8.73 15.63 c
|
||||||
|
0 5.84 1.06 15.7 8.73 15.7 c
|
||||||
|
h
|
||||||
|
822.21 147.29 m
|
||||||
|
-6.52 0 -14.04 -4.7 -14.04 -20.48 c
|
||||||
|
0 -15.86 7.66 -20.41 14.04 -20.41 c
|
||||||
|
13.8 0 14.04 17.22 14.04 20.41 c
|
||||||
|
0 15.93 -7.74 20.48 -14.04 20.48 c
|
||||||
|
f*
|
||||||
|
853.98 107.08 5.08 0 0 22.84 -0.45 10.32 0.15 0.15 15.32 -33.31 6.29 0 0 39.53
|
||||||
|
-5.08 0 0 -22.91 0.46 -10.24 -0.15 -0.16 -15.32 33.31 -6.3 0 0 -39.53 f
|
||||||
|
899.32 118.16 m
|
||||||
|
1.21 -7.06 5.84 -11.76 13.2 -11.76 c
|
||||||
|
7.29 0 12.52 4.25 12.52 11.76 c
|
||||||
|
0 4.1 -1.89 7.28 -5.46 9.26 c
|
||||||
|
-8.42 3.71 p
|
||||||
|
-3.04 1.37 -5.31 2.43 -5.31 6.15 c
|
||||||
|
0 3.56 3.19 5.23 6.45 5.23 c
|
||||||
|
4.32 0 6.37 -2.73 7.28 -6.6 c
|
||||||
|
4.86 1.44 p
|
||||||
|
-1.59 6.15 -5.46 9.94 -12.06 9.94 c
|
||||||
|
-6.22 0 -11.61 -3.72 -11.61 -10.39 c
|
||||||
|
0 -7.44 5.46 -8.95 11.23 -11.38 c
|
||||||
|
3.87 -1.59 7.96 -2.81 7.96 -7.66 c
|
||||||
|
0 -4.4 -3.26 -6.68 -7.44 -6.68 c
|
||||||
|
-5.31 0 -7.66 3.57 -8.64 8.42 c
|
||||||
|
-4.55 -1.44 p f
|
||||||
|
941.94 107.08 29.74 0 0 4.56 -22 0 21.39 46.04 -26.93 0 0 -4.55 19.27 0
|
||||||
|
-21.46 -46.05 f
|
||||||
|
990.93 107.08 24.65 0 0 4.56 -19.57 0 0 14.03 16.15 0 0 4.55 ^
|
||||||
|
0 11.84 19.57 0 0 4.55 -24.65 0 0 -39.53 f
|
||||||
|
1033.54 107.08 5.08 0 0 22.84 -0.45 10.32 0.15 0.15 15.32 -33.31 6.3 0 0 39.53
|
||||||
|
-5.09 0 0 -22.91 0.46 -10.24 -0.15 -0.16 -15.33 33.31 -6.29 0 0 -39.53 f
|
||||||
|
1089.28 107.08 5.08 0 0 34.98 10.7 0 0 4.55 -26.71 0 ^ 10.93 0
|
||||||
|
0 -34.98 f
|
||||||
|
1125.22 107.08 5.08 0 0 16.92 7.36 0 10.09 -17.9 4.4 2.65 -9.71 16.01 P
|
||||||
|
4.78 1.44 8.04 6.22 8.04 11.08 c
|
||||||
|
0 7.66 -5.24 10.77 -11.84 10.77 c
|
||||||
|
-13.42 0 0 -39.53 h
|
||||||
|
1130.3 128.55 0 13.51 8.19 0 P
|
||||||
|
4.55 0 6.68 -2.66 6.68 -6.22 c
|
||||||
|
0 -4.48 -3.26 -7.29 -8.2 -7.29 c
|
||||||
|
-6.67 0 p f*
|
||||||
|
1169.27 146.61 0 -29.06 P
|
||||||
|
0 -5.76 3.79 -11.15 12.37 -11.15 c
|
||||||
|
8.72 0 12.44 5.62 12.44 10.85 c
|
||||||
|
0 29.36 -5.09 0 0 -26.93 p
|
||||||
|
0 -5.69 -1.36 -8.5 -7.73 -8.5 c
|
||||||
|
-5.24 0 -6.91 2.73 -6.91 8.5 c
|
||||||
|
0 26.93 -5.08 0 p f
|
||||||
|
1226.64 118.24 8.88 20.86 0.15 0 0.98 -32.02 5.39 0 -1.59 39.53 -6.68 0 -7.13 -17.15
|
||||||
|
-7.13 17.15 -6.68 0 -1.59 -39.53 5.39 0 0.98 32.02 0.16 0 8.87 -20.86 f
|
||||||
|
cleartomark end end pagesave restore
|
||||||
|
showpage
|
||||||
|
%%PageTrailer
|
||||||
|
%%Trailer
|
||||||
|
%%Pages: 1
|
1504
texmf-local/tex/latex/oth/logos/OTHR_ZWW_Logo.eps
Normal file
1504
texmf-local/tex/latex/oth/logos/OTHR_ZWW_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
9632
texmf-local/tex/latex/oth/logos/OTHR_eHealth_Logo.eps
Normal file
9632
texmf-local/tex/latex/oth/logos/OTHR_eHealth_Logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user