summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ksp-thesis
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/ksp-thesis
Initial commit
Diffstat (limited to 'macros/latex/contrib/ksp-thesis')
-rw-r--r--macros/latex/contrib/ksp-thesis/LISTOFFILES20
-rw-r--r--macros/latex/contrib/ksp-thesis/README.md72
-rw-r--r--macros/latex/contrib/ksp-thesis/demo/full/content/appendix.tex15
-rw-r--r--macros/latex/contrib/ksp-thesis/demo/full/content/appendix/bibliography.tex7
-rw-r--r--macros/latex/contrib/ksp-thesis/demo/full/content/appendix/lists.tex25
-rw-r--r--macros/latex/contrib/ksp-thesis/demo/full/content/docinfo.tex6
-rw-r--r--macros/latex/contrib/ksp-thesis/demo/full/content/front/abstract.tex19
-rw-r--r--macros/latex/contrib/ksp-thesis/demo/full/content/front/acknowledgments.tex27
-rw-r--r--macros/latex/contrib/ksp-thesis/demo/full/content/front/dirtytitle.tex9
-rw-r--r--macros/latex/contrib/ksp-thesis/demo/full/content/front/lists.tex64
-rw-r--r--macros/latex/contrib/ksp-thesis/demo/full/content/front/publications.tex18
-rw-r--r--macros/latex/contrib/ksp-thesis/demo/full/content/front/titlepage.tex58
-rw-r--r--macros/latex/contrib/ksp-thesis/demo/full/content/front/toc.tex9
-rw-r--r--macros/latex/contrib/ksp-thesis/demo/full/content/frontmatter.tex15
-rw-r--r--macros/latex/contrib/ksp-thesis/demo/full/content/mainmatter.tex162
-rw-r--r--macros/latex/contrib/ksp-thesis/demo/full/example.tex103
-rw-r--r--macros/latex/contrib/ksp-thesis/demo/full/preamble/layout.tex35
-rw-r--r--macros/latex/contrib/ksp-thesis/demo/minimal/example.tex20
-rw-r--r--macros/latex/contrib/ksp-thesis/ksp-thesis.cls377
-rw-r--r--macros/latex/contrib/ksp-thesis/ksp-thesis.pdf5339
-rw-r--r--macros/latex/contrib/ksp-thesis/ksp-thesis.tex589
21 files changed, 6989 insertions, 0 deletions
diff --git a/macros/latex/contrib/ksp-thesis/LISTOFFILES b/macros/latex/contrib/ksp-thesis/LISTOFFILES
new file mode 100644
index 0000000000..a916e26fce
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/LISTOFFILES
@@ -0,0 +1,20 @@
+ksp-thesis.cls
+ksp-thesis.pdf
+ksp-thesis.tex
+README.md
+demo\full\example.tex
+demo\full\content\appendix.tex
+demo\full\content\docinfo.tex
+demo\full\content\frontmatter.tex
+demo\full\content\mainmatter.tex
+demo\full\content\appendix\bibliography.tex
+demo\full\content\appendix\lists.tex
+demo\full\content\front\abstract.tex
+demo\full\content\front\acknowledgments.tex
+demo\full\content\front\dirtytitle.tex
+demo\full\content\front\lists.tex
+demo\full\content\front\publications.tex
+demo\full\content\front\titlepage.tex
+demo\full\content\front\toc.tex
+demo\full\preamble\layout.tex
+demo\minimal\example.tex
diff --git a/macros/latex/contrib/ksp-thesis/README.md b/macros/latex/contrib/ksp-thesis/README.md
new file mode 100644
index 0000000000..c2fcd38e35
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/README.md
@@ -0,0 +1,72 @@
+# The *ksp-thesis* package
+
+Copyright (C) 2015 David Heinze
+
+Version 1.0.2 (2015-12-09)
+
+http://exergie100.de/en/contact/
+
+
+## License
+
+This work may be distributed and/or modified under the conditions of the LaTeX
+Project Public License, either version 1.3 of this license or (at your option)
+any later version. The latest version of this license is in
+
+http://www.latex-project.org/lppl.txt
+
+and version 1.3 or later is part of all distributions of LaTeX version
+2005/12/01 or later.
+
+This work has the LPPL maintenance status 'maintained'.
+
+The Current Maintainer of this work is David Heinze.
+
+This work consists of all files listed in *LISTOFFILES*.
+
+
+## Abstract
+
+The *ksp-thesis* class is a LaTeX class intended for authors who want to publish
+their thesis or other scientific work with KIT Scientific Publishing (KSP). The
+class is based on the *scrbook* class of the *KOMA-script* package in
+combination with the *ClassicThesis* and *ArsClassica* packages. It modifies
+some of the layout and style definitions of these packages in order to provide
+a document layout that should be compatible with the requirements by KSP.
+
+## Installation
+
+- Get the latest release of *ksp-thesis.zip* from
+
+ https://github.com/GORywwyN/ksp-thesis/tree/master/release/
+
+ or download the file
+
+ http://mirrors.ctan.org/macros/latex/contrib/ksp-thesis.zip
+
+- Extract the file *ksp-thesis.tds.zip* from the archive
+
+- Unpack the *ksp-thesis.tds.zip* archive in the root directory of the local TeX installation tree,
+ for example
+ - /usr/local/share/texmf/ or
+ - /usr/share/texmf-local/ or
+ - C:\Local TeX Filex\
+- Update the file hash tables (also known as the file name database).
+ On TeX Live systems, run *texhash* as root *|sudo texhash|*. On MiKTeX, run
+ *initexmf --update-fndb* in a command window or use the *Refresh FNDB*
+ button of the MiKTeX Options window.
+
+## Version history
+
+### 1.0.2 (2015-12-09)
+
+- Use the scrlayer-scrpage* package instead of the obsolete *scrpage2* package (thanks to Martin Feck for pointing this out)
+- Require the *hyperref* package explicitely to avoid errors when using TeXLive
+
+### 1.0.1 (2015-12-06)
+
+- Correct installation information in the documentation file
+
+### 1.0 (2015-12-06)
+
+- Initial release \ No newline at end of file
diff --git a/macros/latex/contrib/ksp-thesis/demo/full/content/appendix.tex b/macros/latex/contrib/ksp-thesis/demo/full/content/appendix.tex
new file mode 100644
index 0000000000..74641955d2
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/demo/full/content/appendix.tex
@@ -0,0 +1,15 @@
+%%% appendix
+%%% =============================================================
+\appendix
+\part*{Appendix}
+
+\blinddocument
+
+\backmatter
+\pagenumbering{Roman}
+
+\include{content/appendix/lists}
+
+\nocite{*}
+
+\include{content/appendix/bibliography} \ No newline at end of file
diff --git a/macros/latex/contrib/ksp-thesis/demo/full/content/appendix/bibliography.tex b/macros/latex/contrib/ksp-thesis/demo/full/content/appendix/bibliography.tex
new file mode 100644
index 0000000000..c57a087683
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/demo/full/content/appendix/bibliography.tex
@@ -0,0 +1,7 @@
+\chapter{References}
+
+Put your publications here. You might consider using the \texttt{biblatex} package, for example with the following code:
+
+\begin{verbatim}
+\printbibliography[title=References]
+\end{verbatim} \ No newline at end of file
diff --git a/macros/latex/contrib/ksp-thesis/demo/full/content/appendix/lists.tex b/macros/latex/contrib/ksp-thesis/demo/full/content/appendix/lists.tex
new file mode 100644
index 0000000000..04922fd066
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/demo/full/content/appendix/lists.tex
@@ -0,0 +1,25 @@
+%%% list of figures, tables, nomenclature, etc.
+%%% ---------------------------------------------------------------------------
+%%% >> note that too many lists in combination with tikzexternalize results in
+%%% 'no room for a new \write' errors!
+\begingroup
+ \hyphenpenalty10000
+
+ %%% list of figures
+ %\cleardoublepage
+ %\phantomsection
+ %\addcontentsline{toc}{chapter}{\listfigurename}
+ \listoffigures
+
+ %%% list of tables
+ %\cleardoublepage
+ %\phantomsection
+ %\addcontentsline{toc}{chapter}{\listtablename}
+ \listoftables
+
+ %%%% list of listings
+ %\cleardoublepage
+ %\phantomsection
+ %\addcontentsline{toc}{chapter}{\lstlistlistingname}
+ %\lstlistoflistings
+\endgroup \ No newline at end of file
diff --git a/macros/latex/contrib/ksp-thesis/demo/full/content/docinfo.tex b/macros/latex/contrib/ksp-thesis/demo/full/content/docinfo.tex
new file mode 100644
index 0000000000..bbbad1fab0
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/demo/full/content/docinfo.tex
@@ -0,0 +1,6 @@
+\newcommand{\doctitle}{\foreignlanguage{english}{The \texttt{ksp-thesis} class}}
+\newcommand{\docsubtitle}{A \LaTeX\ class for theses published with KIT Scientific Publishing}
+\newcommand{\docauthor}{Publi Cator}
+\newcommand{\docauthortitle}{\mbox{Dipl.-\TeX.}\xspace}
+\newcommand{\docauthoremail}{foo@bar.baz}
+\newcommand{\doctime}{\today} \ No newline at end of file
diff --git a/macros/latex/contrib/ksp-thesis/demo/full/content/front/abstract.tex b/macros/latex/contrib/ksp-thesis/demo/full/content/front/abstract.tex
new file mode 100644
index 0000000000..e5c50d8ce8
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/demo/full/content/front/abstract.tex
@@ -0,0 +1,19 @@
+%%% abstract
+%%% ---------------------------------------------------------------------------
+\begingroup
+
+%%% english
+%%% ...........................................................................
+\addchap{Abstract}
+
+\blindtext
+
+
+%%% german
+%%% ...........................................................................
+\otherlanguage{ngerman}
+\addchap{Kurzfassung}
+
+\blindtext
+
+\endgroup \ No newline at end of file
diff --git a/macros/latex/contrib/ksp-thesis/demo/full/content/front/acknowledgments.tex b/macros/latex/contrib/ksp-thesis/demo/full/content/front/acknowledgments.tex
new file mode 100644
index 0000000000..37e6bd0b2f
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/demo/full/content/front/acknowledgments.tex
@@ -0,0 +1,27 @@
+%%% Acknowledgements
+%%% ----------------------------------------------------------------------
+\begingroup
+% you can erase the following three lines if you do not use an introductory quote
+\cleardoublepage
+\let\clearpage\relax
+\let\cleardoublepage\relax
+\begin{flushright}\slshape
+ Put your fancy quote here. Or don't. \\ \medskip
+ --- Awesome Author
+\end{flushright}
+
+\bigskip
+\otherlanguage{ngerman}
+
+\addchap{Vorwort}
+
+\blindmathfalse
+\blindtext
+
+\bigskip
+
+\begin{flushright}
+ Place, \doctime
+\end{flushright}
+
+\endgroup \ No newline at end of file
diff --git a/macros/latex/contrib/ksp-thesis/demo/full/content/front/dirtytitle.tex b/macros/latex/contrib/ksp-thesis/demo/full/content/front/dirtytitle.tex
new file mode 100644
index 0000000000..25322bc0ca
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/demo/full/content/front/dirtytitle.tex
@@ -0,0 +1,9 @@
+%%% dirty title page
+%%% -----------------------------------------------------------
+\extratitle{%
+ \spacedlowsmallcaps{\docauthor} \\ \medskip
+
+ {
+ \color{KITblue}\spacedallcaps{\doctitle}
+ }
+}
diff --git a/macros/latex/contrib/ksp-thesis/demo/full/content/front/lists.tex b/macros/latex/contrib/ksp-thesis/demo/full/content/front/lists.tex
new file mode 100644
index 0000000000..30f60618da
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/demo/full/content/front/lists.tex
@@ -0,0 +1,64 @@
+%%% list of figures, tables, nomenclature, etc.
+%%% ---------------------------------------------------------------------------
+%%% >> note that too many lists in combination with tikzexternalize results in
+%%% 'no room for a new \write' errors!
+\begingroup
+ %\newcommand{\listvspace}{\vspace*{8ex}}
+ %\let\clearpage\relax
+ %\let\cleardoublepage\relax
+ %\let\cleardoublepage\relax
+
+ %%% in appendix
+
+ %%%% list of figures
+ %%\phantomsection
+ %%\refstepcounter{dummy}
+ %\addcontentsline{toc}{chapter}{\listfigurename}
+ %%\pdfbookmark[1]{\listfigurename}{pdf:lof}
+ %\listoffigures
+ %\listvspace
+ %
+ %%%% list of tables
+ %%\phantomsection
+ %%\refstepcounter{dummy}
+ %\addcontentsline{toc}{chapter}{\listtablename}
+ %%\pdfbookmark[1]{\listtablename}{pdf:lot}
+ %\listoftables
+ %\listvspace
+ %
+ %%%% list of listings
+ %%%\phantomsection
+ %%%\refstepcounter{dummy}
+ %%\addcontentsline{toc}{chapter}{\lstlistlistingname}
+ %%%\pdfbookmark[1]{\lstlistlistingname}{pdf:lol}
+ %%\lstlistoflistings
+ %%\listvspace
+
+ %%% acronyms
+ %\phantomsection
+ %%\refstepcounter{dummy}
+ \addcontentsline{toc}{chapter}{Abbreviations and acronyms}
+ %\pdfbookmark[1]{acronyms}{pdf:acronyms}
+ %%\markboth{\spacedlowsmallcaps{Abbreviations and acronyms}}{\spacedlowsmallcaps{Abbreviations and acronyms}}
+ \printglossary[type=acronym,style=acrtab-descr,title={Abbreviations and acronyms}]
+ \glsaddfrompreamble%
+ %\listvspace
+
+ %%% nomenclature
+ %\phantomsection
+ %%\refstepcounter{dummy}
+ \addcontentsline{toc}{chapter}{Nomenclature}
+ %\pdfbookmark[1]{Nomenclature}{pdf:nomenclature}
+ %\renewcommand{\glossarypreamble}{\vskip -6pt\noindent\setfontsize{8pt}}
+ \renewcommand{\glssymbolsheadfont}[1]{\spacedlowsmallcaps{#1}} % font in glossary head
+ \renewcommand{\glssymbolsgroupfont}[1]{{\usekomafont{subsection}#1}} % font in glossary group head
+ %\renewcommand{\glssymbolsfootfont}[1]{#1} % font in glossary foot
+ \begingroup
+ \renewcommand*{\descriptionlabel}[1]{\hspace*{\labelsep}#1} % bug fix for classicthesis
+ \hypersetup{linkcolor=black}
+ %\glssymbolsunitbracketstrue
+ \renewcommand{\glssymbolsbetweengroups}{\clearpage}
+ \printglossary[type=symbols,style=symbols-longtable-sep]%,nonumberlist]
+ \endgroup
+
+\endgroup \ No newline at end of file
diff --git a/macros/latex/contrib/ksp-thesis/demo/full/content/front/publications.tex b/macros/latex/contrib/ksp-thesis/demo/full/content/front/publications.tex
new file mode 100644
index 0000000000..675ee6f4f1
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/demo/full/content/front/publications.tex
@@ -0,0 +1,18 @@
+%%% publications
+%%% ---------------------------------------------------------------------------
+%\pdfbookmark{Publications}{pdf:Publications}
+\addchap{Publications}
+Some ideas and figures have appeared previously in the following publications:
+
+\bigskip
+
+Put your publications here. You might consider using the \texttt{biblatex} package, for example with the following code:
+
+\begin{verbatim}
+\begin{refsection}
+\nocite{publication_1,publication_2}
+\setlength{\bibitemsep}{.5\baselineskip}
+\setlength{\bibhang}{0pt}
+\printbibliography[heading=none]
+\end{refsection}
+\end{verbatim} \ No newline at end of file
diff --git a/macros/latex/contrib/ksp-thesis/demo/full/content/front/titlepage.tex b/macros/latex/contrib/ksp-thesis/demo/full/content/front/titlepage.tex
new file mode 100644
index 0000000000..2662a0f96e
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/demo/full/content/front/titlepage.tex
@@ -0,0 +1,58 @@
+%%% title page
+%%% ---------------------------------------------------------------------------
+\title{\LARGE\doctitle}
+
+\subtitle{
+ {\docsubtitle}
+ \vskip 15mm
+ {\normalsize\textmd{%
+ Zur Erlangung des akademischen Grades\\
+ \spacedallcaps{Doktor der TeX-Wissenschaften}\\
+ %(Dr.-Ing.)\\
+ \vskip 5mm
+ der Fakult\"at f\"ur Typographie\\
+ Karlsruher Institut f\"ur Technologie (KIT)\\
+ \vskip 15mm
+ %vorgelegte\\
+ genehmigte\\
+ \spacedallcaps{Dissertation}
+ }}
+ \vskip 5mm
+}
+
+\author{
+ {\normalsize\textmd{von}}\\
+ {\docauthortitle~\docauthor}
+}
+
+\date{\doctime}
+
+\publishers{
+ \vskip 25mm
+ {
+ \begin{tabular}{@{}ll@{}}
+ Datum der m\"undlichen Pr\"ufung: & \printdate{03.11.2015}\\
+ Hauptreferent: &Prof.~Dr.-\TeX.~Typo Graphus \\
+ Koreferent: &Prof.~Dr.-\TeX.~Manu Scriptus \\
+ \end{tabular}
+ }
+}
+
+%%% title back page
+%%% ...........................................................................
+\uppertitleback{%
+ \raggedright \textsmaller{\textsc{KIT}} -- Universität des Landes Baden-Württemberg und nationales Forschungszentrum der Helmholtz-Gesellschaft\\
+ \url{http://www.kit.edu/}
+}
+\lowertitleback{\raggedright\docauthor: \textit{\doctitle,} \doctime }
+
+%%% dedication
+%%% ...........................................................................
+%\dedication{Für \LaTeXe}
+
+%%% set title
+%%% ...........................................................................
+\addtokomafont{author}{\sffamily}
+\addtokomafont{date}{\normalsize\sffamily}
+\addtokomafont{publishers}{\small\sffamily}
+\maketitle \ No newline at end of file
diff --git a/macros/latex/contrib/ksp-thesis/demo/full/content/front/toc.tex b/macros/latex/contrib/ksp-thesis/demo/full/content/front/toc.tex
new file mode 100644
index 0000000000..babdaa2a62
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/demo/full/content/front/toc.tex
@@ -0,0 +1,9 @@
+%%% tabe of contents
+%%% ---------------------------------------------------------------------------
+\phantomsection
+\pdfbookmark[0]{\contentsname}{pdf:toc}
+%\settowidth{\cftpartnumwidth}{\cftpartfont III}
+%\addtolength{\cftpartnumwidth}{0.5ex}
+%\setlength{\cftchapnumwidth}{\cftpartnumwidth}
+\tableofcontents
+\clearpage \ No newline at end of file
diff --git a/macros/latex/contrib/ksp-thesis/demo/full/content/frontmatter.tex b/macros/latex/contrib/ksp-thesis/demo/full/content/frontmatter.tex
new file mode 100644
index 0000000000..d614c0c1f6
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/demo/full/content/frontmatter.tex
@@ -0,0 +1,15 @@
+%%% front matter
+%%% =============================================================
+\frontmatter
+%\include{content/front/dirtytitle}
+\pagenumbering{Alph} %%% http://tex.stackexchange.com/a/18927
+\otherlanguage{ngerman}
+\include{content/front/titlepage}
+\pagenumbering{roman}
+\setcounter{page}{1}
+\otherlanguage{english}
+\include{content/front/abstract}
+\include{content/front/publications}
+\include{content/front/acknowledgments}
+\include{content/front/toc}
+%\include{content/front/lists} \ No newline at end of file
diff --git a/macros/latex/contrib/ksp-thesis/demo/full/content/mainmatter.tex b/macros/latex/contrib/ksp-thesis/demo/full/content/mainmatter.tex
new file mode 100644
index 0000000000..dd865c80cb
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/demo/full/content/mainmatter.tex
@@ -0,0 +1,162 @@
+%%% ===========================================================================
+%%% main matter
+%%% ===========================================================================
+\mainmatter
+
+\part{The First}
+
+\chapter{This is a chapter title which is definitely quite long}
+
+\section{This is a section title which is also quite long, causing a line break}
+
+\subsection{A subsection title which -- again -- is quite long and will not fit into one line}
+
+\subsubsection{And finally a subsubsection title which is quite long as well, therefore requiring more than one line}
+
+\paragraph{This is a long paragraph heading. It will not fit into one line, either. At least not with this last sentence.}
+
+There is no line break after the paragraph heading.
+
+You can (moderately!) reduce the word spacing and stretching to avoid single words or syllables on the last line of a paragraph. For this purpose, the class provides the commands \verb|\reducewstr| and \verb|\reducewspc| (and, moreoever, \verb|\resetwstr| and \verb|\resetwspc| to reset the default values) to avoid situations like \emph{this}.
+
+In the following paragraph, the word spacing is reduced to 90\% of its default value and the single word on the last line of the paragraph disappears:
+
+\reducewspc[.9] You can (moderately!) reduce the word spacing and stretching to avoid single words or syllables on the last line of a paragraph. For this purpose, the class provides the commands \verb|\reducewstr| and \verb|\reducewspc| (and, moreoever, \verb|\resetwstr| and \verb|\resetwspc| to reset the default values) to avoid situations like \emph{this}.\resetwspc
+
+Use this feature with care to avoid ugly typesetting!
+
+
+\begin{description}
+ \item[Minion] small, yellow creatures who have existed since the beginning of time
+ \item[banana] a fruit, particularly cherished by Minions\footnote{with a meaningless footnote}
+ \item[lorem] \blindtext
+\end{description}
+
+\begin{itemize}
+ \item \blindtext
+ \item \blindtext
+\end{itemize}
+
+\begin{enumerate}
+ \item \blindtext
+ \item \blindtext
+\end{enumerate}
+
+\begin{figure}\centering %
+ \framebox[12em][l]{\parbox[c][12em][c]{12em}{\centering your advertisement here\\for only\\\$99 per month!}}
+\caption{a figure}%
+\label{fig:foo}%
+\end{figure}
+
+\begin{table}\centering%
+\begin{tabular}{lcr}
+\toprule
+ first column & second column & third column
+\\
+\midrule
+ left & centered & right
+\\
+ aligned & & aligned
+\\
+\bottomrule
+\end{tabular}
+\caption{a table}
+\label{tab:bar}
+\end{table}
+
+\chapter{Mathematical Showcase}
+
+\section{Some Formulas}
+
+\subsection{Mathematics}
+
+Euler's identity:
+\begin{equation}
+ e^{i\pi} + 1 = 0
+\label{eq:euler-identity}
+\end{equation}
+
+Fundamental theorem of calculus:
+\begin{equation}
+ \int_a^b f^\prime\!\left(x\right)\,dx = f\!\left(b\right) - f\!\left(a\right)
+\label{eq:fundamental-theorem}
+\end{equation}
+
+\subsection{Physics}
+
+Einstein's general theory of relativity:
+\begin{equation}
+ G_{\mu\nu} = 8 \pi G \left(T_{\mu\nu} + \rho_\Lambda g_{\mu\nu}\right)
+\label{eq:general-relativity}
+\end{equation}
+
+Einstein's special theory of relativity -- time dilatation:
+\begin{equation}
+ t^\prime = t \frac{1}{\sqrt{1-\frac{v^2}{c^2}}}
+\label{eq:}
+\end{equation}
+
+Navier-Stokes equations in spherical coordinates:
+\begin{equation}
+ \frac{\partial \rho}{\partial t} + \frac{1}{r^2}\frac{\partial}{\partial r}\left(\rho r^2 u_r\right) +
+ \frac{1}{r \sin(\theta)}\frac{\partial \rho u_\phi}{\partial \phi} +
+ \frac{1}{r \sin(\theta)}\frac{\partial}{\partial \theta}\left(\sin(\theta) \rho u_\theta\right)
+ = 0
+\label{eq:navier-stokes-continuity}
+\end{equation}
+
+\begin{align}
+\begin{split}
+ r:\ &
+\rho \left(\frac{\partial u_r}{\partial t} + u_r \frac{\partial u_r}{\partial r} + \frac{u_{\phi}}{r \sin(\theta)} \frac{\partial u_r}{\partial \phi} +
+ \frac{u_{\theta}}{r} \frac{\partial u_r}{\partial \theta} - \frac{u_{\phi}^2 + u_{\theta}^2}{r}\right) =
+ -\frac{\partial p}{\partial r} + \rho g_r + \\
+ &\mu \left[\frac{1}{r^2} \frac{\partial}{\partial r}\left(r^2 \frac{\partial u_r}{\partial r}\right) +
+ \frac{1}{r^2 \sin(\theta)^2} \frac{\partial^2 u_r}{\partial \phi^2} +
+ \frac{1}{r^2 \sin(\theta)} \frac{\partial}{\partial \theta}\left(\sin(\theta) \frac{\partial u_r}{\partial \theta}\right)\right.\\
+ &\left.- 2\frac{u_r +
+ \frac{\partial u_{\theta}}{\partial \theta} + u_{\theta} \cot(\theta)}{r^2} - \frac{2}{r^2 \sin(\theta)} \frac{\partial u_{\phi}}{\partial \phi}
+ \right]
+\end{split}
+\label{eq:navier-stokes-momentum-r}
+\\
+\begin{split}
+ \phi:\ &\rho \left(\frac{\partial u_{\phi}}{\partial t} + u_r \frac{\partial u_{\phi}}{\partial r} +
+ \frac{u_{\phi}}{r \sin(\theta)} \frac{\partial u_{\phi}}{\partial \phi} + \frac{u_{\theta}}{r} \frac{\partial u_{\phi}}{\partial \theta} +
+ \frac{u_r u_{\phi} + u_{\phi} u_{\theta} \cot(\theta)}{r}\right) =\\
+ &-\frac{1}{r \sin(\theta)} \frac{\partial p}{\partial \phi} + \rho g_{\phi} + \\
+ &\mu \left[\frac{1}{r^2} \frac{\partial}{\partial r}\left(r^2 \frac{\partial u_{\phi}}{\partial r}\right) +
+ \frac{1}{r^2 \sin(\theta)^2} \frac{\partial^2 u_{\phi}}{\partial \phi^2} +
+ \frac{1}{r^2 \sin(\theta)} \frac{\partial}{\partial \theta}\left(\sin(\theta) \frac{\partial u_{\phi}}{\partial \theta}\right) +\right.\\
+ &\left.
+ \frac{2 \sin(\theta) \frac{\partial u_r}{\partial \phi} + 2 \cos(\theta) \frac{\partial u_{\theta}}{\partial \phi} -
+ u_{\phi}}{r^2 \sin(\theta)^2}
+ \right]
+\end{split}
+\label{eq:navier-stokes-momentum-phi}
+\\
+\begin{split}
+ \theta:\ &\rho \left(\frac{\partial u_{\theta}}{\partial t} + u_r \frac{\partial u_{\theta}}{\partial r} +
+ \frac{u_{\phi}}{r \sin(\theta)} \frac{\partial u_{\theta}}{\partial \phi} +
+ \frac{u_{\theta}}{r} \frac{\partial u_{\theta}}{\partial \theta} + \frac{u_r u_{\theta} - u_{\phi}^2 \cot(\theta)}{r}\right) =\\
+ &-\frac{1}{r} \frac{\partial p}{\partial \theta} + \rho g_{\theta} + \\
+ &\mu \left[\frac{1}{r^2} \frac{\partial}{\partial r}\left(r^2 \frac{\partial u_{\theta}}{\partial r}\right) +
+ \frac{1}{r^2 \sin(\theta)^2} \frac{\partial^2 u_{\theta}}{\partial \phi^2} +
+ \frac{1}{r^2 \sin(\theta)} \frac{\partial}{\partial \theta}\left(\sin(\theta) \frac{\partial u_{\theta}}{\partial \theta}\right) +\right.\\
+ &\left.
+ \frac{2}{r^2} \frac{\partial u_r}{\partial \theta} - \frac{u_{\theta} +
+ 2 \cos(\theta) \frac{\partial u_{\phi}}{\partial \phi}}{r^2 \sin(\theta)^2}
+ \right].
+\label{eq:navier-stokes-momentum-theta}
+\end{split}
+\end{align}
+
+
+\part{The Second}
+
+\Blinddocument
+
+
+\part{The Third}
+
+\blinddocument \ No newline at end of file
diff --git a/macros/latex/contrib/ksp-thesis/demo/full/example.tex b/macros/latex/contrib/ksp-thesis/demo/full/example.tex
new file mode 100644
index 0000000000..b467311707
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/demo/full/example.tex
@@ -0,0 +1,103 @@
+%%% ===========================================================================
+%%% DOCUMENT PREAMBLE
+%%% ===========================================================================
+\RequirePackage[l2tabu,orthodox]{nag} % issue warnings for deprecated code
+
+%%% ClassicThesis options
+%%% ---------------------------------------------------------------------------
+\PassOptionsToPackage{%
+%%% --- Allgemeines -----------------------------------------------------------
+ %drafting, % Angabe von Datum und Versionsnummer
+%%% --- Dokumentenstruktur ----------------------------------------------------
+ parts, % Dokument ist in Teile untergliedert
+ %nochapters, % Dokument hat keine Kapitel
+ %linedheaders, % Abtrennung der Kopfzeile
+%%% --- Typographie -----------------------------------------------------------
+ %eulerchapternumbers, % 'Euler Math'-Schriftart für Kapitelnummern
+ %beramono, % 'Bera Mono' als Typewriter-Schriftart
+ %eulermath, % 'Euler Math'-Schriftart für Mathematik-Modus
+ pdfspacing, % makes use of pdftex’ letter spacing
+ % capabilities via the microtype package.
+ %minionprospacing, % uses the internal textssc command of
+ % the MinionPro package for letter spacing
+%%% --- Inhaltsverzeichnis ----------------------------------------------------
+ %tocaligned, % aligns the whole table of contents on the left
+ %dottedtoc, % sets pagenumbers flushed right
+ %manychapters, % Layout-Korrektur bei >9 Kapiteln
+%%% --- Gleitobjekte ----------------------------------------------------------
+ %listings, % loads the listings package (if not already
+ % done) and configures the List of Listings
+ floatperchapter, % activates numbering per chapter for all
+ % floats such as figures, tables, and listings
+ %subfig, % is passed to the tocloft package to enable
+ % compatibility with the subfig packag
+ %subfigure, % is passed to the tocloft package to enable
+ % compatibility with the subfigure packag
+}{classicthesis}
+
+%%% Document class and generic options
+%%% ===========================================================================
+\documentclass[%
+%%% <ksp-thesis> options
+%%% ---------------------------------------------------------------------------
+ %layout=draft, % set page layout according to document status (draft/official/report/17x24)
+ %%% table of contents options
+ %dottedtoc=false, % use dots as leader between the section, subsection etc. title and the page number?
+ %dottedtocparts, % use dots as leader between the part title and the page number?
+ %dottedtocchapters, % use dots as leader between the chapter title and the page number?
+ %tocpartentriesbold=false, % use bold font instead of caps for part entries?
+ %tocchapterentriesbold=false, % use bold font instead of caps for chapter entries?
+ %tocentriesbold=false, % use bold font instead of caps for part and chapter entries?
+ %%% typesetting options
+ %raggedlists=false, % set lists (itemize, enumerate, description) ragged right?
+%%% <scrbook> options
+%%% ---------------------------------------------------------------------------
+ %numbers=endperiod,
+ listof=totoc, % add list of figures, tables, etc. to table of contents
+%%% generic options
+%%% ---------------------------------------------------------------------------
+ ngerman,english, % document language(s)
+]{ksp-thesis}
+
+%%% Load packages
+%%% ===========================================================================
+
+%%% Packages that should be loaded at the beginning
+%%% ---------------------------------------------------------------------------
+\usepackage{amsmath} % various math typesetting improvements, load before <pst-pdf>
+\usepackage{relsize} % relative text sizes
+
+%%% Language and encoding
+%%% ---------------------------------------------------------------------------
+\usepackage[utf8]{inputenc} % file encoding
+\usepackage[T1]{fontenc} % font encoding
+\usepackage{babel} % spelling, hyphenation, etc.
+
+%%% Typesetting
+%%% ---------------------------------------------------------------------------
+\usepackage{isodate} % date formatting
+
+%%% Development tools
+%%% ---------------------------------------------------------------------------
+\usepackage{blindtext} % blindtext macros
+\blindmathtrue
+
+%%% Paper meta data
+%%% ===========================================================================
+\input{content/docinfo}
+
+%%% Document layout
+%%% ===========================================================================
+\input{preamble/layout}
+
+%%% ===========================================================================
+%%% DOCUMENT CONTENT
+%%% ===========================================================================
+
+\begin{document}
+
+\input{content/frontmatter}
+\input{content/mainmatter}
+\input{content/appendix}
+
+\end{document} \ No newline at end of file
diff --git a/macros/latex/contrib/ksp-thesis/demo/full/preamble/layout.tex b/macros/latex/contrib/ksp-thesis/demo/full/preamble/layout.tex
new file mode 100644
index 0000000000..e398a6d29c
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/demo/full/preamble/layout.tex
@@ -0,0 +1,35 @@
+
+
+%\setkomafont{descriptionlabel}{\spacedlowsmallcaps}
+
+%%%% http://mintaka.sdsu.edu/GF/bibliog/latex/floats.html
+%% Alter some LaTeX defaults for better treatment of figures:
+%% See p.105 of "TeX Unbound" for suggested values.
+%% See pp. 199-200 of Lamport's "LaTeX" book for details.
+%%%% General parameters, for ALL pages:
+%\renewcommand{\topfraction}{0.8} % max fraction of floats at top
+%\renewcommand{\bottomfraction}{0.7} % max fraction of floats at bottom
+%%%% Parameters for TEXT pages (not float pages):
+%\setcounter{topnumber}{2}
+%\setcounter{bottomnumber}{2}
+%\setcounter{totalnumber}{3} % 2 may work best
+%\setcounter{dbltopnumber}{2} % for 2-column pages
+%\renewcommand{\dbltopfraction}{0.9} % fit big float above 2-col. text
+%\renewcommand{\textfraction}{0.1} % allow minimal text w. figs
+%%%% Parameters for FLOAT pages (not text pages):
+%\renewcommand{\floatpagefraction}{0.7} % require fuller float pages
+%% N.B.: floatpagefraction MUST be less than topfraction !!
+%\renewcommand{\dblfloatpagefraction}{0.7} % require fuller float pages
+%%%% make float-pages top-aligned
+%%%% http://tex.stackexchange.com/a/28565
+%\makeatletter
+%\setlength{\@fptop}{0pt}
+%\setlength{\@fpbot}{0pt plus 1fil}
+%\makeatother
+%%%% custom skip to be inserted between subfigure/-table captions
+%\newcommand{\subcaptionskip}{\par\medskip}
+%
+%%%% caption setup
+%\captionsetup{position=below}%,aboveskip=0pt}%,belowskip=0pt}
+%\captionsetup{font={footnotesize},labelfont={sf}}
+%\captionsetup[subfigure,subtable]{font={footnotesize}} % for some reason font=... is ignored here and therefore in the package options
diff --git a/macros/latex/contrib/ksp-thesis/demo/minimal/example.tex b/macros/latex/contrib/ksp-thesis/demo/minimal/example.tex
new file mode 100644
index 0000000000..e7658d1847
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/demo/minimal/example.tex
@@ -0,0 +1,20 @@
+\PassOptionsToPackage{%
+ pdfspacing, % makes use of pdftex letter spacing capabilities via the microtype package
+ floatperchapter, % activates numbering per chapter for all floats
+}{classicthesis}
+\documentclass[
+ layout=17x24, % set page layout according to document status
+ english, % document language
+]{ksp-thesis}
+\usepackage[utf8]{inputenc} % file encoding
+\usepackage[T1]{fontenc} % font encoding
+\usepackage{babel} % spelling, hyphenation, etc.
+\usepackage{blindtext} % blindtext macros
+\begin{document}
+\title{The \texttt{ksp-thesis} class}
+\author{Publi Cator}
+\date{\today}
+\maketitle
+\tableofcontents
+\blinddocument
+\end{document} \ No newline at end of file
diff --git a/macros/latex/contrib/ksp-thesis/ksp-thesis.cls b/macros/latex/contrib/ksp-thesis/ksp-thesis.cls
new file mode 100644
index 0000000000..dab8421957
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/ksp-thesis.cls
@@ -0,0 +1,377 @@
+%%% ===========================================================================
+%%% <ksp-thesis>
+%%% A LaTeX class for theses published with KIT Scientific Publishing
+%%% ===========================================================================
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesClass{ksp-thesis}[2015/12/09 v1.0.2 LaTeX class for theses published with KIT Scientific Publishing]
+
+%%% ===========================================================================
+%%% PRELIMINARY DECLARATIONS
+%%% ===========================================================================
+%%% Page layout options
+%%% ---------------------------------------------------------------------------
+%%% draft layout (for private print and correction prints)
+\newcommand{\kspths@setlayout@draft}{%
+ \KOMAoptions{paper=a4,twoside=off,DIV=12,fontsize=12pt,BCOR=0.0mm,parskip=half,headsepline}%
+ \setheadsepline{0.5pt}%
+ \raggedbottom%
+}
+%%% official layout (for faculty and thesis committee)
+\newcommand{\kspths@setlayout@official}{%
+ \KOMAoptions{paper=a4,twoside=on,DIV=13,fontsize=12pt,BCOR=15.0mm,parskip=half,cleardoublepage=empty,headsepline}%
+ \setheadsepline{0.5pt}%
+ \raggedbottom%
+}
+%%% KIT Scientific Report layout (for publication release, A4 paper size)
+\newcommand{\kspths@setlayout@report}{\kspths@setlayout@official}
+%%% KIT Scientific Publishing book layout (for publication release, 17cm x 24cm paper size)
+\newcommand{\kspths@setlayout@seventeentwentyfour}{%
+ \KOMAoptions{paper=17cm:24cm,twoside=on,DIV=14,fontsize=10pt,BCOR=15.0mm,parskip=half,cleardoublepage=empty,headinclude,pagesize,headsepline}%
+ \setheadsepline{0.5pt}%
+ \raggedbottom%
+}
+%%% default layout (if not set in class options)
+\newcommand{\kspths@setlayout}{%
+ \ClassWarning{ksp-thesis}{You have not selected a page layout, the default option 'report' will be used.}
+ \kspths@setlayout@report%
+}
+
+%%% ===========================================================================
+%%% OPTION DECLARATION AND PROCESSING
+%%% ===========================================================================
+\RequirePackage{xkeyval}
+%%% BEGIN PATCH
+%%% to avoid endless loop when using bad presetkey settings
+%%% http://tex.stackexchange.com/a/94006
+\def\XKV@badsetkeys{%
+ \@latex@error{You can't nest \noexpand\setkeys in preset keys.
+ \MessageBreak That could cause an endless loop}\@ehd
+}
+\let\XKV@savsetkeys\setkeys
+\def\XKV@usepresetkeys#1#2{%
+ \XKV@presettrue
+ \let\setkeys\XKV@badsetkeys
+ \XKV@for@eo\XKV@fams\XKV@tfam{%
+ \XKV@makehd\XKV@tfam
+ \XKV@ifundefined{XKV@\XKV@header#2}{}{%
+ \XKV@toks\expandafter\expandafter\expandafter
+ {\csname XKV@\XKV@header#2\endcsname}%
+ \@expandtwoargs\XKV@s@tkeys{\the\XKV@toks}%
+ {\XKV@naa\ifx\XKV@naa\@empty\else,\fi#1}%
+ }%
+ }%
+ \let\setkeys\XKV@savsetkeys
+ \XKV@presetfalse
+}
+%%% END PATCH
+
+%%% main page layout options
+%%% ---------------------------------------------------------------------------
+\define@choicekey*+{ksp-thesis.cls}{layout}[\val\nr]{draft,official,report,17x24}{%
+ \ifcase\nr\relax
+ \renewcommand{\kspths@setlayout}{\kspths@setlayout@draft}
+ \or
+ \renewcommand{\kspths@setlayout}{\kspths@setlayout@official}
+ \or
+ \renewcommand{\kspths@setlayout}{\kspths@setlayout@report}
+ \or
+ \renewcommand{\kspths@setlayout}{\kspths@setlayout@seventeentwentyfour}
+ \fi
+}{%
+ \ClassWarning{ksp-thesis}{Value '#1' is unknown for key 'layout' and will %
+ be ignored.}%
+}
+%%% TOC style options
+%%% ---------------------------------------------------------------------------
+%%% dotted TOC
+\define@boolkey+{ksp-thesis.cls}[kspths@]{dottedtoc}[true]{%
+ \ifkspths@dottedtoc
+ \else
+ \@ifpackagewith{classicthesis}{dottedtoc}{%
+ \ClassWarning{ksp-thesis}{'dottedtoc=#1': The option 'dottedtoc' of %
+ the <classicthesis> package has been previously set and cannot be %
+ overridden anymore. %
+ Please remove the earlier setting}
+ }{%
+ \ClassWarning{ksp-thesis}{The default setting for 'dottedtoc' has %
+ been changed to '#1'.}
+ }
+ \fi
+}{%
+ \ClassError{ksp-thesis}{Invalid value '#1' for 'dottedtoc' key, assuming 'true'}%
+ {Please use 'true' or 'false'}%
+ \setkeys{ksp-thesis.cls}{dottedtoc=true}
+}
+%%% dotted part entries in TOC
+\define@boolkey+{ksp-thesis.cls}[kspths@]{dottedtocparts}[true]{%
+ \ifkspths@dottedtoc
+ \else
+ \ifkspths@dottedtocparts
+ \ClassWarning{ksp-thesis}{You are using 'dottedtocparts=true' %
+ in combination with 'dottedtoc=false'. This results in an %
+ inconsistent TOC layout and is not recommended}%
+ \fi
+ \fi
+}{%
+ \else
+ \ClassError{ksp-thesis}{Invalid value '#1' for 'dottedtocparts' key, %
+ assuming 'true'}%
+ {Please use 'true' or 'false'}%
+ \setkeys{ksp-thesis.cls}{dottedtocparts=true}
+}
+%%% dotted chapter entries in TOC
+\define@boolkey+{ksp-thesis.cls}[kspths@]{dottedtocchapters}[true]{%
+ \ifkspths@dottedtoc
+ \else
+ \ifkspths@dottedtocchapters
+ \ClassWarning{ksp-thesis}{You are using 'dottedtocchapters=true' %
+ in combination with 'dottedtoc=false'. This results in an %
+ inconsistent TOC layout and is not recommended}%
+ \fi
+ \fi
+}{%
+ \ClassError{ksp-thesis}{Invalid value '#1' for 'dottedtocchapters' key, %
+ assuming 'true'}%
+ {Please use 'true' or 'false'}%
+ \setkeys{ksp-thesis.cls}{dottedtocchapters=true}
+}
+%%% bold TOC part entries
+\define@boolkey+{ksp-thesis.cls}[kspths@]{tocpartentriesbold}[true]{%
+ \ifkspths@tocpartentriesbold
+ \else
+ \ClassWarning{ksp-thesis}{The default setting for 'tocpartentriesbold' has been %
+ changed to '#1'.}
+ \fi
+}{%
+ \ClassError{ksp-thesis}{Invalid value '#1' for 'tocpartentriesbold' key, assuming 'true'}%
+ {Please use 'true' or 'false'}%
+ \setkeys{ksp-thesis.cls}{tocpartentriesbold=true}
+}
+%%% bold TOC chapter entries
+\define@boolkey+{ksp-thesis.cls}[kspths@]{tocchapterentriesbold}[true]{%
+ \ifkspths@tocchapterentriesbold
+ \else
+ \ClassWarning{ksp-thesis}{The default setting for 'tocchapterentriesbold' has been %
+ changed to '#1'.}
+ \fi
+}{%
+ \ClassError{ksp-thesis}{Invalid value '#1' for 'tocchapterentriesbold' key, assuming 'true'}%
+ {Please use 'true' or 'false'}%
+ \setkeys{ksp-thesis.cls}{tocchapterentriesbold=true}
+}
+%%% bold TOC entries
+\define@boolkey+{ksp-thesis.cls}[kspths@]{tocentriesbold}[true]{%
+ \setkeys{ksp-thesis.cls}{tocpartentriesbold=#1,tocchapterentriesbold=#1}
+ \ifkspths@tocentriesbold
+ \else
+ \ClassWarning{ksp-thesis}{The default setting for 'tocentriesbold' has been %
+ changed to '#1'.}
+ \fi
+}{%
+ \ClassError{ksp-thesis}{Invalid value '#1' for 'tocentriesbold' key, assuming 'true'}%
+ {Please use 'true' or 'false'}%
+ \setkeys{ksp-thesis.cls}{tocentriesbold=true}
+}
+%%% ragged lists
+\define@boolkey+{ksp-thesis.cls}[kspths@]{raggedlists}[true]{%
+}{%
+ \ClassError{ksp-thesis}{Invalid value '#1' for 'raggedlists' key, %
+ assuming 'true'}%
+ {Please use 'true' or 'false'}%
+ \setkeys{ksp-thesis.cls}{raggedlists=true}
+}
+
+%%% pass unknown options on to the base class
+%%% ---------------------------------------------------------------------------
+\DeclareOptionX*{%
+ \PassOptionsToClass{\CurrentOption}{scrbook}%
+}
+%%% default settings
+%%% ---------------------------------------------------------------------------
+\presetkeys{ksp-thesis.cls}{%
+ dottedtoc,
+ raggedlists,
+ %tocentriesbold, % cannot be set within \presetkeys
+ %layout=report, % default behavoir is set above with \newcommand{\kspths@setlayout}
+}{}
+\setkeys{ksp-thesis.cls}{tocentriesbold} % cannot be set within \presetkeys
+%%% process options
+%%% ---------------------------------------------------------------------------
+\ProcessOptionsX
+
+%%% ===========================================================================
+%%% LOAD BASE CLASS <scrbook>
+%%% ===========================================================================
+\LoadClass{scrbook}
+\RequirePackage{scrlayer-scrpage} % change header and footer
+
+%%% ===========================================================================
+%%% MAIN DECLARATIONS
+%%% ===========================================================================
+%%% set package options
+%%% ---------------------------------------------------------------------------
+\ifkspths@dottedtoc
+ \PassOptionsToPackage{dottedtoc}{classicthesis} % sets pagenumbers flushed right in the table of contents
+\fi
+%%% <classicthesis> and <arsclassica> for layout, font and typography settings
+%%% ---------------------------------------------------------------------------
+\RequirePackage{classicthesis}
+\RequirePackage{arsclassica}
+%%% reset page and typearea settings according to KSP requirements
+%%% ---------------------------------------------------------------------------
+\kspths@setlayout
+\recalctypearea
+%%% modify <arsclassica> definitions for headings
+%%% ---------------------------------------------------------------------------
+%%% color definitions
+\definecolor{parttitlecolor}{named}{Maroon}
+%%% use font definitions that are compatible with KOMA script
+\setkomafont{part}{\normalfont\centering\large}
+\newkomafont{parttitle}{\color{parttitlecolor}\spacedallcaps}
+\setkomafont{chapter}{\normalfont\Large\sffamily}
+\newkomafont{chaptertitle}{\raggedright\spacedallcaps}
+\setkomafont{section}{\normalfont\Large\sffamily\raggedright}
+\newkomafont{sectiontitle}{\spacedlowsmallcaps}
+\setkomafont{subsection}{\normalfont\large\sffamily\raggedright}
+\newkomafont{subsectiontitle}{\relax}
+\setkomafont{subsubsection}{\normalfont\sffamily\itshape\raggedright}
+\newkomafont{subsubsectiontitle}{\normalsize\itshape}
+\setkomafont{paragraph}{\normalfont\normalsize\sffamily}
+\newkomafont{paragraphtitle}{\spacedlowsmallcaps}
+\setkomafont{descriptionlabel}{\bfseries\spacedlowsmallcaps}
+%%% command to make a box with the width of the current chapter number
+%%% (this allows to use equal width for chapter, ..., subsubsection numbers)
+\newlength{\secnumwidth}%
+\newcommand{\kspths@secnumbox}[1]{%
+\settowidth{\secnumwidth}{\usekomafont{chapter}{\chapterNumber\thechapter\hspace{10pt}\vline} }%
+\makebox[\secnumwidth][l]{#1}%
+}
+%%% reformat parts
+\ifthenelse{\boolean{@parts}}%
+{%
+ \titleformat{\part}[display]
+ {\usekomafont{part}}%
+ {\thispagestyle{empty}\partname~\MakeTextUppercase{\thepart}}{1em}%
+ {\usekomafont{parttitle}}
+}{\relax}
+%%% reformat chapters
+\ifthenelse{\boolean{@linedheaders}}{%
+ \ClassWarning{ksp-thesis}{%
+ The 'linedheaders' option of the <classicthesis> package is incompatible and %
+ will be ignored.}%
+}{}
+\renewcommand\formatchapter[1]{%
+ \vbox to \ht\strutbox{
+ \setbox0=\hbox{\chapterNumber\thechapter\hspace{10pt}\vline\ }
+ \advance\hsize-\wd0 \advance\hsize-10pt
+ \usekomafont{chaptertitle}{#1}\vss}}
+\titleformat{\chapter}[block]
+ {\usekomafont{chapter}}
+ {\textcolor{halfgray}{\chapterNumber\thechapter}
+ \hspace{10pt}\vline\ }{10pt}
+ {\formatchapter}
+%%% reformat sections
+\titleformat{\section}
+ {\usekomafont{section}}{\kspths@secnumbox{\textsc%
+ {\MakeTextLowercase{\thesection}}}}%
+ {10pt}{\usekomafont{sectiontitle}}
+%%% reformat subsections
+\titleformat{\subsection}
+ {\usekomafont{subsection}}{\kspths@secnumbox{\textsc{\MakeTextLowercase%
+ {\thesubsection}}}}{10pt}{\usekomafont{subsectiontitle}}
+%%% reformat subsubsections
+\titleformat{\subsubsection}
+ {\usekomafont{subsubsection}}{\kspths@secnumbox{\textsc%
+ {\MakeTextLowercase{\thesubsubsection}}}}%
+ {10pt}{\usekomafont{subsubsectiontitle}}
+%%% reformat paragraphs
+\titleformat{\paragraph}[runin]
+ {\usekomafont{paragraph}}{\textsc%
+ {\MakeTextLowercase{\theparagraph}}}%
+ {0pt}{\usekomafont{paragraphtitle}}
+%%% reformat descriptionlabels
+\renewcommand{\descriptionlabel}[1]{\hspace*{\labelsep}%
+\usekomafont{descriptionlabel}{#1}}
+%%% modify <classicthesis> definitions for TOC style
+%%% ---------------------------------------------------------------------------
+%%% change colors
+\ifthenelse{\boolean{@parts}}{%
+ \renewcommand{\cftpartfont}{\color{parttitlecolor}\normalfont}%
+ \renewcommand{\cftpartpagefont}{\color{parttitlecolor}\normalfont}%
+}{\relax}
+%%% use correct format of parts in TOC
+%%% http://tex.stackexchange.com/a/140053
+\def\ttl@tocpart{\def\ttl@a{\protect\numberline{\thepart}\@gobble{}}}
+%%% use equal width for part numbers and chapter numbers
+\setlength{\cftpartnumwidth}{\cftchapnumwidth}
+%%% use bold parts instead of smallcaps if specified in the options
+\ifkspths@tocpartentriesbold
+ \renewcommand{\thepart}{\Roman{part}}%
+ \renewcommand{\cftpartpresnum}{\normalfont\bfseries}% \scshape
+ \let\cftpartfontoriginal\cftpartfont
+ \renewcommand{\cftpartfont}{%
+\let\spacedlowsmallcapstemp\spacedlowsmallcaps%
+\let\spacedlowsmallcaps\relax%
+\cftpartfontoriginal\bfseries}%
+ \let\cftpartpagefontoriginal\cftpartpagefont
+ \renewcommand{\cftpartafterpnum}{\let\spacedlowsmallcaps\spacedlowsmallcapstemp\ifkspths@dottedtoc\else\cftparfillskip\fi}
+ \renewcommand{\cftpartpagefont}{\cftpartpagefontoriginal\bfseries}%
+\fi
+%%% use bold chapters instead of smallcaps if specified in the options
+\ifkspths@tocchapterentriesbold
+ \renewcommand{\cftchappresnum}{\normalfont\bfseries}%
+ \renewcommand{\cftchapfont}{%
+\let\spacedlowsmallcapstemp\spacedlowsmallcaps%
+\let\spacedlowsmallcaps\relax%
+\normalfont\bfseries}%
+ \renewcommand{\cftchapafterpnum}{\let\spacedlowsmallcaps\spacedlowsmallcapstemp\ifkspths@dottedtoc\else\cftparfillskip\fi}
+ \renewcommand{\cftchappagefont}{\normalfont\bfseries}%
+\fi
+%%% use dotted leaders for parts/chapters if specified in the options
+\ifkspths@dottedtocparts
+ \renewcommand{\cftpartleader}{\cftdotfill{\cftdotsep}}%
+\fi
+\ifkspths@dottedtocchapters
+ \renewcommand{\cftchapleader}{\cftdotfill{\cftdotsep}}%
+\fi
+%%% additional layout settings
+%%% ---------------------------------------------------------------------------
+%%% left-aligned footnotes
+\deffootnote{1.5em}{1em}{\makebox[1.5em][l]{\thefootnotemark}}
+%%% ragged lists
+%%% http://tex.stackexchange.com/a/104093
+\RequirePackage{ragged2e} % improved ragged text
+\RequirePackage{etoolbox} % programming tools for LaTeX class and package authors
+\newkomafont{itemize}{}
+\newkomafont{enumerate}{}
+\newkomafont{description}{}
+\ifkspths@raggedlists
+ \setkomafont{itemize}{\RaggedRight}
+ \setkomafont{enumerate}{\RaggedRight}
+ \setkomafont{description}{\RaggedRight}
+\fi
+\AtBeginEnvironment{itemize}{\preto\item{\usekomafont{itemize}}}
+\AtBeginEnvironment{enumerate}{\preto\item{\usekomafont{enumerate}}}
+\AtBeginEnvironment{description}{\preto\item{\usekomafont{description}}}
+%%% line break controls
+%%% http://www.tex.ac.uk/FAQ-widows.html
+\clubpenalty = 10000 % disable first line of a paragraph at the end of a page (orphans / Schusterjungen)
+\widowpenalty = 10000 % disable last line of a paragraph at the start of a page (widows / Hurenkinder)
+\finalhyphendemerits=50000000 % avoid hyphenation before last line of paragraph
+%%% commands for manual word spacing controls
+%%% http://tex.stackexchange.com/a/23924
+\newdimen\origiwspc
+\newdimen\origiwstr
+\newcommand{\resetwspc}{\fontdimen2\font=\origiwspc}
+\newcommand{\resetwstr}{\fontdimen3\font=\origiwstr}
+\newcommand{\reducewspc}[1][0.95]{\fontdimen2\font=#1\origiwspc}
+\newcommand{\reducewstr}[1][0.95]{\fontdimen3\font=#1\origiwstr}
+\AtBeginDocument{%
+\origiwspc=\fontdimen2\font% original inter word space
+\origiwstr=\fontdimen3\font% original inter word stretch
+}
+%%% do not highlight links (remove colors set by <arsclassica>)
+\RequirePackage{hyperref}
+\hypersetup{
+ hidelinks, % remove link color and border
+}
diff --git a/macros/latex/contrib/ksp-thesis/ksp-thesis.pdf b/macros/latex/contrib/ksp-thesis/ksp-thesis.pdf
new file mode 100644
index 0000000000..e6821d1d39
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/ksp-thesis.pdf
@@ -0,0 +1,5339 @@
+%PDF-1.5
+%
+7 0 obj
+<< /S /GoTo /D (section.1) >>
+endobj
+10 0 obj
+(1 Introduction)
+endobj
+11 0 obj
+<< /S /GoTo /D (section.2) >>
+endobj
+14 0 obj
+(2 Installation)
+endobj
+15 0 obj
+<< /S /GoTo /D (section.3) >>
+endobj
+18 0 obj
+(3 Usage)
+endobj
+19 0 obj
+<< /S /GoTo /D (subsection.3.1) >>
+endobj
+22 0 obj
+(3.1 Options)
+endobj
+23 0 obj
+<< /S /GoTo /D (subsubsection.3.1.1) >>
+endobj
+26 0 obj
+(3.1.1 Generic layout)
+endobj
+27 0 obj
+<< /S /GoTo /D (subsubsection.3.1.2) >>
+endobj
+30 0 obj
+(3.1.2 Table of contents layout)
+endobj
+31 0 obj
+<< /S /GoTo /D (subsection.3.2) >>
+endobj
+34 0 obj
+(3.2 Commands)
+endobj
+35 0 obj
+<< /S /GoTo /D (section.4) >>
+endobj
+38 0 obj
+(4 Troubleshooting and Usage Tips)
+endobj
+39 0 obj
+<< /S /GoTo /D (subsection.4.1) >>
+endobj
+42 0 obj
+(4.1 Using options of the ClassicThesis package)
+endobj
+43 0 obj
+<< /S /GoTo /D (subsection.4.2) >>
+endobj
+46 0 obj
+(4.2 Spacing of heading numbers for long documents)
+endobj
+47 0 obj
+<< /S /GoTo /D (subsection.4.3) >>
+endobj
+50 0 obj
+(4.3 Changing the color of part headings)
+endobj
+51 0 obj
+<< /S /GoTo /D (section.5) >>
+endobj
+54 0 obj
+(5 Example)
+endobj
+55 0 obj
+<< /S /GoTo /D (section.6) >>
+endobj
+58 0 obj
+(6 Version history)
+endobj
+59 0 obj
+<< /S /GoTo /D (section*.1) >>
+endobj
+62 0 obj
+(Index)
+endobj
+63 0 obj
+<< /S /GoTo /D [64 0 R /Fit] >>
+endobj
+74 0 obj
+<<
+/Length 7218
+>>
+stream
+0 0 0 rg 0 0 0 RG
+0 g 0 G
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+BT
+/F45 20.6625 Tf 198.292 698.772 Td [(T)12(he)]TJ/F112 17.5633 Tf 41.304 0 Td [(ksp-thesis)]TJ/F45 20.6625 Tf 112.612 0 Td [(clas)12(s)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F45 11.9552 Tf -224.47 -20.1 Td [(A)-333(L)]TJ/F45 8.9664 Tf 14.095 2.092 Td [(A)]TJ/F45 11.9552 Tf 4.179 -2.092 Td [(T)]TJ 5.539 -2.69 Td [(E)]TJ 6.683 2.69 Td [(X)-333(clas)12(s)-333(for)-333(theses)-333(published)-333(with)-333(KIT)-333(Scienti\034c)-333(P)24(ublishing)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 14.3462 Tf 95.225 -29.738 Td [(Da)36(vid)-291(Heinze)]TJ/F14 9.9626 Tf 88.358 5.207 Td [(\003)]TJ/F115 14.3462 Tf -77.649 -34.946 Td [(2015)]TJ/F113 14.3462 Tf 28.693 0 Td [(-)]TJ/F115 14.3462 Tf 4.777 0 Td [(12)]TJ/F113 14.3462 Tf 14.346 0 Td [(-)]TJ/F115 14.3462 Tf 4.777 0 Td [(09)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 0.98 0 0 1 140.564 574.303 Tm [(The)]TJ/F41 10.9091 Tf 0.98 0 0 1 161.344 574.303 Tm [(ksp-thesis)]TJ/F113 10.9091 Tf 0.98 0 0 1 210.241 574.303 Tm [(class)-270(is)-269(a)-270(L)]TJ/F113 7.9701 Tf 1 0 0 1 256.755 576.34 Tm [(A)]TJ/F113 10.9091 Tf 0.98 0 0 1 261.319 574.303 Tm [(T)]TJ/F113 10.9091 Tf 1 0 0 1 266.054 571.745 Tm [(E)]TJ/F113 10.9091 Tf 0.98 0 0 1 271.356 574.303 Tm [(X)-270(class)-269(intended)-270(for)-270(authors)-270(who)-269(w)32(ant)]TJ/F113 10.9091 Tf 1.02 0 0 1 140.564 560.077 Tm [(to)-289(publish)-290(their)-289(thesis)-289(or)-290(other)-289(scienti\002c)-289(w)39(ork)-289(with)]TJ/F134 8.9664 Tf 1.02 0 0 1 395.375 560.077 Tm [(KIT)]TJ/F134 10.9091 Tf 1.02 0 0 1 413.185 560.077 Tm [(Scienti\002c)]TJ 1.02 0 0 1 140.226 545.85 Tm [(Publishing)-376(\050)]TJ/F134 8.9664 Tf 1.02 0 0 1 197.172 545.85 Tm [(KSP)]TJ/F134 10.9091 Tf 1.02 0 0 1 213.945 545.85 Tm [(\051)]TJ/F113 10.9091 Tf 1.02 0 0 1 217.65 545.85 Tm [(.)-393(The)-394(class)-393(is)-394(based)-393(on)-393(the)]TJ/F41 10.9091 Tf 1.02 0 0 1 357.384 545.85 Tm [(scrbook)]TJ/F113 10.9091 Tf 1.02 0 0 1 397.564 545.85 Tm [(class)-393(of)-394(the)]TJ/F41 10.9091 Tf 1.007 0 0 1 140.564 531.623 Tm [(K)24(OMA-script)]TJ/F113 10.9091 Tf 1.007 0 0 1 206.065 531.623 Tm [(package)-290(in)-291(combination)-290(with)-290(the)]TJ/F41 10.9091 Tf 1.007 0 0 1 370.019 531.623 Tm [(Clas)12(sicT)12(hesis)]TJ/F113 10.9091 Tf 1.007 0 0 1 436.113 531.623 Tm [(and)]TJ/F41 10.9091 Tf 1.02 0 0 1 140.226 517.397 Tm [(ArsClas)12(sica)]TJ/F113 10.9091 Tf 1.02 0 0 1 198.812 517.397 Tm [(packages.)-569(It)-357(modi\002es)-357(some)-356(of)-357(the)-357(la)38(y)32(out)-357(and)-357(style)]TJ 1.02 0 0 1 140.564 503.17 Tm [(de\002nitions)-409(of)-409(these)-409(packages)-410(in)-409(or)14(der)-409(to)-409(pr)9(o)26(vide)-409(a)-409(document)]TJ/F113 10.9091 Tf 1 0 0 1 140.564 488.943 Tm [(la)39(y)33(out)-291(that)-291(should)-291(be)-291(compatible)-291(with)-291(the)-291(r)5(equir)5(ements)-291(b)31(y)]TJ/F113 8.9664 Tf 288.981 0 Td [(KSP)]TJ/F113 10.9091 Tf 16.633 0 Td [(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F45 14.3462 Tf -356.887 -70.51 Td [(1)-500(Introduction)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 0.98 0 0 1 88.953 392.439 Tm [(This)-294(class)-294(is)-294(intended)-294(to)-294(aid)-294(authors)-295(i)1(n)-1(t)1(ending)-295(to)-294(publish)-294(a)-294(thesis)-294(\050or)-294(a)-294(similar)-294(scienti\002c)]TJ/F113 10.9091 Tf 1.02 0 0 1 88.833 378.212 Tm [(w)39(ork\051)-347(with)]TJ/F113 8.9664 Tf 1.02 0 0 1 148.39 378.212 Tm [(KIT)]TJ/F113 10.9091 Tf 1.02 0 0 1 167.582 378.212 Tm [(S)-25(cienti\002c)-347(Publishing)-347(\050)]TJ/F113 8.9664 Tf 1.02 0 0 1 276.808 378.212 Tm [(KSP)]TJ/F113 10.9091 Tf 1.02 0 0 1 293.773 378.212 Tm [(\051)]TJ/F115 7.9701 Tf 1 0 0 1 297.479 382.172 Tm [(1)]TJ/F113 10.9091 Tf 1.02 0 0 1 301.962 378.212 Tm [(,)-347(the)-348(inter)-16(nal)-348(p)1(ublishing)-348(company)-347(of)-347(the)]TJ 1.02 0 0 1 89.291 363.985 Tm [(Karlsruhe)-330(Institute)-331(of)-330(T)90(echnology)-330(\050)]TJ/F113 8.9664 Tf 1.02 0 0 1 264.292 363.985 Tm [(KIT)]TJ/F113 10.9091 Tf 1.02 0 0 1 279.62 363.985 Tm [(\051.)-330(The)-331(la)38(y)33(out)-331(pr)9(o)27(vided)-331(b)31(y)-331(this)-330(class)-330(w)31(as)-330(used)]TJ/F113 10.9091 Tf 1.002 0 0 1 89.291 349.759 Tm [(for)-290(publication)-290(of)-289(my)-290(o)27(wn)-290(thesis)-290(at)]TJ/F113 8.9664 Tf 1.002 0 0 1 263.479 349.759 Tm [(KSP)]TJ/F113 10.9091 Tf 1.002 0 0 1 283.312 349.759 Tm [(and)-290(should)-290(thus)-289(adher)5(e)-290(to)-290(their)-290(r)5(equir)5(ements.)]TJ/F113 10.9091 Tf 0.98 0 0 1 89.291 335.532 Tm [(Ho)28(w)42(e)13(v)42(er)76(,)-294(while)-293(being)-292(based)-293(on)-293(the)-293(of)18(\002cial)-293(L)]TJ/F113 7.9701 Tf 1 0 0 1 297.608 337.569 Tm [(A)]TJ/F113 10.9091 Tf 0.98 0 0 1 302.172 335.532 Tm [(T)]TJ/F113 10.9091 Tf 1 0 0 1 306.907 332.974 Tm [(E)]TJ/F113 10.9091 Tf 0.98 0 0 1 312.209 335.532 Tm [(X)-293(templates)-293(pr)9(o)28(vided)-293(b)32(y)]TJ/F113 8.9664 Tf 0.98 0 0 1 432.878 335.532 Tm [(KSP)]TJ/F113 10.9091 Tf 0.98 0 0 1 449.178 335.532 Tm [(,)-293(the)-293(class)-293(is)]TJ/F113 10.9091 Tf 1 0 0 1 89.291 321.305 Tm [(not)-291(maintained)-291(b)31(y)]TJ/F113 8.9664 Tf 92.182 0 Td [(KSP)]TJ/F113 10.9091 Tf 16.633 0 Td [(.)]TJ/F113 10.9091 Tf 1.02 0 0 1 100.2 307.079 Tm [(The)]TJ/F41 10.9091 Tf 1.02 0 0 1 123.434 307.079 Tm [(ksp-thesis)]TJ/F113 10.9091 Tf 1.02 0 0 1 175.932 307.079 Tm [(class)-414(builds)-414(on)-414(the)]TJ/F41 10.9091 Tf 1.02 0 0 1 276.376 307.079 Tm [(scrbook)]TJ/F113 10.9091 Tf 1.02 0 0 1 316.786 307.079 Tm [(class)-414(of)-414(the)]TJ/F41 10.9091 Tf 1.02 0 0 1 378.997 307.079 Tm [(K)24(OMA-script)]TJ/F115 7.9701 Tf 1 0 0 1 442.116 311.039 Tm [(2)]TJ/F113 10.9091 Tf 1.02 0 0 1 451.205 307.079 Tm [(package)-414(in)]TJ 1.02 0 0 1 89.291 292.852 Tm [(combination)-327(with)-327(the)]TJ/F41 10.9091 Tf 1.02 0 0 1 199.955 292.852 Tm [(Clas)12(sicT)12(hesis)]TJ/F115 7.9701 Tf 1 0 0 1 263.675 296.812 Tm [(3)]TJ/F113 10.9091 Tf 1.02 0 0 1 271.798 292.852 Tm [(and)]TJ/F41 10.9091 Tf 1.02 0 0 1 294.276 292.852 Tm [(ArsClas)12(sica)]TJ/F115 7.9701 Tf 1 0 0 1 348.891 296.812 Tm [(4)]TJ/F113 10.9091 Tf 1.02 0 0 1 357.014 292.852 Tm [(packages.)-479(Ther)5(efor)4(e,)-337(y)32(ou)-327(\050the)]TJ/F113 10.9091 Tf 1 0 0 1 89.291 278.625 Tm [(user)-291(of)-291(this)-291(class\051)-291(should)-291(be)-291(familiar)-291(with)-291(these)-291(thr)5(ee)-291(packages.)]TJ
+0 0 0 rg 0 0 0 RG
+ET
+q
+1 0 0 1 89.291 218.508 cm
+[]0 d 0 J 0.398 w 0 0 m 166.675 0 l S
+Q
+BT
+/F13 6.9738 Tf 93.678 211.302 Td [(\003)]TJ/F113 8.9664 Tf 4.58 -3.255 Td [(http://exer)12(gie)]TJ/F115 8.9664 Tf 58.102 0 Td [(100)]TJ/F113 8.9664 Tf 13.449 0 Td [(.de/en/contact/)]TJ/F115 6.9738 Tf -75.536 -7.868 Td [(1)]TJ/F185 7.6215 Tf 3.985 -3.255 Td [(http://www.ksp.kit.edu/)]TJ/F115 6.9738 Tf -3.985 -7.869 Td [(2)]TJ/F185 7.6215 Tf 3.985 -3.254 Td [(http://www.ctan.org/pkg/koma-)-65(script)]TJ/F115 6.9738 Tf -3.985 -7.869 Td [(3)]TJ/F185 7.6215 Tf 3.985 -3.255 Td [(http://www.ctan.org/pkg/classicthesis)]TJ/F115 6.9738 Tf -3.985 -7.868 Td [(4)]TJ/F185 7.6215 Tf 3.985 -3.255 Td [(http://www.ctan.org/pkg/arsclassica)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F115 10.9091 Tf 196.653 -49.9 Td [(1)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+ET
+
+endstream
+endobj
+64 0 obj
+<<
+/Type /Page
+/Contents 74 0 R
+/Resources 73 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 90 0 R
+/Annots [ 65 0 R 67 0 R 69 0 R 71 0 R 66 0 R 68 0 R 70 0 R 72 0 R ]
+>>
+endobj
+65 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [296.482 374.129 302.958 387.101]
+/A << /S /GoTo /D (Hfootnote.1) >>
+>>
+endobj
+67 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [441.12 302.995 447.595 315.968]
+/A << /S /GoTo /D (Hfootnote.2) >>
+>>
+endobj
+69 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [262.679 288.768 269.155 301.741]
+/A << /S /GoTo /D (Hfootnote.3) >>
+>>
+endobj
+71 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [347.895 288.768 354.371 301.741]
+/A << /S /GoTo /D (Hfootnote.4) >>
+>>
+endobj
+66 0 obj
+<<
+/Type /Annot
+/Border[0 0 0]/H/O/C[0 1 1]
+/Rect [97.261 192.476 204.781 205.591]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ksp.kit.edu/)>>
+>>
+endobj
+68 0 obj
+<<
+/Type /Annot
+/Border[0 0 0]/H/O/C[0 1 1]
+/Rect [97.261 181.352 260.337 194.468]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ctan.org/pkg/koma-script)>>
+>>
+endobj
+70 0 obj
+<<
+/Type /Annot
+/Border[0 0 0]/H/O/C[0 1 1]
+/Rect [97.261 170.229 269.015 183.345]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ctan.org/pkg/classicthesis)>>
+>>
+endobj
+72 0 obj
+<<
+/Type /Annot
+/Border[0 0 0]/H/O/C[0 1 1]
+/Rect [97.261 159.106 259.838 172.221]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ctan.org/pkg/arsclassica)>>
+>>
+endobj
+75 0 obj
+<<
+/D [64 0 R /XYZ 88.291 797.824 null]
+>>
+endobj
+76 0 obj
+<<
+/D [64 0 R /XYZ 89.291 757.701 null]
+>>
+endobj
+8 0 obj
+<<
+/D [64 0 R /XYZ 89.291 434.175 null]
+>>
+endobj
+85 0 obj
+<<
+/D [64 0 R /XYZ 98.258 208.431 null]
+>>
+endobj
+87 0 obj
+<<
+/D [64 0 R /XYZ 98.258 197.308 null]
+>>
+endobj
+88 0 obj
+<<
+/D [64 0 R /XYZ 98.258 186.184 null]
+>>
+endobj
+89 0 obj
+<<
+/D [64 0 R /XYZ 98.258 175.061 null]
+>>
+endobj
+73 0 obj
+<<
+ /ColorSpace 6 0 R /Pattern 5 0 R /ExtGState 4 0 R
+/Font << /F45 77 0 R /F112 78 0 R /F113 79 0 R /F14 80 0 R /F115 81 0 R /F41 82 0 R /F134 83 0 R /F13 84 0 R /F185 86 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+96 0 obj
+<<
+/Length 6390
+>>
+stream
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+BT
+/F113 10.9091 Tf 0.98 0 0 1 100.2 746.742 Tm [(Andr)5(\351)-285(Miede,)-288(the)-285(author)-285(of)-286(the)]TJ/F41 10.9091 Tf 0.98 0 0 1 252.172 746.742 Tm [(Clas)12(sicT)12(hesis)]TJ/F113 10.9091 Tf 0.98 0 0 1 316.433 746.742 Tm [(package,)-288(asks)-285(his)-285(package)-286(users)-285(to)-285(send)]TJ/F113 10.9091 Tf 1 0 0 1 89.291 732.515 Tm [(him)-291(a)-291(postcar)14(d:)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F134 10.9091 Tf 27.273 -23.193 Td [(If)-278(you)-278(like)-278(the)-278(style)-278(then)-278(I)-278(would)-278(appr)18(eciate)-278(a)-278(postcard:)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+ 152.078 -18.71 Td [(Andr)18(\351)-278(Miede)]TJ -17.28 -14.226 Td [(Detmolder)-278(Stra\337e)]TJ/F152 10.9091 Tf 81.218 0 Td [(32)]TJ -66.769 -14.227 Td [(31737)]TJ/F134 10.9091 Tf 30.305 0 Td [(Rinteln)]TJ -19.282 -14.227 Td [(Germany)]TJ -160.935 -18.71 Td [(The)-278(postcards)-278(I)-278(r)18(eceived)-278(so)-278(far)-278(ar)18(e)-278(available)-278(at:)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf 111.961 -18.71 Td [(http://postcards.miede.de)]TJ/F113 10.9091 Tf 1.02 0 0 1 88.866 587.319 Tm [(As)-308(the)]TJ/F41 10.9091 Tf 1.02 0 0 1 124.532 587.319 Tm [(ksp-thesis)]TJ/F113 10.9091 Tf 1.02 0 0 1 175.852 587.319 Tm [(class)-308(uses)-308(many)-308(featur)5(es)-309(of)-308(the)]TJ/F41 10.9091 Tf 1.02 0 0 1 333.668 587.319 Tm [(Clas)12(sicT)12(hesis)]TJ/F113 10.9091 Tf 1.02 0 0 1 400.816 587.319 Tm [(package,)-314(I)-308(w)39(ould)-308(ask)]TJ/F113 10.9091 Tf 1 0 0 1 88.986 573.093 Tm [(y)33(ou)-291(to)-291(do)-291(so)-291(as)-291(w)42(ell)-291(if)-291(y)33(ou)-291(use)]TJ/F41 10.9091 Tf 151.298 0 Td [(ksp-thesis)]TJ/F113 10.9091 Tf 50.127 0 Td [(class.)]TJ
+0 0 0 rg 0 0 0 RG
+/F45 14.3462 Tf -201.12 -36.737 Td [(2)-500(Installation)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F115 10.9091 Tf 13.637 -25.994 Td [(1)]TJ/F113 10.9091 Tf 5.454 0 Td [(.)]TJ
+0 0 0 rg 0 0 0 RG
+ [-500(Get)-291(the)-291(latest)-291(r)5(elease)-291(of)]TJ/F185 9.2728 Tf 124.658 0 Td [(ksp-thesis.zip)]TJ/F113 10.9091 Tf 81.326 0 Td [(fr)9(om)]TJ/F185 9.2728 Tf -197.802 -18.71 Td [(https://github.com/GORywwyN/ksp-)-54(thesis/tree/master/release/)]TJ/F113 10.9091 Tf 0 -18.71 Td [(or)-291(do)27(wnload)-291(the)-291(\002le)]TJ/F185 9.2728 Tf 0 -18.71 Td [(http://mirrors.ctan.org/macros/latex/contrib/ksp-)-54(thesis.zip)]TJ
+0 0 0 rg 0 0 0 RG
+/F115 10.9091 Tf -13.636 -23.193 Td [(2)]TJ/F113 10.9091 Tf 5.454 0 Td [(.)]TJ
+0 0 0 rg 0 0 0 RG
+ [-500(Extract)-291(the)-291(\002le)]TJ/F185 9.2728 Tf 81.851 0 Td [(ksp-thesis.tds.zip)]TJ/F113 10.9091 Tf 103.655 0 Td [(fr)9(om)-291(the)-291(ar)10(chiv)42(e)]TJ
+0 0 0 rg 0 0 0 RG
+/F115 10.9091 Tf -190.96 -23.193 Td [(3)]TJ/F113 10.9091 Tf 5.454 0 Td [(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 1.02 0 0 1 116.564 407.846 Tm [(Unpack)-354(the)]TJ/F185 9.2728 Tf 1 0 0 1 178.396 407.846 Tm [(ksp-thesis.tds.zip)]TJ/F113 10.9091 Tf 1.02 0 0 1 282.819 407.846 Tm [(ar)10(chiv)41(e)-354(in)-355(the)-354(r)9(oot)-355(dir)5(ector)-14(y)-355(of)-354(the)-355(local)-354(T)]TJ/F113 10.9091 Tf 1 0 0 1 493.621 405.288 Tm [(E)]TJ/F113 10.9091 Tf 1.02 0 0 1 498.922 407.846 Tm [(X)]TJ/F113 10.9091 Tf 1 0 0 1 116.564 393.619 Tm [(installation)-291(tr)5(ee,)-291(for)-291(example)]TJ
+0 0 0 rg 0 0 0 RG
+/F14 10.9091 Tf 13.091 -21.698 Td [(\017)]TJ
+0 0 0 rg 0 0 0 RG
+/F185 9.2728 Tf 10.909 0 Td [(/usr/local/share/texmf/)]TJ/F113 10.9091 Tf 131.566 0 Td [(or)]TJ
+0 0 0 rg 0 0 0 RG
+/F14 10.9091 Tf -142.475 -18.71 Td [(\017)]TJ
+0 0 0 rg 0 0 0 RG
+/F185 9.2728 Tf 10.909 0 Td [(/usr/share/texmf-local/)]TJ/F113 10.9091 Tf 131.566 0 Td [(or)]TJ
+0 0 0 rg 0 0 0 RG
+/F14 10.9091 Tf -142.475 -18.71 Td [(\017)]TJ
+0 0 0 rg 0 0 0 RG
+/F185 9.2728 Tf 10.909 0 Td [(C:\134Local)-602(TeX)-602(Files\134)]TJ
+0 0 0 rg 0 0 0 RG
+/F115 10.9091 Tf -37.636 -23.193 Td [(4)]TJ/F113 10.9091 Tf 5.454 0 Td [(.)]TJ
+0 0 0 rg 0 0 0 RG
+ [-500(Update)-291(the)-291(\002le)-291(hash)-291(tables)-291(\050also)-291(kno)27(wn)-291(as)-291(the)-291(\002le)-291(name)-291(database\051.)]TJ/F113 10.9091 Tf 1.02 0 0 1 116.564 292.598 Tm [(On)-440(T)]TJ/F113 10.9091 Tf 1 0 0 1 141.684 290.04 Tm [(E)]TJ/F113 10.9091 Tf 1.02 0 0 1 146.986 292.598 Tm [(XLiv)41(e)-440(systems,)-478(run)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+/F185 9.2728 Tf 1 0 0 1 250.208 292.598 Tm [(texhash)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 1.02 0 0 1 294.179 292.598 Tm [(as)-440(r)9(oot)-440(\050)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+/F185 9.2728 Tf 1 0 0 1 338.033 292.598 Tm [(sudo)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [-602(texhash)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 1.02 0 0 1 405.019 292.598 Tm [(\051.)-818(On)-440(MiKT)]TJ/F113 10.9091 Tf 1 0 0 1 467.572 290.04 Tm [(E)]TJ/F113 10.9091 Tf 1.02 0 0 1 472.873 292.598 Tm [(X,)-479(run)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+/F185 9.2728 Tf 1 0 0 1 116.564 278.371 Tm [(initexmf)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [-602(--)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [(update)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [(-)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [(fndb)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 0.994 0 0 1 242.538 278.371 Tm [(in)-292(a)-292(command)-292(windo)27(w)-292(or)-291(use)-292(the)-292(\253)]TJ/F134 10.9091 Tf 0.994 0 0 1 414.63 278.371 Tm [(Refr)18(esh)-279(FNDB)]TJ/F113 10.9091 Tf 0.994 0 0 1 479.527 278.371 Tm [(\273)-292(but-)]TJ/F113 10.9091 Tf 1 0 0 1 116.564 264.144 Tm [(ton)-291(of)-291(the)-291(MiKT)]TJ 76.389 -2.558 Td [(E)]TJ 5.302 2.558 Td [(X)-291(Options)-291(windo)27(w)92(.)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F115 10.9091 Tf 96.656 -150.49 Td [(2)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+ET
+
+endstream
+endobj
+95 0 obj
+<<
+/Type /Page
+/Contents 96 0 R
+/Resources 94 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 90 0 R
+/Annots [ 91 0 R 92 0 R 93 0 R ]
+>>
+endobj
+91 0 obj
+<<
+/Type /Annot
+/Border[0 0 0]/H/O/C[0 1 1]
+/Rect [226.864 607.555 368.412 618.431]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://postcards.miede.de)>>
+>>
+endobj
+92 0 obj
+<<
+/Type /Annot
+/Border[0 0 0]/H/O/C[0 1 1]
+/Rect [115.568 488.694 447.409 499.575]
+/Subtype/Link/A<</Type/Action/S/URI/URI(https://github.com/GORywwyN/ksp-thesis/tree/master/release/)>>
+>>
+endobj
+93 0 obj
+<<
+/Type /Annot
+/Border[0 0 0]/H/O/C[0 1 1]
+/Rect [115.568 451.275 447.409 462.155]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://mirrors.ctan.org/macros/latex/contrib/ksp-thesis.zip)>>
+>>
+endobj
+97 0 obj
+<<
+/D [95 0 R /XYZ 88.291 797.824 null]
+>>
+endobj
+12 0 obj
+<<
+/D [95 0 R /XYZ 89.291 552.098 null]
+>>
+endobj
+100 0 obj
+<<
+/D [95 0 R /XYZ 89.291 529.072 null]
+>>
+endobj
+101 0 obj
+<<
+/D [95 0 R /XYZ 89.291 447.788 null]
+>>
+endobj
+102 0 obj
+<<
+/D [95 0 R /XYZ 89.291 424.595 null]
+>>
+endobj
+103 0 obj
+<<
+/D [95 0 R /XYZ 89.291 329.146 null]
+>>
+endobj
+94 0 obj
+<<
+ /ColorSpace 6 0 R /Pattern 5 0 R /ExtGState 4 0 R
+/Font << /F113 79 0 R /F41 82 0 R /F134 83 0 R /F152 98 0 R /F191 99 0 R /F45 77 0 R /F115 81 0 R /F185 86 0 R /F14 80 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+108 0 obj
+<<
+/Length 10396
+>>
+stream
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+BT
+/F45 14.3462 Tf 89.291 746.742 Td [(3)-500(Usage)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 1.014 0 0 1 89.291 720.748 Tm [(Using)]TJ/F41 10.9091 Tf 1.014 0 0 1 121.564 720.748 Tm [(ksp-thesis)]TJ/F113 10.9091 Tf 1.014 0 0 1 172.343 720.748 Tm [(as)-287(y)33(our)-286(document)-287(class)-286(\050)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+/F185 9.2728 Tf 1 0 0 1 294.326 720.748 Tm [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [(documentclass)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [(ksp)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [(-)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [(thesis)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [(})]TJ
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 1.014 0 0 1 439.464 720.748 Tm [(\051)-286(without)-287(any)]TJ/F113 10.9091 Tf 1 0 0 1 89.291 706.521 Tm [(options)-291(will)-291(ha)36(v)42(e)-291(the)-291(follo)27(wing)-291(ef)18(fects:)]TJ
+0 0 0 rg 0 0 0 RG
+/F115 10.9091 Tf 13.637 -26.182 Td [(1)]TJ/F113 10.9091 Tf 5.454 0 Td [(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 0.989 0 0 1 116.564 680.339 Tm [(The)]TJ/F41 10.9091 Tf 0.989 0 0 1 137.805 680.339 Tm [(scrbook)]TJ/F113 10.9091 Tf 0.989 0 0 1 175.706 680.339 Tm [(class)-295(of)-294(the)]TJ/F41 10.9091 Tf 0.989 0 0 1 232.167 680.339 Tm [(K)24(OMA-script)]TJ/F113 10.9091 Tf 0.989 0 0 1 296.539 680.339 Tm [(package)-295(is)-294(loaded)-295(as)-295(base)-295(class.)-366(All)-295(options)]TJ/F113 10.9091 Tf 1.014 0 0 1 116.237 666.112 Tm [(pr)9(o)27(vided)-287(to)-286(the)-287(class)-286(\050except)-287(the)]TJ/F41 10.9091 Tf 1.014 0 0 1 278.725 666.112 Tm [(ksp-thesis)]TJ/F113 10.9091 Tf 1.014 0 0 1 326.335 666.112 Tm [(-speci\002c)-286(options)-287(listed)-286(in)-287(section)]TJ/F115 10.9091 Tf 1.014 0 0 1 489.564 666.112 Tm [(3)]TJ/F113 10.9091 Tf 1.014 0 0 1 495.095 666.112 Tm [(.)]TJ/F115 10.9091 Tf 1.014 0 0 1 497.861 666.112 Tm [(1)]TJ/F113 10.9091 Tf 1.014 0 0 1 503.392 666.112 Tm [(\051)]TJ/F113 10.9091 Tf 1 0 0 1 116.564 651.886 Tm [(ar)5(e)-291(passed)-291(on)-291(to)]TJ/F41 10.9091 Tf 82.604 0 Td [(K)24(OMA-script)]TJ/F113 10.9091 Tf 61.876 0 Td [(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F115 10.9091 Tf -158.116 -23.193 Td [(2)]TJ/F113 10.9091 Tf 5.454 0 Td [(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 0.98 0 0 1 116.564 628.693 Tm [(The)-297(packages)]TJ/F41 10.9091 Tf 0.98 0 0 1 184.224 628.693 Tm [(Clas)12(sicT)13(hesis)]TJ/F113 10.9091 Tf 0.98 0 0 1 248.614 628.693 Tm [(and)]TJ/F41 10.9091 Tf 0.98 0 0 1 269.892 628.693 Tm [(ArsClas)12(sica)]TJ/F113 10.9091 Tf 0.98 0 0 1 325.54 628.693 Tm [(ar)5(e)-297(loaded,)-298(thus)-297(applying)-297(their)-298(la)40(y)34(out)]TJ/F113 10.9091 Tf 1.02 0 0 1 116.564 614.466 Tm [(and)-288(style)-287(settings.)-361(Ho)26(w)42(e)11(v)42(er)72(,)-288(some)-288(settings)-287(of)-288(these)-287(packages)-288(ar)5(e)-288(o)27(v)41(erridden)-288(or)]TJ/F113 10.9091 Tf 1 0 0 1 116.564 600.239 Tm [(changed:)]TJ
+0 0 0 rg 0 0 0 RG
+ 9.458 -18.71 Td [(a\051)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 1.011 0 0 1 140.564 581.529 Tm [(The)-289(page)-288(la)38(y)33(out)-289(de\002ned)-288(b)30(y)]TJ/F41 10.9091 Tf 1.011 0 0 1 277.87 581.529 Tm [(Clas)12(sicT)12(hesis)]TJ/F113 10.9091 Tf 1.011 0 0 1 344.208 581.529 Tm [(is)-289(o)27(v)42(erridden)-289(and)-289(constructed)-288(b)30(y)]TJ/F41 10.9091 Tf 1 0 0 1 140.564 567.303 Tm [(K)24(OMA-script)]TJ/F113 10.9091 Tf 65.051 0 Td [(instead.)]TJ
+0 0 0 rg 0 0 0 RG
+ -80.171 -18.71 Td [(b\051)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 1.02 0 0 1 140.564 548.593 Tm [(Parts)-325(and)-324(chapters)-325(in)-324(the)-325(table)-325(of)-324(contents)-325(ar)5(e)-325(emphasized)-324(b)30(y)-324(using)-325(bold)]TJ/F113 10.9091 Tf 1 0 0 1 140.564 534.366 Tm [(font)-291(instead)-291(of)-291(upper)10(case)-291(w)40(or)14(ds.)]TJ
+0 0 0 rg 0 0 0 RG
+ -13.931 -18.71 Td [(c\051)]TJ
+0 0 0 rg 0 0 0 RG
+ [-500(Page)-291(numbers)-291(ar)5(e)-291(set)-291(\003ushed)-291(right)-291(in)-291(the)-291(table)-291(of)-291(contents.)]TJ
+0 0 0 rg 0 0 0 RG
+ -1.822 -18.71 Td [(d\051)]TJ
+0 0 0 rg 0 0 0 RG
+ [-500(List)-291(envir)9(onments)-291(\050)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+/F185 9.2728 Tf 110.575 0 Td [(itemize)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [(,)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [(enumerate)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [(,)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [(description)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 161.884 0 Td [(\051)-291(ar)5(e)-291(set)-291(ragged)-291(right.)]TJ
+0 0 0 rg 0 0 0 RG
+ -271.019 -18.71 Td [(e\051)]TJ
+0 0 0 rg 0 0 0 RG
+ [-500(Headings)-291(\050)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+/F185 9.2728 Tf 67.757 0 Td [(chapter)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 39.075 0 Td [(,)-291(.)-175(.)-175(.)-175(,)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+/F185 9.2728 Tf 25.713 0 Td [(subsubsection)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 72.569 0 Td [(\051)-291(ar)5(e)-291(set)-291(ragged)-291(right.)]TJ
+0 0 0 rg 0 0 0 RG
+ -203.521 -18.709 Td [(f\051)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 1.02 0 0 1 140.564 459.527 Tm [(Heading)-323(numbers)-324(use)-323(the)-324(width)-323(of)-324(the)-323(curr)5(ent)-324(chapter)-323(number)72(,)-333(wher)5(eb)31(y)]TJ 1.02 0 0 1 140.564 445.3 Tm [(the)-414(headings)-414(fr)9(om)-415(le)12(v)41(el)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+/F185 9.2728 Tf 1 0 0 1 265.955 445.3 Tm [(chapter)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 1.02 0 0 1 309.639 445.3 Tm [(until)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+/F185 9.2728 Tf 1 0 0 1 337.537 445.3 Tm [(subsubsection)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 1.02 0 0 1 414.714 445.3 Tm [(begin)-414(at)-414(the)-414(same)]TJ/F113 10.9091 Tf 1 0 0 1 140.564 431.073 Tm [(horizontal)-291(position.)]TJ
+0 0 0 rg 0 0 0 RG
+ -15.153 -18.71 Td [(g\051)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 1.02 0 0 1 140.564 412.363 Tm [(The)-301(numbers)-300(of)-301(footnotes)-301(ar)5(e)-300(shifted)-301(to)-301(the)-300(left)-301(so)-301(that)-300(footnotes)-301(ha)35(v)42(e)-301(the)]TJ/F113 10.9091 Tf 1 0 0 1 140.564 398.137 Tm [(same)-291(left)-291(mar)12(gin)-291(as)-291(the)-291(text)-291(ar)5(ea.)]TJ
+0 0 0 rg 0 0 0 RG
+ -15.436 -18.71 Td [(h\051)]TJ
+0 0 0 rg 0 0 0 RG
+ [-500(For)-17(matting)-291(\050coloring\051)-291(of)-291(hyperlinks)-291(is)-291(r)5(emo)27(v)42(ed.)]TJ/F115 7.9701 Tf 247.09 3.96 Td [(5)]TJ/F113 10.9091 Tf 0.986 0 0 1 100.2 353.245 Tm [(S)-20(ome)-295(of)-296(these)-295(settings)-295(can)-295(be)-295(changed)-295(using)-295(the)-295(class)-296(options)-295(listed)-295(in)-295(the)-295(follo)27(wing.)]TJ
+0 0 0 rg 0 0 0 RG
+/F45 11.9552 Tf 1 0 0 1 89.291 321.972 Tm [(3.1)-500(Options)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 0.98 0 0 1 88.953 300.07 Tm [(The)-244(class)-244(options)-244(belo)28(w)-244(ar)5(e)-244(for)-17(matted)-244(as)]TJ/F112 9.2728 Tf 1 0 0 1 283.152 300.07 Tm [(option)]TJ/F191 9.2728 Tf 33.494 0 Td [(=)]TJ/F221 9.2728 Tf 5.582 0 Td [(default)-602(value)]TJ/F113 10.9091 Tf 0.98 0 0 1 397.404 300.07 Tm [(or)]TJ/F191 9.2728 Tf 1 0 0 1 410.071 300.07 Tm [(=value)]TJ/F113 10.9091 Tf 0.98 0 0 1 443.565 300.07 Tm [(.)-351(For)-244(boolean)]TJ/F113 10.9091 Tf 1 0 0 1 89.291 285.844 Tm [(options,)]TJ/F191 9.2728 Tf 42.077 0 Td [(=true)]TJ/F113 10.9091 Tf 31.085 0 Td [(can)-291(be)-291(omitted.)]TJ
+0 0 0 rg 0 0 0 RG
+/F45 10.9091 Tf -73.162 -30.855 Td [(3.1.1)-500(Generic)-333(layout)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F112 9.2728 Tf -59.527 -21.901 Td [(layout)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 59.527 0 Td [(S)-25(et)-291(the)]TJ/F41 10.9091 Tf 36.262 0 Td [(K)24(OMA-script)]TJ/F113 10.9091 Tf 65.051 0 Td [(page)-291(la)39(y)33(out)-291(accor)14(ding)-291(to)-291(one)-291(of)-291(the)-291(follo)27(wing)-291(options:)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf -160.84 -18.71 Td [(=)]TJ/F221 9.2728 Tf 5.582 0 Td [(report)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 8.9664 Tf 64.854 0 Td [(KIT)]TJ/F113 10.9091 Tf 18.203 0 Td [(S)-25(cienti\002c)-291(Report)-291(la)39(y)33(out)-291(\050A)]TJ/F115 10.9091 Tf 128.301 0 Td [(4)]TJ/F113 10.9091 Tf 8.629 0 Td [(paper)-291(size\051)-291(for)-291(publication)-291(r)5(elease)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf -225.569 -18.71 Td [(=17x24)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 8.9664 Tf 0.98 0 0 1 100.2 195.668 Tm [(KIT)]TJ/F113 10.9091 Tf 0.98 0 0 1 117.559 195.668 Tm [(S)-26(cienti\002c)-246(Publishing)-246(book)-246(la)40(y)33(out)-246(\050)]TJ/F113 10.9091 Tf 1 0 0 1 278.53 195.668 Tm [(17)-167(cm)]TJ/F113 10.9091 Tf 0.98 0 0 1 308.366 195.668 Tm [(x)]TJ/F113 10.9091 Tf 1 0 0 1 316.515 195.668 Tm [(24)-167(cm)]TJ/F113 10.9091 Tf 0.98 0 0 1 346.351 195.668 Tm [(paper)-246(size\051)-246(for)-247(publication)-246(r)5(elease)]TJ
+0 0 0 rg 0 0 0 RG
+ET
+q
+1 0 0 1 89.291 173.933 cm
+[]0 d 0 J 0.398 w 0 0 m 166.675 0 l S
+Q
+BT
+/F115 6.9738 Tf 94.273 166.727 Td [(5)]TJ/F113 8.9664 Tf 3.985 -3.255 Td [(I)-291(belie)12(v)42(e)-291(that)-291(coloring)-291(options)-291(should)-291(be)-291(left)-291(to)-291(the)-291(document)-291(author)-291(and)-291(in)-291(general)-291(used)-291(sparingly)111(.)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F115 10.9091 Tf 196.653 -49.818 Td [(3)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+ET
+
+endstream
+endobj
+107 0 obj
+<<
+/Type /Page
+/Contents 108 0 R
+/Resources 106 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 90 0 R
+/Annots [ 104 0 R 105 0 R ]
+>>
+endobj
+104 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [488.568 662.051 504.388 675.001]
+/A << /S /GoTo /D (subsection.3.1) >>
+>>
+endobj
+105 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [371.222 375.343 377.698 388.316]
+/A << /S /GoTo /D (Hfootnote.5) >>
+>>
+endobj
+109 0 obj
+<<
+/D [107 0 R /XYZ 88.291 797.824 null]
+>>
+endobj
+16 0 obj
+<<
+/D [107 0 R /XYZ 89.291 757.701 null]
+>>
+endobj
+110 0 obj
+<<
+/D [107 0 R /XYZ 89.291 695.962 null]
+>>
+endobj
+111 0 obj
+<<
+/D [107 0 R /XYZ 89.291 644.337 null]
+>>
+endobj
+112 0 obj
+<<
+/D [107 0 R /XYZ 89.291 597.152 null]
+>>
+endobj
+113 0 obj
+<<
+/D [107 0 R /XYZ 89.291 564.794 null]
+>>
+endobj
+114 0 obj
+<<
+/D [107 0 R /XYZ 89.291 531.301 null]
+>>
+endobj
+115 0 obj
+<<
+/D [107 0 R /XYZ 89.291 512.569 null]
+>>
+endobj
+116 0 obj
+<<
+/D [107 0 R /XYZ 89.291 493.859 null]
+>>
+endobj
+117 0 obj
+<<
+/D [107 0 R /XYZ 89.291 475.149 null]
+>>
+endobj
+118 0 obj
+<<
+/D [107 0 R /XYZ 89.291 428.008 null]
+>>
+endobj
+119 0 obj
+<<
+/D [107 0 R /XYZ 89.291 395.049 null]
+>>
+endobj
+20 0 obj
+<<
+/D [107 0 R /XYZ 89.291 333.529 null]
+>>
+endobj
+24 0 obj
+<<
+/D [107 0 R /XYZ 89.291 266.15 null]
+>>
+endobj
+121 0 obj
+<<
+/D [107 0 R /XYZ 98.258 174.979 null]
+>>
+endobj
+106 0 obj
+<<
+ /ColorSpace 6 0 R /Pattern 5 0 R /ExtGState 4 0 R
+/Font << /F45 77 0 R /F113 79 0 R /F41 82 0 R /F185 86 0 R /F115 81 0 R /F112 78 0 R /F191 99 0 R /F221 120 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+125 0 obj
+<<
+/Length 7562
+>>
+stream
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+BT
+/F191 9.2728 Tf 29.764 746.742 Td [(=official)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 0.98 0 0 1 100.2 746.742 Tm [(tw)41(o-sided)-250(la)40(y)34(out)-249(\050paper)-250(size)-249(A)]TJ/F115 10.9091 Tf 0.98 0 0 1 244.968 746.742 Tm [(4)]TJ/F113 10.9091 Tf 0.98 0 0 1 250.313 746.742 Tm [(\051)-249(for)-250(faculty)-249(and)-250(thesis)-249(committee)-249(\050identical)-250(to)]TJ/F191 9.2728 Tf 1 0 0 1 470.022 746.742 Tm [(report)]TJ/F113 10.9091 Tf 0.98 0 0 1 503.515 746.742 Tm [(\051)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf 1 0 0 1 29.764 728.65 Tm [(=draft)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 70.436 0 Td [(singled-sided)-291(la)39(y)33(out)-291(\050paper)-291(size)-291(A)]TJ/F115 10.9091 Tf 166.669 0 Td [(4)]TJ/F113 10.9091 Tf 5.455 0 Td [(\051)-291(for)-291(priv)32(ate)-291(and)-291(corr)5(ection)-291(prints)]TJ
+0 0 0 rg 0 0 0 RG
+/F112 9.2728 Tf -242.56 -21.958 Td [(raggedlists)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 59.527 -14.227 Td [(S)-25(et)-291(lists)-291(\050itemize,)-291(enumerate,)-291(description\051)-291(.)-175(.)-175(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf -59.527 -18.092 Td [(=)]TJ/F221 9.2728 Tf 5.582 0 Td [(true)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 1.02 0 0 1 100.2 674.373 Tm [(.)-172(.)-171(.ragged)-413(right.)-736(\050Mor)5(e)-413(speci\002cally)109(,)-445(the)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+/F185 9.2728 Tf 1 0 0 1 302.242 674.373 Tm [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [(RaggedRight)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 1.02 0 0 1 373.821 674.373 Tm [(command)-413(of)-412(the)]TJ/F41 10.9091 Tf 1.02 0 0 1 462.318 674.373 Tm [(r)12(agged2e)]TJ/F113 10.9091 Tf 1 0 0 1 99.873 660.146 Tm [(package)-291(is)-291(used.\051)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf -70.109 -18.092 Td [(=false)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 70.436 0 Td [(.)-175(.)-175(.justi\002ed.)]TJ
+0 0 0 rg 0 0 0 RG
+/F45 10.9091 Tf -10.909 -30.221 Td [(3.1.2)-500(T)96(able)-333(of)-333(contents)-333(layout)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F112 9.2728 Tf -59.527 -21.901 Td [(dottedtoc)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 59.527 0 Td [(S)-25(et)-291(page)-291(numbers)-291(in)-291(the)-291(table)-291(of)-291(contents)-291(.)-175(.)-175(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf -59.527 -18.092 Td [(=)]TJ/F221 9.2728 Tf 5.582 0 Td [(true)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 0.986 0 0 1 100.2 571.84 Tm [(.)-178(.)-177(.\003ushed)-294(right.)-366(For)-294(sections)-295(entries)-294(and)-294(belo)27(w)94(,)-295(page)-294(numbers)-294(ar)5(e)-294(separated)-295(b)32(y)-295(dots.)]TJ/F113 10.9091 Tf 0.98 0 0 1 100.2 557.613 Tm [(For)-297(part)-297(and)-298(chapter)-297(entries,)-297(empty)-297(space)-297(is)-298(used)-297(b)32(y)-297(default.)-369(This)-298(default)-297(setting)-297(can)]TJ/F113 10.9091 Tf 1 0 0 1 100.2 543.386 Tm [(be)-291(changed)-291(with)-291(the)-291(options)]TJ/F112 9.2728 Tf 141.567 0 Td [(dottedtocparts)]TJ/F113 10.9091 Tf 81.326 0 Td [(and)]TJ/F112 9.2728 Tf 21.644 0 Td [(dottedtocchapters)]TJ/F113 10.9091 Tf 94.897 0 Td [(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf -409.87 -18.092 Td [(=false)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 70.436 0 Td [(.)-175(.)-175(.separated)-291(b)31(y)-291(a)-291(\002xed-width)-291(space.)]TJ
+0 0 0 rg 0 0 0 RG
+/F112 9.2728 Tf -70.436 -21.958 Td [(dottedtocparts)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 59.527 -14.227 Td [(S)-25(eparate)-291(part)-291(entries)-291(and)-291(page)-291(numbers)-291(in)-291(the)-291(table)-291(of)-291(contents)-291(.)-175(.)-175(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf -59.527 -18.092 Td [(=)]TJ/F221 9.2728 Tf 5.582 0 Td [(false)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 64.854 0 Td [(.)-175(.)-175(.with)-291(empty)-291(space.)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf -70.436 -18.092 Td [(=true)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 70.436 0 Td [(.)-175(.)-175(.with)-291(dots.)-361(This)-291(v)32(alue)-291(should)-291(only)-291(be)-291(used)-291(with)]TJ/F112 9.2728 Tf 245.553 0 Td [(dottedtoc)]TJ/F191 9.2728 Tf 50.24 0 Td [(=true)]TJ/F113 10.9091 Tf 27.911 0 Td [(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F112 9.2728 Tf -394.14 -21.958 Td [(dottedtocchapters)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 59.527 -14.227 Td [(S)-25(eparate)-291(chapter)-291(entries)-291(and)-291(page)-291(numbers)-291(in)-291(the)-291(table)-291(of)-291(contents)-291(.)-175(.)-175(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf -59.527 -18.092 Td [(=)]TJ/F221 9.2728 Tf 5.582 0 Td [(false)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 64.854 0 Td [(.)-175(.)-175(.with)-291(empty)-291(space.)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf -70.436 -18.093 Td [(=true)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 70.436 0 Td [(.)-175(.)-175(.with)-291(dots.)-361(This)-291(v)32(alue)-291(should)-291(only)-291(be)-291(used)-291(with)]TJ/F112 9.2728 Tf 245.553 0 Td [(dottedtoc)]TJ/F191 9.2728 Tf 50.24 0 Td [(=true)]TJ/F113 10.9091 Tf 27.911 0 Td [(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F112 9.2728 Tf -394.14 -21.958 Td [(tocpartentriesbold)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 59.527 -14.226 Td [(For)-17(mat)-291(part)-291(entries)-291(in)-291(the)-291(table)-291(of)-291(contents)-291(.)-175(.)-175(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf -59.527 -18.093 Td [(=)]TJ/F221 9.2728 Tf 5.582 0 Td [(true)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 64.854 0 Td [(.)-175(.)-175(.with)-291(bold)-291(font.)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf -70.436 -18.092 Td [(=false)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 70.436 0 Td [(.)-175(.)-175(.with)-291(spaced)-291(lo)27(w)-291(small)-291(caps.)-361(\050This)-291(is)-291(the)-291(default)-291(setting)-291(of)]TJ/F41 10.9091 Tf 295.265 0 Td [(Clas)12(sicT)12(hesis)]TJ/F113 10.9091 Tf 62.466 0 Td [(\051.)]TJ
+0 0 0 rg 0 0 0 RG
+/F112 9.2728 Tf -428.167 -21.958 Td [(tocchapterentriesbold)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 59.527 -14.227 Td [(For)-17(mat)-291(chapter)-291(entries)-291(in)-291(the)-291(table)-291(of)-291(contents)-291(.)-175(.)-175(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf -59.527 -18.092 Td [(=)]TJ/F221 9.2728 Tf 5.582 0 Td [(true)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 64.854 0 Td [(.)-175(.)-175(.with)-291(bold)-291(font.)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf -70.436 -18.092 Td [(=false)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 70.436 0 Td [(.)-175(.)-175(.with)-291(spaced)-291(lo)27(w)-291(small)-291(caps.)-361(\050This)-291(is)-291(the)-291(default)-291(setting)-291(of)]TJ/F41 10.9091 Tf 295.265 0 Td [(Clas)12(sicT)12(hesis)]TJ/F113 10.9091 Tf 62.466 0 Td [(\051.)]TJ
+0 0 0 rg 0 0 0 RG
+/F112 9.2728 Tf -428.167 -21.958 Td [(tocentriesbold)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 59.527 -14.227 Td [(For)-17(mat)-291(part)-291(and)-291(chapter)-291(entries)-291(in)-291(the)-291(table)-291(of)-291(contents)-291(.)-175(.)-175(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf -59.527 -18.092 Td [(=)]TJ/F221 9.2728 Tf 5.582 0 Td [(true)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 64.854 0 Td [(.)-175(.)-175(.with)-291(bold)-291(font.)]TJ
+0 0 0 rg 0 0 0 RG
+/F191 9.2728 Tf -70.436 -18.093 Td [(=false)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 70.436 0 Td [(.)-175(.)-175(.with)-291(spaced)-291(lo)27(w)-291(small)-291(caps.)-361(\050This)-291(is)-291(the)-291(default)-291(setting)-291(of)]TJ/F41 10.9091 Tf 295.265 0 Td [(Clas)12(sicT)12(hesis)]TJ/F113 10.9091 Tf 62.466 0 Td [(\051.)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F115 10.9091 Tf -163.02 -49.793 Td [(4)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+ET
+
+endstream
+endobj
+124 0 obj
+<<
+/Type /Page
+/Contents 125 0 R
+/Resources 123 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 90 0 R
+>>
+endobj
+126 0 obj
+<<
+/D [124 0 R /XYZ 88.291 797.824 null]
+>>
+endobj
+28 0 obj
+<<
+/D [124 0 R /XYZ 89.291 622.973 null]
+>>
+endobj
+123 0 obj
+<<
+ /ColorSpace 6 0 R /Pattern 5 0 R /ExtGState 4 0 R
+/Font << /F191 99 0 R /F113 79 0 R /F115 81 0 R /F112 78 0 R /F221 120 0 R /F185 86 0 R /F41 82 0 R /F45 77 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+129 0 obj
+<<
+/Length 23660
+>>
+stream
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+BT
+/F45 11.9552 Tf 89.291 746.742 Td [(3.2)-500(C)12(ommands)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 1.008 0 0 1 88.746 724.841 Tm [(When)-288(publishing)-287(with)]TJ/F113 8.9664 Tf 1.008 0 0 1 202.147 724.841 Tm [(KSP)]TJ/F113 10.9091 Tf 1.008 0 0 1 218.912 724.841 Tm [(,)-288(y)33(ou)-287(will)-288(be)-287(asked)-288(to)-287(a)35(v)40(oid)-288(single)-287(syllables)-288(or)-287(short)-288(w)40(or)14(ds)]TJ/F113 10.9091 Tf 1.02 0 0 1 89.291 710.614 Tm [(in)-301(the)-302(last)-301(line)-301(of)-302(a)-301(paragraph.)-402(For)-302(this)-301(pur)-15(pose,)]TJ/F41 10.9091 Tf 1.02 0 0 1 332.477 710.614 Tm [(ksp-thesis)]TJ/F113 10.9091 Tf 1.02 0 0 1 383.721 710.614 Tm [(de\002nes)-301(some)-302(commands)]TJ/F113 10.9091 Tf 1 0 0 1 89.291 696.387 Tm [(that)-291(can)-291(be)-291(used)-291(to)-291(change)-291(the)-291(w)40(or)14(d)-291(spacing)-291(or)-291(str)5(etching)]TJ/F115 7.9701 Tf 281.367 3.96 Td [(6)]TJ/F113 10.9091 Tf 4.483 -3.96 Td [(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F112 9.2728 Tf -345.377 -21.423 Td [(\134reducewspc)]TJ/F185 9.2728 Tf 61.404 0 Td [([<num>])]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf -1.877 -14.227 Td [(Change)-291(the)-291(w)40(or)14(d)-291(spacing)-291(to)]TJ/F185 9.2728 Tf 140.204 0 Td [(<num>)]TJ/F113 10.9091 Tf 31.085 0 Td [(\050default:)]TJ/F185 9.2728 Tf 44.586 0 Td [(.95)]TJ/F113 10.9091 Tf 16.746 0 Td [(\051)-291(times)-291(its)-291(original)-291(v)32(alue.)]TJ
+0 0 0 rg 0 0 0 RG
+/F112 9.2728 Tf -292.148 -22.485 Td [(\134reducewstr)]TJ/F185 9.2728 Tf 61.404 0 Td [([<num>])]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf -1.877 -14.227 Td [(Change)-291(the)-291(w)40(or)14(d)-291(str)5(etching)-291(to)]TJ/F185 9.2728 Tf 151.135 0 Td [(<num>)]TJ/F113 10.9091 Tf 31.085 0 Td [(\050default:)]TJ/F185 9.2728 Tf 44.586 0 Td [(.95)]TJ/F113 10.9091 Tf 16.746 0 Td [(\051)-291(times)-291(its)-291(original)-291(v)32(alue.)]TJ
+0 0 0 rg 0 0 0 RG
+/F112 9.2728 Tf -303.079 -22.485 Td [(\134resetwspc)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 59.527 -14.226 Td [(Reset)-291(the)-291(w)40(or)14(d)-291(spacing)-291(to)-291(its)-291(default)-291(v)32(alue.)]TJ
+0 0 0 rg 0 0 0 RG
+/F112 9.2728 Tf -59.527 -22.486 Td [(\134resetwstr)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 59.527 -14.226 Td [(Reset)-291(the)-291(w)40(or)14(d)-291(str)5(etching)-291(to)-291(its)-291(default)-291(v)32(alue.)]TJ
+0 0 0 rg 0 0 0 RG
+/F45 14.3462 Tf 0 -36.373 Td [(4)-500(T)90(roubleshooting)-333(and)-333(Usage)-333(T)12(ips)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F45 11.9552 Tf 0 -26.413 Td [(4.1)-500(Using)-333(options)-333(of)-333(the)-333(Clas)12(sicT)12(hesis)-333(package)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 0.98 0 0 1 89.291 465.915 Tm [(If)-280(y)33(ou)-280(w)32(ant)-280(to)-280(use)-281(options)-280(of)-281(the)]TJ/F41 10.9091 Tf 0.98 0 0 1 247.025 465.915 Tm [(Clas)12(sicT)12(hesis)]TJ/F113 10.9091 Tf 0.98 0 0 1 311.234 465.915 Tm [(package,)-284(y)34(ou)-280(ha)36(v)43(e)-280(to)-281(pr)9(o)28(vide)-280(them)]TJ/F134 10.9091 Tf 0.98 0 0 1 481.036 465.915 Tm [(befor)18(e)]TJ/F113 10.9091 Tf 1.02 0 0 1 89.291 451.688 Tm [(the)-339(documentclass)-340(de\002nition.)-516(In)-339(general,)-353(I)-339(r)4(ecommend)-339(using)-339(at)-340(least)-339(the)-339(follo)26(wing)]TJ/F113 10.9091 Tf 1 0 0 1 89.291 437.461 Tm [(options:)]TJ
+ET
+1 0 0 1 89.291 253.55 cm
+q
+0 0 0 RG
+0 0 0 rg
+0.3985 w
+q
+0.02745 0.21176 0.25882 rg
+/pgf@ca1.0 gs
+0.0 3.3328 m
+0.0 173.8844 l
+0.0 175.72507 1.49213 177.21721 3.3328 177.21721 c
+413.36551 177.21721 l
+415.20619 177.21721 416.69832 175.72507 416.69832 173.8844 c
+416.69832 3.3328 l
+416.69832 1.49213 415.20619 0.0 413.36551 0.0 c
+3.3328 0.0 l
+1.49213 0.0 0.0 1.49213 0.0 3.3328 c
+h
+f
+Q
+q
+0.99217 0.96472 0.8902 rg
+/pgf@ca1.0 gs
+0.49814 3.3328 m
+0.49814 162.6631 l
+416.20018 162.6631 l
+416.20018 3.3328 l
+416.20018 1.76724 414.93108 0.49814 413.36551 0.49814 c
+3.3328 0.49814 l
+1.76724 0.49814 0.49814 1.76724 0.49814 3.3328 c
+h
+f
+Q
+q
+0.51373 0.58038 0.58824 rg
+/pgf@ca1.0 gs
+0.49814 163.16124 m
+0.49814 173.8844 l
+0.49814 175.44997 1.76724 176.71907 3.3328 176.71907 c
+413.36551 176.71907 l
+414.93108 176.71907 416.20018 175.44997 416.20018 173.8844 c
+416.20018 163.16124 l
+h
+f
+Q
+q
+/pgf@ca1.0 gs
+q
+1 0 0 1 6.168 167.21 cm
+1.0 0.0 0.0 1.0 0.0 0.0 cm
+q
+0.93333 0.9098 0.8353 rg 0.93333 0.9098 0.8353 RG
+0.93333 0.9098 0.8353 rg 0.93333 0.9098 0.8353 RG
+1 0 0 1 -95.459 -420.76 cm
+BT
+/F185 7.6215 Tf 95.459 421.155 Td [(how)-602(to)-602(pass)-602(options)-602(to)-602(the)]TJ/F41 8.9664 Tf 123.879 0 Td [(Clas)12(sicT)12(hesis)]TJ/F185 7.6215 Tf 55.93 0 Td [(package)]TJ
+0.93333 0.9098 0.8353 rg 0.93333 0.9098 0.8353 RG
+0 0 0 rg 0 0 0 RG
+ET
+1 0 0 1 95.459 420.76 cm
+Q
+1 0 0 1 -6.168 -167.21 cm
+Q
+Q
+q
+/pgf@ca1.0 gs
+q
+1 0 0 1 6.168 78.852 cm
+1.0 0.0 0.0 1.0 0.0 0.0 cm
+q
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+q
+1 0 0 1 0 66.747 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+1 0 0 1 -95.459 -332.402 cm
+BT
+/F185 9.2728 Tf 95.449 403.417 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(P)2(a)2(s)2(s)1(O)2(p)2(t)2(i)2(o)2(n)2(s)2(T)2(o)2(P)1(a)2(c)2(k)2(a)2(g)2(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3({)]TJ
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [2(%)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 384.923 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 106.571 389.191 Td [(p)2(d)1(f)2(s)2(p)1(a)2(c)2(i)1(n)2(g)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [4(,)]TJ
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-2998(%)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(m)1(a)2(k)2(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(u)1(s)2(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(o)1(f)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(p)1(d)2(f)1(t)2(e)1(x)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [4(')]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(l)2(e)1(t)2(t)2(e)1(r)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(s)2(p)1(a)2(c)2(i)2(n)1(g)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(c)2(a)2(p)2(a)1(b)2(i)2(l)2(i)2(t)2(i)1(e)2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(v)1(i)2(a)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 370.696 cm
+0 0 404.358 14.227 re f
+Q
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+BT
+/F185 9.2728 Tf 126.498 374.964 Td [(t)2(h)1(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(m)2(i)2(c)2(r)2(o)1(t)2(y)2(p)2(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(p)2(a)2(c)1(k)2(a)2(g)2(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [2(.)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 356.469 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 106.57 360.737 Td [(f)2(l)2(o)1(a)2(t)2(p)2(e)1(r)2(c)2(h)2(a)1(p)2(t)2(e)2(r)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [4(,)]TJ
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-1198(%)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(a)2(c)1(t)2(i)2(v)2(a)2(t)1(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(n)2(u)2(m)1(b)2(e)2(r)2(i)2(n)1(g)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(p)1(e)2(r)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(c)2(h)1(a)2(p)2(t)2(e)1(r)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(f)1(o)2(r)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(a)1(l)2(l)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(f)1(l)2(o)2(a)2(t)1(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(s)1(u)2(c)1(h)]TJ
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 342.243 cm
+0 0 404.358 14.227 re f
+Q
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+BT
+/F185 9.2728 Tf 132.063 346.511 Td [(a)1(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(f)2(i)1(g)2(u)1(r)2(e)2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [4(,)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-598(t)2(a)1(b)2(l)1(e)2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [4(,)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-598(a)2(n)1(d)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(l)2(i)2(s)2(t)1(i)2(n)2(g)2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 328.016 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 95.446 332.284 Td [(})1({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(c)2(l)2(a)2(s)2(s)2(i)2(c)1(t)2(h)2(e)2(s)2(i)2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})]TJ
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 313.789 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 95.449 318.057 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(d)2(o)2(c)1(u)2(m)2(e)2(n)2(t)2(c)1(l)2(a)2(s)2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3([)]TJ
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [2(%)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 299.563 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 112.134 303.831 Td [(l)2(i)1(s)2(t)2(o)2(f)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [2(=)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(t)1(o)2(t)1(o)1(c)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [4(,)]TJ
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-2998(%)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(a)1(d)2(d)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(l)1(i)2(s)2(t)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-598(o)2(f)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(f)1(i)2(g)1(u)2(r)1(e)2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [4(,)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(t)1(a)2(b)1(l)2(e)1(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [4(,)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(e)1(t)2(c)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [2(.)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-598(t)2(o)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(t)1(a)2(b)2(l)1(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(o)2(f)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 285.336 cm
+0 0 404.358 14.227 re f
+Q
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+BT
+/F185 9.2728 Tf 132.059 289.604 Td [(c)2(o)2(n)1(t)2(e)2(n)2(t)1(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 271.109 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 106.572 275.377 Td [(n)2(g)1(e)2(r)1(m)2(a)1(n)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [4(,)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(e)2(n)1(g)2(l)1(i)2(s)1(h)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [4(,)]TJ
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-1198(%)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(d)2(o)2(c)1(u)2(m)2(e)2(n)2(t)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(l)2(a)2(n)1(g)2(u)2(a)2(g)2(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [2(\050)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [2(\051)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 256.882 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 95.446 261.15 Td [(])1({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(k)1(s)1(p)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [4(-)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [2(t)2(h)2(e)1(s)2(i)2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})]TJ
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+ET
+1 0 0 1 95.459 332.402 cm
+Q
+1 0 0 1 -6.168 -78.852 cm
+Q
+Q
+n
+Q
+0 0 0 rg 0 0 0 RG
+1 0 0 1 -89.291 -253.55 cm
+BT
+/F45 11.9552 Tf 89.291 220.005 Td [(4.2)-500(Spacing)-333(of)-333(heading)-333(numbers)-333(for)-333(long)-333(documents)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 1.005 0 0 1 89.291 198.104 Tm [(If)-288(y)32(our)-288(document)-288(contains)-289(a)-288(lar)12(ge)-289(number)-288(of)-288(parts)-289(and/or)-288(chapters,)-289(y)33(ou)-288(ma)38(y)-288(ha)36(v)42(e)-289(to)]TJ/F113 10.9091 Tf 0.999 0 0 1 89.291 183.877 Tm [(enlar)12(ge)-291(the)-290(space)-291(r)5(eser)-18(v)42(ed)-291(for)-290(part)-291(and)-291(chapter)-291(numbers)-290(in)-291(the)-291(table)-290(of)-291(contents.)-361(This)]TJ
+0 0 0 rg 0 0 0 RG
+ET
+q
+1 0 0 1 89.291 174.325 cm
+[]0 d 0 J 0.398 w 0 0 m 166.675 0 l S
+Q
+BT
+/F115 6.9738 Tf 94.273 166.702 Td [(6)]TJ/F113 8.9664 Tf 3.985 -3.255 Td [(Make)-291(sur)5(e)-291(that)-291(the)-291(legibility)-291(of)-291(y)33(our)-291(text)-291(is)-291(not)-291(impair)5(ed)-291(when)-291(using)-291(these)-291(commands.)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F115 10.9091 Tf 196.653 -49.793 Td [(5)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+ET
+
+endstream
+endobj
+128 0 obj
+<<
+/Type /Page
+/Contents 129 0 R
+/Resources 127 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 90 0 R
+/Annots [ 122 0 R ]
+>>
+endobj
+122 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [369.662 692.304 376.138 706.867]
+/A << /S /GoTo /D (Hfootnote.6) >>
+>>
+endobj
+130 0 obj
+<<
+/D [128 0 R /XYZ 88.291 797.824 null]
+>>
+endobj
+32 0 obj
+<<
+/D [128 0 R /XYZ 89.291 757.701 null]
+>>
+endobj
+36 0 obj
+<<
+/D [128 0 R /XYZ 89.291 529.971 null]
+>>
+endobj
+40 0 obj
+<<
+/D [128 0 R /XYZ 89.291 499.161 null]
+>>
+endobj
+131 0 obj
+<<
+/D [128 0 R /XYZ 95.459 413.376 null]
+>>
+endobj
+132 0 obj
+<<
+/D [128 0 R /XYZ 95.459 417.644 null]
+>>
+endobj
+133 0 obj
+<<
+/D [128 0 R /XYZ 95.459 403.417 null]
+>>
+endobj
+134 0 obj
+<<
+/D [128 0 R /XYZ 95.459 374.964 null]
+>>
+endobj
+135 0 obj
+<<
+/D [128 0 R /XYZ 95.459 346.511 null]
+>>
+endobj
+136 0 obj
+<<
+/D [128 0 R /XYZ 95.459 332.284 null]
+>>
+endobj
+137 0 obj
+<<
+/D [128 0 R /XYZ 95.459 318.057 null]
+>>
+endobj
+138 0 obj
+<<
+/D [128 0 R /XYZ 95.459 289.604 null]
+>>
+endobj
+139 0 obj
+<<
+/D [128 0 R /XYZ 95.459 275.377 null]
+>>
+endobj
+44 0 obj
+<<
+/D [128 0 R /XYZ 89.291 234.65 null]
+>>
+endobj
+140 0 obj
+<<
+/D [128 0 R /XYZ 98.258 174.954 null]
+>>
+endobj
+127 0 obj
+<<
+ /ColorSpace 6 0 R /Pattern 5 0 R /ExtGState 4 0 R
+/Font << /F45 77 0 R /F113 79 0 R /F41 82 0 R /F115 81 0 R /F112 78 0 R /F185 86 0 R /F134 83 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+146 0 obj
+<<
+/Length 35682
+>>
+stream
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+BT
+/F113 10.9091 Tf 89.291 746.742 Td [(space)-291(is)-291(contr)9(olled)-291(b)31(y)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+/F185 9.2728 Tf 108.077 0 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [(cftpartnumwidth)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 92.49 0 Td [(and)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+/F185 9.2728 Tf 21.643 0 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [(cftchapnumwidth)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 89.316 0 Td [(,)-291(r)5(espectiv)42(ely)111(.)]TJ/F113 10.9091 Tf 1.02 0 0 1 100.2 732.515 Tm [(For)-318(example,)-327(if)-318(y)32(our)-318(document)-318(contains)-319(eight)-318(parts,)-327(y)33(ou)-319(ma)39(y)-319(adjust)-318(the)-318(width)-319(as)]TJ/F113 10.9091 Tf 1 0 0 1 89.291 718.289 Tm [(follo)27(ws:)]TJ
+ET
+1 0 0 1 89.291 665.478 cm
+q
+0 0 0 RG
+0 0 0 rg
+0.3985 w
+q
+0.02745 0.21176 0.25882 rg
+/pgf@ca1.0 gs
+0.0 3.3328 m
+0.0 45.25928 l
+0.0 47.09995 1.49213 48.59209 3.3328 48.59209 c
+413.36551 48.59209 l
+415.20619 48.59209 416.69832 47.09995 416.69832 45.25928 c
+416.69832 3.3328 l
+416.69832 1.49213 415.20619 0.0 413.36551 0.0 c
+3.3328 0.0 l
+1.49213 0.0 0.0 1.49213 0.0 3.3328 c
+h
+f
+Q
+q
+0.99217 0.96472 0.8902 rg
+/pgf@ca1.0 gs
+0.49814 3.3328 m
+0.49814 34.6212 l
+416.20018 34.6212 l
+416.20018 3.3328 l
+416.20018 1.76724 414.93108 0.49814 413.36551 0.49814 c
+3.3328 0.49814 l
+1.76724 0.49814 0.49814 1.76724 0.49814 3.3328 c
+h
+f
+Q
+q
+0.51373 0.58038 0.58824 rg
+/pgf@ca1.0 gs
+0.49814 35.11934 m
+0.49814 45.25928 l
+0.49814 46.82484 1.76724 48.09395 3.3328 48.09395 c
+413.36551 48.09395 l
+414.93108 48.09395 416.20018 46.82484 416.20018 45.25928 c
+416.20018 35.11934 l
+h
+f
+Q
+q
+/pgf@ca1.0 gs
+q
+1 0 0 1 6.168 38.878 cm
+1.0 0.0 0.0 1.0 0.0 0.0 cm
+q
+0.93333 0.9098 0.8353 rg 0.93333 0.9098 0.8353 RG
+0.93333 0.9098 0.8353 rg 0.93333 0.9098 0.8353 RG
+1 0 0 1 -95.459 -704.356 cm
+BT
+/F185 7.6215 Tf 95.459 705.043 Td [(how)-602(to)-602(adjust)-602(the)-602(width)-602(of)-602(part)-602(and)-602(chapter)-602(numbers)-602(in)-602(the)-602(table)-602(of)-602(contents)]TJ
+0.93333 0.9098 0.8353 rg 0.93333 0.9098 0.8353 RG
+0 0 0 rg 0 0 0 RG
+ET
+1 0 0 1 95.459 704.356 cm
+Q
+1 0 0 1 -6.168 -38.878 cm
+Q
+Q
+q
+/pgf@ca1.0 gs
+q
+1 0 0 1 6.168 14.832 cm
+1.0 0.0 0.0 1.0 0.0 0.0 cm
+q
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+q
+1 0 0 1 0 2.727 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+1 0 0 1 -95.459 -680.31 cm
+BT
+/F185 9.2728 Tf 95.449 687.305 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(s)2(e)1(t)2(t)2(o)2(w)2(i)1(d)2(t)2(h)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3({)2(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(c)2(f)2(t)1(p)2(a)2(r)2(t)2(n)2(u)2(m)1(w)2(i)2(d)2(t)2(h)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})2({)1(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [4(c)2(f)1(t)2(p)2(a)2(r)2(t)2(p)2(a)2(g)1(e)2(f)2(o)2(n)2(t)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [-597(V)2(I)2(I)1(I)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})]TJ
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 668.81 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 95.449 673.078 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(s)2(e)1(t)2(l)2(e)2(n)2(g)1(t)2(h)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3({)2(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(c)2(f)2(t)1(c)2(h)2(a)2(p)2(n)2(u)2(m)1(w)2(i)2(d)2(t)2(h)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})2({)1(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [4(c)2(f)1(t)2(p)2(a)2(r)2(t)2(n)2(u)2(m)1(w)2(i)2(d)2(t)2(h)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})]TJ
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+ET
+1 0 0 1 95.459 680.31 cm
+Q
+1 0 0 1 -6.168 -14.832 cm
+Q
+Q
+n
+Q
+1 0 0 1 -89.291 -665.478 cm
+BT
+/F113 10.9091 Tf 1.02 0 0 1 100.2 648.262 Tm [(Further)-356(infor)-17(mation)-356(on)-356(ho)27(w)-356(to)-357(modify)-356(the)-356(la)39(y)32(out)-356(of)-356(the)-356(table)-356(of)-356(contents)-357(ca)1(n)-357(be)]TJ/F113 10.9091 Tf 1 0 0 1 89.291 634.035 Tm [(found)-291(in)-291(the)-291(documentation)-291(of)-291(the)]TJ/F41 10.9091 Tf 170.902 0 Td [(tocloft)]TJ/F115 7.9701 Tf 28.505 3.96 Td [(7)]TJ/F113 10.9091 Tf 7.658 -3.96 Td [(package.)]TJ
+0 0 0 rg 0 0 0 RG
+/F45 11.9552 Tf -207.065 -31.273 Td [(4.3)-500(Changing)-333(the)-333(color)-333(of)-333(par)-6(t)-333(headings)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 1.02 0 0 1 89.291 580.861 Tm [(Part)-294(headings)-295(ar)5(e)-294(displa)38(y)34(ed)-294(using)-295(the)-294(color)-295(\223)]TJ/F185 9.2728 Tf 1 0 0 1 313.358 580.861 Tm [(parttitlecolor)]TJ/F113 10.9091 Tf 1.02 0 0 1 391.509 580.861 Tm [(\224.)]TJ/F115 7.9701 Tf 1 0 0 1 399.854 584.821 Tm [(8)]TJ/F113 10.9091 Tf 1.02 0 0 1 408.581 580.861 Tm [(If,)-297(for)-294(example,)-297(y)32(ou)]TJ/F113 10.9091 Tf 0.98 0 0 1 88.964 566.634 Tm [(pr)5(efer)-260(a)-261(black-and-white)-261(document,)-267(y)33(ou)-260(can)-261(thus)-260(simply)-261(r)5(ede\002ne)-261(this)-260(color)-261(to)-260(be)-261(black:)]TJ
+ET
+1 0 0 1 89.291 525.197 cm
+q
+0 0 0 RG
+0 0 0 rg
+0.3985 w
+q
+0.02745 0.21176 0.25882 rg
+/pgf@ca1.0 gs
+0.0 3.3328 m
+0.0 31.0324 l
+0.0 32.87306 1.49213 34.3652 3.3328 34.3652 c
+413.36551 34.3652 l
+415.20619 34.3652 416.69832 32.87306 416.69832 31.0324 c
+416.69832 3.3328 l
+416.69832 1.49213 415.20619 0.0 413.36551 0.0 c
+3.3328 0.0 l
+1.49213 0.0 0.0 1.49213 0.0 3.3328 c
+h
+f
+Q
+q
+0.99217 0.96472 0.8902 rg
+/pgf@ca1.0 gs
+0.49814 3.3328 m
+0.49814 20.39433 l
+416.20018 20.39433 l
+416.20018 3.3328 l
+416.20018 1.76724 414.93108 0.49814 413.36551 0.49814 c
+3.3328 0.49814 l
+1.76724 0.49814 0.49814 1.76724 0.49814 3.3328 c
+h
+f
+Q
+q
+0.51373 0.58038 0.58824 rg
+/pgf@ca1.0 gs
+0.49814 20.89247 m
+0.49814 31.0324 l
+0.49814 32.59796 1.76724 33.86707 3.3328 33.86707 c
+413.36551 33.86707 l
+414.93108 33.86707 416.20018 32.59796 416.20018 31.0324 c
+416.20018 20.89247 l
+h
+f
+Q
+q
+/pgf@ca1.0 gs
+q
+1 0 0 1 6.168 24.652 cm
+1.0 0.0 0.0 1.0 0.0 0.0 cm
+q
+0.93333 0.9098 0.8353 rg 0.93333 0.9098 0.8353 RG
+0.93333 0.9098 0.8353 rg 0.93333 0.9098 0.8353 RG
+1 0 0 1 -95.459 -549.849 cm
+BT
+/F185 7.6215 Tf 95.459 550.536 Td [(how)-602(to)-602(change)-602(the)-602(color)-602(of)-602(part)-602(headings)]TJ
+0.93333 0.9098 0.8353 rg 0.93333 0.9098 0.8353 RG
+0 0 0 rg 0 0 0 RG
+ET
+1 0 0 1 95.459 549.849 cm
+Q
+1 0 0 1 -6.168 -24.652 cm
+Q
+Q
+q
+/pgf@ca1.0 gs
+q
+1 0 0 1 6.168 7.719 cm
+1.0 0.0 0.0 1.0 0.0 0.0 cm
+q
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+q
+1 0 0 1 0 -4.386 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+1 0 0 1 -95.459 -532.916 cm
+BT
+/F185 9.2728 Tf 95.449 532.798 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(d)2(e)1(f)2(i)2(n)2(e)2(c)2(o)1(l)2(o)2(r)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(p)2(a)1(r)2(t)2(t)2(i)2(t)2(l)2(e)2(c)1(o)2(l)2(o)2(r)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})2({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [2(n)2(a)2(m)1(e)2(d)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})1({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(b)2(l)2(a)1(c)2(k)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})]TJ
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+ET
+1 0 0 1 95.459 532.916 cm
+Q
+1 0 0 1 -6.168 -7.719 cm
+Q
+Q
+n
+Q
+0 0 0 rg 0 0 0 RG
+1 0 0 1 -89.291 -525.197 cm
+BT
+/F45 14.3462 Tf 89.291 485.472 Td [(5)-500(Example)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 0 -25.995 Td [(Her)5(e)-291(is)-291(a)-291(minimal)-291(example)-291(of)-291(a)-291(document)-291(based)-291(on)]TJ/F41 10.9091 Tf 254.433 0 Td [(ksp-thesis)]TJ/F113 10.9091 Tf 46.952 0 Td [(:)]TJ
+ET
+1 0 0 1 89.291 207.994 cm
+q
+0 0 0 RG
+0 0 0 rg
+0.3985 w
+q
+q
+q
+0.0 w
+q
+0.0 w
+Q
+q
+1 0 0 1 208.347 122.217 cm
+1.0 0.0 0.0 1.0 0.0 0.0 cm
+q
+0 0 0 RG
+0 0 0 rg
+Q
+1 0 0 1 -208.347 -122.217 cm
+Q
+Q
+q
+0.0 w
+q
+0.0 w
+Q
+q
+1 0 0 1 208.347 115.231 cm
+1.0 0.0 0.0 1.0 0.0 0.0 cm
+q
+0 0 0 RG
+0 0 0 rg
+Q
+1 0 0 1 -208.347 -115.231 cm
+Q
+Q
+q
+0.0 w
+q
+0.0 w
+Q
+q
+1 0 0 1 208.347 237.447 cm
+1.0 0.0 0.0 1.0 0.0 0.0 cm
+q
+0 0 0 RG
+0 0 0 rg
+Q
+1 0 0 1 -208.347 -237.447 cm
+Q
+Q
+Q
+q
+-16322.99998 -16322.99998 m
+16322.99998 -16322.99998 l
+16322.99998 16322.99998 l
+-16322.99998 16322.99998 l
+h
+0.0 0.0 m
+0.0 241.10277 l
+0.0 242.94344 1.49213 244.43556 3.3328 244.43556 c
+413.36551 244.43556 l
+415.20619 244.43556 416.69832 242.94344 416.69832 241.10277 c
+416.69832 0.0 l
+h
+W
+n
+Q
+q
+0.02745 0.21176 0.25882 rg
+/pgf@ca1.0 gs
+0.0 0.0 m
+0.0 241.10277 l
+0.0 242.94344 1.49213 244.43556 3.3328 244.43556 c
+413.36551 244.43556 l
+415.20619 244.43556 416.69832 242.94344 416.69832 241.10277 c
+416.69832 0.0 l
+416.20018 0.0 l
+416.20018 230.46469 l
+0.49814 230.46469 l
+0.49814 0.0 l
+h
+0.49814 230.96283 m
+0.49814 241.10277 l
+0.49814 242.66832 1.76724 243.93742 3.3328 243.93742 c
+413.36551 243.93742 l
+414.93108 243.93742 416.20018 242.66832 416.20018 241.10277 c
+416.20018 230.96283 l
+h
+f*
+Q
+q
+0.99217 0.96472 0.8902 rg
+/pgf@ca1.0 gs
+0.49814 0.0 m
+0.49814 230.46469 l
+416.20018 230.46469 l
+416.20018 0.0 l
+h
+f
+Q
+q
+0.51373 0.58038 0.58824 rg
+/pgf@ca1.0 gs
+0.49814 230.96283 m
+0.49814 241.10277 l
+0.49814 242.66832 1.76724 243.93742 3.3328 243.93742 c
+413.36551 243.93742 l
+414.93108 243.93742 416.20018 242.66832 416.20018 241.10277 c
+416.20018 230.96283 l
+h
+f
+Q
+q
+/pgf@ca1.0 gs
+q
+1 0 0 1 6.168 235.407 cm
+1.0 0.0 0.0 1.0 0.0 0.0 cm
+q
+0.93333 0.9098 0.8353 rg 0.93333 0.9098 0.8353 RG
+0.93333 0.9098 0.8353 rg 0.93333 0.9098 0.8353 RG
+1 0 0 1 -95.459 -443.401 cm
+BT
+/F185 7.6215 Tf 95.459 443.401 Td [(minimal)-602(example)-602(document)]TJ
+0.93333 0.9098 0.8353 rg 0.93333 0.9098 0.8353 RG
+0 0 0 rg 0 0 0 RG
+ET
+1 0 0 1 95.459 443.401 cm
+Q
+1 0 0 1 -6.168 -235.407 cm
+Q
+Q
+q
+/pgf@ca1.0 gs
+q
+1 0 0 1 6.168 4.268 cm
+1.0 0.0 0.0 1.0 0.0 0.0 cm
+q
+0 0 0 rg 0 0 0 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+q
+1 0 0 1 0 209.133 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+1 0 0 1 -95.459 -212.262 cm
+BT
+/F185 9.2728 Tf 95.449 425.663 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(P)2(a)2(s)2(s)1(O)2(p)2(t)2(i)2(o)2(n)2(s)2(T)2(o)2(P)1(a)2(c)2(k)2(a)2(g)2(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3({)]TJ
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [2(%)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 407.168 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 106.571 411.436 Td [(p)2(d)1(f)2(s)2(p)1(a)2(c)2(i)1(n)2(g)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [4(,)]TJ
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-4198(%)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(m)2(a)1(k)2(e)2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(u)1(s)2(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(o)1(f)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(p)2(d)1(f)2(t)2(e)1(x)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(l)2(e)1(t)2(t)2(e)1(r)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(s)2(p)1(a)2(c)2(i)2(n)1(g)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(c)2(a)2(p)2(a)1(b)2(i)2(l)2(i)2(t)2(i)1(e)2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 392.941 cm
+0 0 404.358 14.227 re f
+Q
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+BT
+/F185 9.2728 Tf 126.498 397.209 Td [(v)2(i)1(a)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(t)2(h)1(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(m)2(i)2(c)2(r)1(o)2(t)2(y)2(p)2(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(p)2(a)2(c)1(k)2(a)2(g)2(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 378.715 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 106.57 382.983 Td [(f)2(l)2(o)1(a)2(t)2(p)2(e)1(r)2(c)2(h)2(a)1(p)2(t)2(e)2(r)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [4(,)]TJ
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-1198(%)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(a)2(c)2(t)1(i)2(v)2(a)2(t)2(e)1(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(n)2(u)2(m)1(b)2(e)2(r)2(i)2(n)1(g)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(p)1(e)2(r)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(c)2(h)1(a)2(p)2(t)2(e)1(r)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(f)1(o)2(r)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(a)1(l)2(l)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(f)1(l)2(o)2(a)2(t)1(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 364.488 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 95.446 368.756 Td [(})1({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(c)2(l)2(a)2(s)2(s)2(i)2(c)1(t)2(h)2(e)2(s)2(i)2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})]TJ
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 350.261 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 95.449 354.529 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(d)2(o)2(c)1(u)2(m)2(e)2(n)2(t)2(c)1(l)2(a)2(s)2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3([)]TJ
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 336.035 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 112.134 340.303 Td [(l)2(a)1(y)2(o)2(u)2(t)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(=)1(1)2(7)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [2(x)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [2(2)2(4)2(,)]TJ
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-1198(%)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(s)1(e)2(t)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(p)1(a)2(g)2(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(l)2(a)1(y)2(o)2(u)1(t)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(a)2(c)2(c)1(o)2(r)2(d)2(i)2(n)1(g)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(t)2(o)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(d)2(o)1(c)2(u)2(m)2(e)2(n)1(t)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(s)1(t)2(a)2(t)2(u)1(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 321.808 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 112.135 326.076 Td [(e)1(n)2(g)2(l)1(i)2(s)1(h)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [4(,)]TJ
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-4198(%)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(d)2(o)2(c)1(u)2(m)2(e)2(n)2(t)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(l)2(a)2(n)1(g)2(u)2(a)2(g)1(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 307.581 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 95.446 311.849 Td [(])1({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(k)1(s)1(p)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [4(-)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [2(t)2(h)2(e)1(s)2(i)2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})]TJ
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 293.354 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 95.449 297.623 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(u)2(s)1(e)2(p)2(a)2(c)2(k)1(a)2(g)2(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3([)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [2(u)2(t)1(f)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(8)2(])1({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [4(i)1(n)2(p)2(u)2(t)2(e)1(n)2(c)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})]TJ
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-1798(%)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-598(f)2(i)2(l)1(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(e)1(n)2(c)2(o)2(d)1(i)2(n)2(g)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 279.128 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 95.449 283.396 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(u)2(s)1(e)2(p)2(a)2(c)2(k)1(a)2(g)2(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3([)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [2(T)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [2(1)2(])1({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [4(f)1(o)2(n)2(t)2(e)1(n)2(c)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})]TJ
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-3598(%)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-598(f)2(o)2(n)1(t)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-596(e)1(n)2(c)2(o)2(d)1(i)2(n)2(g)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 264.901 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 95.449 269.169 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(u)2(s)1(e)2(p)2(a)2(c)2(k)1(a)2(g)2(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(b)1(a)2(b)2(e)1(l)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})]TJ
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-7198(%)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-598(s)2(p)2(e)1(l)2(l)1(i)2(n)2(g)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [4(,)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-598(h)2(y)2(p)2(h)1(e)2(n)2(a)1(t)2(i)2(o)1(n)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [5(,)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-598(e)2(t)1(c)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [3(.)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 250.674 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 95.449 254.942 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(u)2(s)1(e)2(p)2(a)2(c)2(k)1(a)2(g)2(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(b)1(l)2(i)2(n)2(d)2(t)1(e)2(x)2(t)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})]TJ
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-4798(%)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(b)1(l)2(i)2(n)2(d)2(t)1(e)2(x)2(t)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.57648 0.63136 0.63136 rg 0.57648 0.63136 0.63136 RG
+ [-597(m)2(a)2(c)2(r)1(o)2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 236.448 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 95.449 240.716 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(b)1(e)2(g)2(i)1(n)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(d)1(o)2(c)2(u)2(m)2(e)1(n)2(t)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})]TJ
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 222.221 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 95.449 226.489 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(t)1(i)2(t)2(l)1(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [2(T)2(h)1(e)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [-597(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(t)1(e)2(x)2(t)1(t)2(t)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [2(k)1(s)1(p)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [4(-)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(t)1(h)2(e)2(s)1(i)2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [-598(c)2(l)2(a)1(s)2(s)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})]TJ
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 207.994 cm
+0 0 404.358 14.227 re f
+Q
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+BT
+/F185 9.2728 Tf 95.449 212.262 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(a)1(u)2(t)2(h)2(o)1(r)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(P)1(u)2(b)2(l)1(i)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [-596(C)1(a)2(t)2(o)1(r)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(})]TJ
+0 0 0 rg 0 0 0 RG
+ET
+1 0 0 1 95.459 212.262 cm
+Q
+1 0 0 1 -6.168 -4.268 cm
+Q
+Q
+Q
+n
+Q
+0 0 0 rg 0 0 0 RG
+q
+1 0 0 1 0 -11.031 cm
+[]0 d 0 J 0.398 w 0 0 m 166.675 0 l S
+Q
+1 0 0 1 -89.291 -207.994 cm
+BT
+/F115 6.9738 Tf 94.273 189.757 Td [(7)]TJ/F185 7.6215 Tf 3.985 -3.255 Td [(http://www.ctan.org/pkg/tocloft)]TJ/F115 6.9738 Tf -3.985 -8.285 Td [(8)]TJ/F113 8.9664 Tf 1.004 0 0 1 98.258 174.963 Tm [(The)]TJ/F41 8.9664 Tf 1.004 0 0 1 115.938 174.963 Tm [(Clas)12(sicT)12(hesis)]TJ/F113 8.9664 Tf 1.004 0 0 1 170.097 174.963 Tm [(package)-290(uses)-290(the)-290(color)-290(\223)]TJ/F185 7.6215 Tf 1 0 0 1 267.637 174.963 Tm [(Maroon)]TJ/F113 8.9664 Tf 1.004 0 0 1 295.166 174.963 Tm [(\224)-290(as)-290(de\002ned)-290(b)31(y)-290(the)]TJ/F41 8.9664 Tf 1.004 0 0 1 373.542 174.963 Tm [(x)12(color)]TJ/F113 8.9664 Tf 1.004 0 0 1 398.506 174.963 Tm [(package)-290(to)-290(emphasize)-290(part)]TJ/F113 8.9664 Tf 1 0 0 1 102.741 163.456 Tm [(headings.)-361(I)-291(belie)12(v)42(e)-291(that)-291(it)-291(is)-291(mor)5(e)-291(conv)42(enient)-291(to)-291(use)-291(a)-291(semantic)-291(color)-291(name)-291(instead.)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F115 10.9091 Tf 192.17 -49.802 Td [(6)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+ET
+
+endstream
+endobj
+145 0 obj
+<<
+/Type /Page
+/Contents 146 0 R
+/Resources 144 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 90 0 R
+/Annots [ 141 0 R 143 0 R 142 0 R ]
+>>
+endobj
+141 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [287.702 629.952 294.178 642.924]
+/A << /S /GoTo /D (Hfootnote.7) >>
+>>
+endobj
+143 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [398.858 576.777 405.333 591.34]
+/A << /S /GoTo /D (Hfootnote.8) >>
+>>
+endobj
+142 0 obj
+<<
+/Type /Annot
+/Border[0 0 0]/H/O/C[0 1 1]
+/Rect [97.261 182.054 241.486 195.17]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ctan.org/pkg/tocloft)>>
+>>
+endobj
+147 0 obj
+<<
+/D [145 0 R /XYZ 88.291 797.824 null]
+>>
+endobj
+148 0 obj
+<<
+/D [145 0 R /XYZ 95.459 697.264 null]
+>>
+endobj
+149 0 obj
+<<
+/D [145 0 R /XYZ 95.459 701.532 null]
+>>
+endobj
+150 0 obj
+<<
+/D [145 0 R /XYZ 95.459 687.305 null]
+>>
+endobj
+48 0 obj
+<<
+/D [145 0 R /XYZ 89.291 614.32 null]
+>>
+endobj
+151 0 obj
+<<
+/D [145 0 R /XYZ 95.459 542.757 null]
+>>
+endobj
+152 0 obj
+<<
+/D [145 0 R /XYZ 95.459 547.025 null]
+>>
+endobj
+52 0 obj
+<<
+/D [145 0 R /XYZ 89.291 504.301 null]
+>>
+endobj
+153 0 obj
+<<
+/D [145 0 R /XYZ 95.459 435.621 null]
+>>
+endobj
+154 0 obj
+<<
+/D [145 0 R /XYZ 95.459 439.889 null]
+>>
+endobj
+155 0 obj
+<<
+/D [145 0 R /XYZ 95.459 425.663 null]
+>>
+endobj
+156 0 obj
+<<
+/D [145 0 R /XYZ 95.459 397.209 null]
+>>
+endobj
+157 0 obj
+<<
+/D [145 0 R /XYZ 95.459 382.983 null]
+>>
+endobj
+158 0 obj
+<<
+/D [145 0 R /XYZ 95.459 368.756 null]
+>>
+endobj
+159 0 obj
+<<
+/D [145 0 R /XYZ 95.459 354.529 null]
+>>
+endobj
+160 0 obj
+<<
+/D [145 0 R /XYZ 95.459 340.303 null]
+>>
+endobj
+161 0 obj
+<<
+/D [145 0 R /XYZ 95.459 326.076 null]
+>>
+endobj
+162 0 obj
+<<
+/D [145 0 R /XYZ 95.459 311.849 null]
+>>
+endobj
+163 0 obj
+<<
+/D [145 0 R /XYZ 95.459 297.623 null]
+>>
+endobj
+164 0 obj
+<<
+/D [145 0 R /XYZ 95.459 283.396 null]
+>>
+endobj
+165 0 obj
+<<
+/D [145 0 R /XYZ 95.459 269.169 null]
+>>
+endobj
+166 0 obj
+<<
+/D [145 0 R /XYZ 95.459 254.942 null]
+>>
+endobj
+167 0 obj
+<<
+/D [145 0 R /XYZ 95.459 240.716 null]
+>>
+endobj
+168 0 obj
+<<
+/D [145 0 R /XYZ 95.459 226.489 null]
+>>
+endobj
+169 0 obj
+<<
+/D [145 0 R /XYZ 98.258 198.009 null]
+>>
+endobj
+170 0 obj
+<<
+/D [145 0 R /XYZ 98.258 186.47 null]
+>>
+endobj
+144 0 obj
+<<
+ /ColorSpace 6 0 R /Pattern 5 0 R /ExtGState 4 0 R
+/Font << /F113 79 0 R /F185 86 0 R /F41 82 0 R /F115 81 0 R /F45 77 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+173 0 obj
+<<
+/Length 7255
+>>
+stream
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+1 0 0 1 89.291 683.235 cm
+q
+0 0 0 RG
+0 0 0 rg
+0.3985 w
+q
+q
+q
+0.0 w
+q
+0.0 w
+Q
+q
+1 0 0 1 208.347 37.233 cm
+1.0 0.0 0.0 1.0 0.0 0.0 cm
+q
+0 0 0 RG
+0 0 0 rg
+Q
+1 0 0 1 -208.347 -37.233 cm
+Q
+Q
+q
+0.0 w
+q
+0.0 w
+Q
+q
+1 0 0 1 208.347 37.482 cm
+1.0 0.0 0.0 1.0 0.0 0.0 cm
+q
+0 0 0 RG
+0 0 0 rg
+Q
+1 0 0 1 -208.347 -37.482 cm
+Q
+Q
+Q
+q
+-16322.99998 -16322.99998 m
+16322.99998 -16322.99998 l
+16322.99998 16322.99998 l
+-16322.99998 16322.99998 l
+h
+0.0 3.3328 m
+0.0 74.46718 l
+416.69832 74.46718 l
+416.69832 3.3328 l
+416.69832 1.49213 415.20619 0.0 413.36551 0.0 c
+3.3328 0.0 l
+1.49213 0.0 0.0 1.49213 0.0 3.3328 c
+h
+W
+n
+Q
+q
+0.02745 0.21176 0.25882 rg
+/pgf@ca1.0 gs
+0.0 3.3328 m
+0.0 74.46718 l
+0.49814 74.46718 l
+0.49814 3.3328 l
+0.49814 1.76724 1.76724 0.49814 3.3328 0.49814 c
+413.36551 0.49814 l
+414.93108 0.49814 416.20018 1.76724 416.20018 3.3328 c
+416.20018 74.46718 l
+416.69832 74.46718 l
+416.69832 3.3328 l
+416.69832 1.49213 415.20619 0.0 413.36551 0.0 c
+3.3328 0.0 l
+1.49213 0.0 0.0 1.49213 0.0 3.3328 c
+h
+f*
+Q
+q
+0.99217 0.96472 0.8902 rg
+/pgf@ca1.0 gs
+0.49814 3.3328 m
+0.49814 74.46716 l
+416.20018 74.46716 l
+416.20018 3.3328 l
+416.20018 1.76724 414.93108 0.49814 413.36551 0.49814 c
+3.3328 0.49814 l
+1.76724 0.49814 0.49814 1.76724 0.49814 3.3328 c
+h
+f
+Q
+q
+/pgf@ca1.0 gs
+q
+1 0 0 1 6.168 3.332 cm
+1.0 0.0 0.0 1.0 0.0 0.0 cm
+q
+0 0 0 rg 0 0 0 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0 0 0 rg 0 0 0 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+q
+1 0 0 1 0 56.907 cm
+0 0 404.358 14.227 re f
+Q
+0 0 0 rg 0 0 0 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0 0 0 rg 0 0 0 RG
+1 0 0 1 -95.459 -686.567 cm
+BT
+/F185 9.2728 Tf 95.449 747.742 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(d)1(a)2(t)1(e)]TJ
+0 0 0 rg 0 0 0 RG
+ [3({)2(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [3(t)1(o)2(d)2(a)1(y)]TJ
+0 0 0 rg 0 0 0 RG
+ [3(})]TJ
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0 0 0 rg 0 0 0 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 729.248 cm
+0 0 404.358 14.227 re f
+Q
+0 0 0 rg 0 0 0 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0 0 0 rg 0 0 0 RG
+BT
+/F185 9.2728 Tf 95.449 733.516 Td [(\134)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(m)2(a)1(k)2(e)2(t)2(i)2(t)1(l)2(e)]TJ
+0 0 0 rg 0 0 0 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0 0 0 rg 0 0 0 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 715.021 cm
+0 0 404.358 14.227 re f
+Q
+0 0 0 rg 0 0 0 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0 0 0 rg 0 0 0 RG
+BT
+/F185 9.2728 Tf 95.449 719.289 Td [(\134)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(t)2(a)2(b)1(l)2(e)2(o)2(f)2(c)2(o)2(n)2(t)1(e)2(n)2(t)2(s)]TJ
+0 0 0 rg 0 0 0 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0 0 0 rg 0 0 0 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 700.794 cm
+0 0 404.358 14.227 re f
+Q
+0 0 0 rg 0 0 0 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0 0 0 rg 0 0 0 RG
+BT
+/F185 9.2728 Tf 95.449 705.062 Td [(\134)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(b)2(l)2(i)1(n)2(d)2(d)2(o)2(c)2(u)1(m)2(e)2(n)2(t)]TJ
+0 0 0 rg 0 0 0 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0 0 0 rg 0 0 0 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+ET
+q
+1 0 0 1 95.459 686.567 cm
+0 0 404.358 14.227 re f
+Q
+0 0 0 rg 0 0 0 RG
+0.99217 0.96472 0.8902 rg 0.99217 0.96472 0.8902 RG
+0 0 0 rg 0 0 0 RG
+BT
+/F185 9.2728 Tf 95.449 690.835 Td [(\134)]TJ
+0.16472 0.63136 0.59608 rg 0.16472 0.63136 0.59608 RG
+ [2(e)2(n)1(d)]TJ
+0 0 0 rg 0 0 0 RG
+ [3({)]TJ
+0.39609 0.48235 0.51373 rg 0.39609 0.48235 0.51373 RG
+ [3(d)1(o)2(c)2(u)2(m)2(e)1(n)2(t)]TJ
+0 0 0 rg 0 0 0 RG
+ [3(})]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+ET
+1 0 0 1 95.459 686.567 cm
+Q
+1 0 0 1 -6.168 -3.332 cm
+Q
+Q
+Q
+n
+Q
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+1 0 0 1 -89.291 -683.235 cm
+BT
+/F113 10.9091 Tf 1.016 0 0 1 100.2 666.019 Tm [(A)-286(complete,)-287(extensiv)42(ely)-287(commented)-286(example)-286(which)-286(can)-287(be)-286(used)-286(as)-287(frame)12(w)39(ork)-286(for)]TJ/F113 10.9091 Tf 1 0 0 1 88.986 651.792 Tm [(y)33(our)-291(thesis)-291(can)-291(be)-291(found)-291(in)-291(the)-291(subfolder)]TJ/F185 9.2728 Tf 203.443 0 Td [(./demo/full/)]TJ/F113 10.9091 Tf 66.987 0 Td [(.)]TJ
+0 0 0 rg 0 0 0 RG
+/F45 14.3462 Tf -270.125 -36.736 Td [(6)-500(V)72(ersion)-333(history)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F257 10.9091 Tf -59.527 -25.995 Td [(1)]TJ/F255 10.9091 Tf 5.454 0 Td [(.)]TJ/F257 10.9091 Tf 2.728 0 Td [(0)]TJ/F255 10.9091 Tf 5.454 0 Td [(.)]TJ/F257 10.9091 Tf 2.727 0 Td [(2)]TJ/F255 10.9091 Tf 8.629 0 Td [(\050)]TJ/F257 10.9091 Tf 3.633 0 Td [(2015)]TJ/F255 10.9091 Tf 21.818 0 Td [(-)]TJ/F257 10.9091 Tf 3.633 0 Td [(12)]TJ/F255 10.9091 Tf 10.909 0 Td [(-)]TJ/F257 10.9091 Tf 3.633 0 Td [(09)]TJ/F255 10.9091 Tf 10.909 0 Td [(\051)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F14 10.9091 Tf -6.909 -25.823 Td [(\017)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 0.986 0 0 1 113.291 563.238 Tm [(Use)-296(the)]TJ/F41 10.9091 Tf 0.986 0 0 1 152.649 563.238 Tm [(scrlayer)12(-scrpage)]TJ/F113 10.9091 Tf 0.986 0 0 1 231.25 563.238 Tm [(package)-295(instead)-296(of)-296(the)-295(obsolete)]TJ/F41 10.9091 Tf 0.986 0 0 1 384.383 563.238 Tm [(scrpage2)]TJ/F113 10.9091 Tf 0.986 0 0 1 428.167 563.238 Tm [(package)-296(\050thanks)]TJ/F113 10.9091 Tf 1 0 0 1 113.291 549.012 Tm [(to)-291(Martin)-291(Feck)-291(for)-291(pointing)-291(this)-291(out\051)]TJ
+0 0 0 rg 0 0 0 RG
+/F14 10.9091 Tf -10.909 -18.71 Td [(\017)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 10.909 0 Td [(Requir)5(e)-291(the)]TJ/F41 10.9091 Tf 59.335 0 Td [(hyperref)]TJ/F113 10.9091 Tf 41.803 0 Td [(package)-291(explicitely)-291(to)-291(a)36(v)40(oid)-291(err)9(ors)-291(when)-291(using)-291(T)]TJ 235.105 -2.558 Td [(E)]TJ 5.302 2.558 Td [(XLiv)42(e)]TJ
+0 0 0 rg 0 0 0 RG
+/F257 10.9091 Tf -425.072 -23.193 Td [(1)]TJ/F255 10.9091 Tf 5.454 0 Td [(.)]TJ/F257 10.9091 Tf 2.728 0 Td [(0)]TJ/F255 10.9091 Tf 5.454 0 Td [(.)]TJ/F257 10.9091 Tf 2.727 0 Td [(1)]TJ/F255 10.9091 Tf 8.629 0 Td [(\050)]TJ/F257 10.9091 Tf 3.633 0 Td [(2015)]TJ/F255 10.9091 Tf 21.818 0 Td [(-)]TJ/F257 10.9091 Tf 3.633 0 Td [(12)]TJ/F255 10.9091 Tf 10.909 0 Td [(-)]TJ/F257 10.9091 Tf 3.633 0 Td [(06)]TJ/F255 10.9091 Tf 10.909 0 Td [(\051)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf -20 -14.227 Td [(Corr)5(ect)-291(installation)-291(infor)-17(mation)-291(in)-291(the)-291(documentation)-291(\002le)]TJ
+0 0 0 rg 0 0 0 RG
+/F257 10.9091 Tf -59.527 -23.193 Td [(1)]TJ/F255 10.9091 Tf 5.454 0 Td [(.)]TJ/F257 10.9091 Tf 2.728 0 Td [(0)]TJ/F255 10.9091 Tf 8.629 0 Td [(\050)]TJ/F257 10.9091 Tf 3.632 0 Td [(2015)]TJ/F255 10.9091 Tf 21.818 0 Td [(-)]TJ/F257 10.9091 Tf 3.633 0 Td [(12)]TJ/F255 10.9091 Tf 10.909 0 Td [(-)]TJ/F257 10.9091 Tf 3.633 0 Td [(06)]TJ/F255 10.9091 Tf 10.909 0 Td [(\051)]TJ
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf -11.818 -14.227 Td [(Initial)-291(r)5(elease)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F115 10.9091 Tf 205.619 -341.808 Td [(7)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+ET
+
+endstream
+endobj
+172 0 obj
+<<
+/Type /Page
+/Contents 173 0 R
+/Resources 171 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 182 0 R
+>>
+endobj
+174 0 obj
+<<
+/D [172 0 R /XYZ 88.291 797.824 null]
+>>
+endobj
+175 0 obj
+<<
+/D [172 0 R /XYZ 95.459 761.969 null]
+>>
+endobj
+176 0 obj
+<<
+/D [172 0 R /XYZ 95.459 747.742 null]
+>>
+endobj
+177 0 obj
+<<
+/D [172 0 R /XYZ 95.459 733.516 null]
+>>
+endobj
+178 0 obj
+<<
+/D [172 0 R /XYZ 95.459 719.289 null]
+>>
+endobj
+179 0 obj
+<<
+/D [172 0 R /XYZ 95.459 705.062 null]
+>>
+endobj
+56 0 obj
+<<
+/D [172 0 R /XYZ 89.291 630.798 null]
+>>
+endobj
+171 0 obj
+<<
+ /ColorSpace 6 0 R /Pattern 5 0 R /ExtGState 4 0 R
+/Font << /F185 86 0 R /F113 79 0 R /F45 77 0 R /F257 180 0 R /F255 181 0 R /F14 80 0 R /F41 82 0 R /F115 81 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+200 0 obj
+<<
+/Length 2042
+>>
+stream
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+BT
+/F45 14.3462 Tf 89.291 729.751 Td [(Inde)12(x)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+/F113 10.9091 Tf 0 -22.726 Td [(commands)]TJ/F185 9.2728 Tf 19.926 -14.227 Td [(\134reducewspc)]TJ/F113 10.9091 Tf 61.404 0 Td [(,)]TJ/F115 10.9091 Tf 5.902 0 Td [(5)]TJ/F185 9.2728 Tf -67.306 -14.227 Td [(\134reducewstr)]TJ/F113 10.9091 Tf 61.404 0 Td [(,)]TJ/F115 10.9091 Tf 5.902 0 Td [(5)]TJ/F185 9.2728 Tf -67.306 -14.226 Td [(\134resetwspc)]TJ/F113 10.9091 Tf 55.822 0 Td [(,)]TJ/F115 10.9091 Tf 5.902 0 Td [(5)]TJ/F185 9.2728 Tf -61.724 -14.227 Td [(\134resetwstr)]TJ/F113 10.9091 Tf 55.822 0 Td [(,)]TJ/F115 10.9091 Tf 5.902 0 Td [(5)]TJ/F113 10.9091 Tf -81.65 -24.189 Td [(options)]TJ/F185 9.2728 Tf 19.926 -14.227 Td [(dottedtocchapters)]TJ/F113 10.9091 Tf 94.897 0 Td [(,)]TJ/F115 10.9091 Tf 5.902 0 Td [(4)]TJ/F185 9.2728 Tf -100.799 -14.227 Td [(dottedtocparts)]TJ/F113 10.9091 Tf 78.151 0 Td [(,)]TJ/F115 10.9091 Tf 5.902 0 Td [(4)]TJ/F185 9.2728 Tf -84.053 -14.226 Td [(dottedtoc)]TJ/F113 10.9091 Tf 50.24 0 Td [(,)]TJ/F115 10.9091 Tf 5.901 0 Td [(4)]TJ/F113 10.9091 Tf -56.141 -14.227 Td [(dottedtoc,)]TJ/F115 10.9091 Tf 51.883 0 Td [(4)]TJ/F113 10.9091 Tf -51.883 -14.227 Td [(dottedtocchapters,)]TJ/F115 10.9091 Tf 92.803 0 Td [(4)]TJ/F113 10.9091 Tf -92.803 -14.226 Td [(dottedtocparts,)]TJ/F115 10.9091 Tf 76.385 0 Td [(4)]TJ/F113 10.9091 Tf -76.385 -14.227 Td [(la)39(y)33(out,)]TJ/F115 10.9091 Tf 35.901 0 Td [(3)]TJ/F113 10.9091 Tf -35.901 -14.227 Td [(raggedlists,)]TJ/F115 10.9091 Tf 58.843 0 Td [(4)]TJ/F113 10.9091 Tf -58.843 -14.227 Td [(tocchapter)5(entriesbold,)]TJ/F115 10.9091 Tf 110.792 0 Td [(4)]TJ/F113 10.9091 Tf -110.792 -14.226 Td [(tocentriesbold,)]TJ/F115 10.9091 Tf 74.552 0 Td [(4)]TJ/F113 10.9091 Tf -74.552 -14.227 Td [(tocpartentriesbold,)]TJ/F115 10.9091 Tf 94.429 0 Td [(4)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+ 91.265 -355.781 Td [(8)]TJ
+0 0 0 rg 0 0 0 RG
+0 0 0 rg 0 0 0 RG
+ET
+
+endstream
+endobj
+199 0 obj
+<<
+/Type /Page
+/Contents 200 0 R
+/Resources 198 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 182 0 R
+/Annots [ 183 0 R 184 0 R 185 0 R 186 0 R 187 0 R 188 0 R 189 0 R 190 0 R 191 0 R 192 0 R 193 0 R 194 0 R 195 0 R 196 0 R 197 0 R ]
+>>
+endobj
+183 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [175.527 689.331 182.974 700.721]
+/A << /S /GoTo /D (page.5) >>
+>>
+endobj
+184 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [175.527 675.104 182.974 686.494]
+/A << /S /GoTo /D (page.5) >>
+>>
+endobj
+185 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [169.944 660.878 177.391 672.268]
+/A << /S /GoTo /D (page.5) >>
+>>
+endobj
+186 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [169.944 646.651 177.391 658.041]
+/A << /S /GoTo /D (page.5) >>
+>>
+endobj
+187 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [209.02 608.235 216.467 619.625]
+/A << /S /GoTo /D (page.4) >>
+>>
+endobj
+188 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [192.273 594.008 199.72 605.398]
+/A << /S /GoTo /D (page.4) >>
+>>
+endobj
+189 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [164.362 579.781 171.809 591.172]
+/A << /S /GoTo /D (page.4) >>
+>>
+endobj
+190 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [160.104 565.555 167.551 577.911]
+/A << /S /GoTo /D (page.4) >>
+>>
+endobj
+191 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [201.024 550.733 208.471 563.684]
+/A << /S /GoTo /D (page.4) >>
+>>
+endobj
+192 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [184.606 536.507 192.053 549.457]
+/A << /S /GoTo /D (page.4) >>
+>>
+endobj
+193 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [144.122 522.258 151.569 535.231]
+/A << /S /GoTo /D (page.3) >>
+>>
+endobj
+194 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [167.064 508.032 174.511 521.004]
+/A << /S /GoTo /D (page.4) >>
+>>
+endobj
+195 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [219.013 493.827 226.46 506.777]
+/A << /S /GoTo /D (page.4) >>
+>>
+endobj
+196 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [182.773 480.195 190.22 492.551]
+/A << /S /GoTo /D (page.4) >>
+>>
+endobj
+197 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/O/C[1 0 0]
+/Rect [202.649 465.373 210.096 478.324]
+/A << /S /GoTo /D (page.4) >>
+>>
+endobj
+201 0 obj
+<<
+/D [199 0 R /XYZ 88.291 797.824 null]
+>>
+endobj
+202 0 obj
+<<
+/D [199 0 R /XYZ 89.291 748.581 null]
+>>
+endobj
+60 0 obj
+<<
+/D [199 0 R /XYZ 89.291 717.984 null]
+>>
+endobj
+198 0 obj
+<<
+ /ColorSpace 6 0 R /Pattern 5 0 R /ExtGState 4 0 R
+/Font << /F45 77 0 R /F113 79 0 R /F185 86 0 R /F115 81 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+4 0 obj
+<< /pgf@ca1.0 << /ca 1.0 >>>>
+endobj
+5 0 obj
+<<>>
+endobj
+6 0 obj
+<< /pgfprgb [/Pattern /DeviceRGB] >>
+endobj
+204 0 obj
+[333 333 444 606 250 333 250]
+endobj
+205 0 obj
+[500 500 500 500 500 500 500 500 500 500]
+endobj
+206 0 obj
+[602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602]
+endobj
+207 0 obj
+[602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602]
+endobj
+208 0 obj
+[500 500 500 500 500 500 500]
+endobj
+209 0 obj
+[602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602]
+endobj
+210 0 obj
+[585.3]
+endobj
+211 0 obj
+[528 545 167 333 556 278 333 333 0 333 606 0 667 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 333 250 333 500 500 500 889 778 278 333 333 389 606 250 333 250 296 500 500 500 500 500 500 500 500 500 500 250 250 606 606 606 500 747 722 611 667 778 611 556 722 778 333 333 667 556 944 778 778 611 778 667 556 611 778 722 944 722 667 667 333 606 333 606 500 278 444 463 407 500 389 278 500 500 278 278 444 278 778 556 444 500 463 389 389 333 556 500 722 500 500 444 333 606 333 606 0 0 0 278 500 500 1000 500 500 333 1000 556 333 1028 0 0 0 0 0 0 500 500 500 500 1000 333 1000 389 333 669 0 0 667 0 333 500 500 500 500 606 500 333 747 333 500 606 333 747 333 400 606 300 300 333 556 500 250 333 300 333 500 750 750 750 500 722 722 722 722 722 722 941 667 611 611 611 611 333 333 333 333 778 778 778 778 778 778 778 606 778 778 778 778 778 667 611 500 444 444 444 444 444 444 638 407 389 389]
+endobj
+213 0 obj
+[409 214 332 525 525 525 525 525 525 525 525 525 525 258 258 778 778 778 450 895 620 685 640 748 660 626 728 750 282 335 698 520 895 788 745 685 745 654 647 590 705 630 904 648 580 585 214 500 214 500 500 238 512 522 429 522 492 258 522 517 283 238 477 288 701 517 497 517 522 349 429 322 517 407 674 427 517]
+endobj
+214 0 obj
+[500 500 500 500 500 500 500 500 500 500]
+endobj
+215 0 obj
+[500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500]
+endobj
+216 0 obj
+[605 608 167 380 611 291 313 333 0 333 606 0 667 500 333 287 0 0 0 0 0 0 0 0 0 0 0 0 333 208 250 278 371 500 500 840 778 278 333 333 389 606 250 333 250 606 500 500 500 500 500 500 500 500 500 500 250 250 606 606 606 444 747 778 611 709 774 611 556 763 832 337 333 726 611 946 831 786 604 786 668 525 613 778 722 1000 667 667 667 333 606 333 606 500 278 500 553 444 611 479 333 556 582 291 234 556 291 883 582 546 601 560 395 424 326 603 565 834 516 556 500 333 606 333 606 0 0 0 278 500 500 1000 500 500 333 1144 525 331 998 0 0 0 0 0 0 500 500 606 500 1000 333 979 424 331 827 0 0 667 0 278 500 500 500 500 606 500 333 747 333 500 606 333 747 333 400 606 300 300 333 603 628 250 333 300 333 500 750 750 750 444 778 778 778 778 778 778 944 709 611 611 611 611 337 337 337 337 774 831 786 786 786 786 786 606 833 778 778 778 778 667 604 556 500 500 500 500 500 500 758 444 479 479]
+endobj
+217 0 obj
+[602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602 602]
+endobj
+218 0 obj
+[541 541 789 789 0 370 311 780 674 640 752 254 307 307 432 778 250 413 250 380 567 567 567 567 567 567 567 567 567 567 274 274 778 778 778 522 887 666 711 675 779 684 651 761 774 296 342 734 540 945 815 783 711 783 695 678 630 729 675 942 689 621 621 250 500 250 500 500 254 533 542 451 542 515 272 542 533 289 254 501 293 726 533 519 537 542 361 451 290 533 438 676 456 533]
+endobj
+219 0 obj
+<<
+/Length1 1405
+/Length2 6229
+/Length3 0
+/Length 7634
+>>
+stream
+%!PS-AdobeFont-1.0: CMSY10 003.002
+%%Title: CMSY10
+%Version: 003.002
+%%CreationDate: Mon Jul 13 16:17:00 2009
+%%Creator: David M. Jones
+%Copyright: Copyright (c) 1997, 2009 American Mathematical Society
+%Copyright: (<http://www.ams.org>), with Reserved Font Name CMSY10.
+% This Font Software is licensed under the SIL Open Font License, Version 1.1.
+% This license is in the accompanying file OFL.txt, and is also
+% available with a FAQ at: http://scripts.sil.org/OFL.
+%%EndComments
+FontDirectory/CMSY10 known{/CMSY10 findfont dup/UniqueID known{dup
+/UniqueID get 5096651 eq exch/FontType get 1 eq and}{pop false}ifelse
+{save true}{false}ifelse}{false}ifelse
+11 dict begin
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
+/FontName /LHERPO+CMSY10 def
+/FontBBox {-29 -960 1116 775 }readonly def
+/PaintType 0 def
+/FontInfo 9 dict dup begin
+/version (003.002) readonly def
+/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050<http://www.ams.org>\051, with Reserved Font Name CMSY10.) readonly def
+/FullName (CMSY10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+/UnderlinePosition -100 def
+/UnderlineThickness 50 def
+end readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 3 /asteriskmath put
+dup 15 /bullet put
+readonly def
+currentdict end
+currentfile eexec
+oc;jAw-ᾉYň5t&נ{hLGqB`d˗Pة|*x\ޖHt
+l?K[$Gp/JzcF8vP3/XO6yAo~]WqDMY4ߧY̢XPEL2_2 oH{
+1x'u|o WNRE홹&lF\LRh1Fb}+l C] (vfo+fM}l?c*ވ"^R]miKOҎ!I ӲR_tW;u@(#t*̧ U{|Q}a3Fl8xtHWA­;!V CVov?³;=>,㧫\"RvRCإQDh
+@_,˜kbflAIP^wٚdIHzk(c3xɁSUPIf{KΩs Y/v[L%O@H<P'Jv,$"hUM??p*ք7v=P1s}G@N5^3T8f yQO) 07% G Rzf{^Dh<{B}ٞs2f'Cy_ǮӮ@]c8n7q'K4kO=@U l,PoEkԙ*7q[!\o^$&]8ls&/^)!TĀa гS";u^
+A56B=ۢvnۙTϼ"]/-}{@Ӗ+icapn{ N
+_M̌`-@0V'ϱtSɤd?ݱX(YkNWYF<B}kR(^2%0Am
++gpA,,=|j25Cɂ7 ./Fɹ0tRẊ."we hPempJo@▁_A3QBV~$9Ej=
+]? {w_53Fgӿ4BAq41Pf ,Sş6r[v` xG$.} ̔ϾF͙c=f!*˽./wĉR8(@ًz c@N&Imݣ>X!me@lW"VCH8kՑ<yNu aꥨ.tNĈl2kAI])MSYn&*^Ǒ'c@
+ qv&C3N
+$FԖHDV?pyїP%F=BGKPh~N[I_ꈀCTzf <Ӗ`4|mE1J'$`}R \N2kfaouJ73vKW{M3?׏M]:W;vX;B X.PI;?!T . sU]䮃=X 5rMt>y=*bC~^ tArl'Ŧ\؟L냡P&7ttuGz;Kg4э;u)";SvC~?J/F"6U.0>+KQӄ0"ӫ=sxoJ]ת!w6O.}t5V˩+7Us֩yēTC5GrgU5$&|~G8 Mv(jt Ϣn]]QWOؑm. R[ИoN<j#'ļ1;}\Mc(:e?Z4Kg©@T 'a"%K|`QK}uD}&89.֧bvBc+E+? 5&l9XP>ng IF:?tؐSUOcj2Cm[O7>kWkX'<UN8Lodjs3> #t'Xd9+E7Nd8{]m/ ׎dvYYwop!EP7F?ojP9"gBP;B^QO3*B 3un$I_Oe`
+$`}-9Q/ĥMe?Ұh]b _2<͖+tª[ϜJO@%MI tv\/bMVF05+kI2W9>f} Ķ3tj|"
+[LhY)o57k#%H\
+zT0b#[zyϒ$e1k5dRA`(Ņ@{=yW>>y@U;=H;c{<yBb7l!&x@-d۽u\
+Ee5+ٰsZ'bQSlj zv
+vlf)\:VQXo 4Vb68W!Tvr6R;ͅhYsg{VF{$yHsI*nfr,2*p=C9p VRzxu> "6cC'
+ Cv}_1%+l<[wS-$!9RE}. b4+GÑ!>~D0
+!
+endstream
+endobj
+220 0 obj
+<<
+/Type /FontDescriptor
+/FontName /LHERPO+CMSY10
+/Flags 4
+/FontBBox [-29 -960 1116 775]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 40
+/XHeight 431
+/CharSet (/asteriskmath/bullet)
+/FontFile 219 0 R
+>>
+endobj
+221 0 obj
+<<
+/Length1 1378
+/Length2 6059
+/Length3 0
+/Length 7437
+>>
+stream
+%!PS-AdobeFont-1.0: CMSY7 003.002
+%%Title: CMSY7
+%Version: 003.002
+%%CreationDate: Mon Jul 13 16:17:00 2009
+%%Creator: David M. Jones
+%Copyright: Copyright (c) 1997, 2009 American Mathematical Society
+%Copyright: (<http://www.ams.org>), with Reserved Font Name CMSY7.
+% This Font Software is licensed under the SIL Open Font License, Version 1.1.
+% This license is in the accompanying file OFL.txt, and is also
+% available with a FAQ at: http://scripts.sil.org/OFL.
+%%EndComments
+FontDirectory/CMSY7 known{/CMSY7 findfont dup/UniqueID known{dup
+/UniqueID get 5096648 eq exch/FontType get 1 eq and}{pop false}ifelse
+{save true}{false}ifelse}{false}ifelse
+11 dict begin
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
+/FontName /SDVCAT+CMSY7 def
+/FontBBox {-15 -951 1251 782 }readonly def
+/PaintType 0 def
+/FontInfo 9 dict dup begin
+/version (003.002) readonly def
+/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050<http://www.ams.org>\051, with Reserved Font Name CMSY7.) readonly def
+/FullName (CMSY7) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+/UnderlinePosition -100 def
+/UnderlineThickness 50 def
+end readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 3 /asteriskmath put
+readonly def
+currentdict end
+currentfile eexec
+oc;jAw-ᾉYň5t&נ{hLGqB`d˗Pة|*x\ޖHt
+At5qm#O:JjݒcZ$4HPv-V[(a75feLԍ۱2_xgc^L|_ 7Bc콁1'mԂ W
+o bKPfAOܑ`Ax2zl 6܄x}NܱǞ̖cv[^."cvc$#;a$3|4x߽
+(a@cRn6phؚZfzz?K $YJo/q.1f JBw'4?}D/& Z=Vͪ7E<e{|[1e OQަ\H544+ {ٗpiL ~.lR KcO4( Um*7qK/Ī; (-83:6<</ęY:DnFt:#ʆ9&B:w
+TWE57LjbҠ^|i?f%!1Y'D?5DoІs(l3QxXf7nGpr11V8يm.[}<7 ڻD*L7~Vs> ɍ}ʜDtǪĿ!X96E'<m&)JSw4!3δͺϳVJq,UZÄ[JսQK *L8ⅳӣ@0g|ȰF`Tk2қ׍Ƈ#xb`Y@ ɞno{avXik$i='CPEs&>#MX6E!H5&Bc+.s1(R9 PZSIA H){y,䲚9Ө蠂
+eq#*!24
+|SYi`zrF{jGE^WH7(g}MV-*dqα[^ ׈
+iFzK^aaca[]qtLO;1ꙮ=:.&MntԿn7.)
+c%WR?7PQ4R M6z
+~'|෕N5"~ 2H*/ ~/b=/j1>~Dg(ˉ^`evs $t=Eҝ;e.\-
+ךkC96M­д1z.`CMkfQ9b}L&>}x^baљ0VOH:^jJ 7kwVD= I˪|΄ׄB| eJ+7lZMڳ7A4TPpMΩURf+1啿*wΫywf#Ά) }Tn$LXPY80m]-i)eS2oYlu[|0j\<<[
+i!PVyZsuR}(t?i_a| h{ڹJ-س`xVD&`p + ıjO-N5VFG㝽*Kģ\k. lXSc|r[]͘Q&!aXt[rKR_4R {!%3.}
+-B+ޙi~Ճ<M7نlC3s
+_q&÷OgP  BV9ji758rBĕZ<y釕>h K*,/hPj{` DCw_h/p3eH/IA)ik#U ]`&o(k3>al=K
+/3@A|G+TBR׃ 3OABl{sl"17 k_e-QNFQ
+*i=F8*%=Mm[͡]7H/e/cEr\4tE>I28ݳT fL C#h
+wBūdr|{
+FHzͩͣf%PJQۃ!Z 0zA_ w
+WA#d\^>c:üSR($t}<
+H yY>f.RⅬj }+PjE.Xg8KG_0!ozW*4]xĪ 3m6 rj͘uv>lLWwPNqGލu2 p;ݐz Ih=IJ 
+RX+
+D:g{Y}3>6 KQhl [Ć.^^c}.s^֜G>?WJXe і{*nxzv4y۫tQ/x`k4ٞvqK_<-k{怣;-fڙ٤7TD r8׺zrA l%|wc<gq,|k)&DU
+3:KIUYֆ܌=c3 }l"#hs"ʳ<mhQKDhzaP3 b )B!4+E 9I?v(Qh`?0}>lj3/5E-&%♶*<e3]R9͒5qT~6tiT 0ѣM:x$:A xL#<P[U~#ZY䅬-`kb[3txA0mkF0
+o:xD&:q OC
+endstream
+endobj
+222 0 obj
+<<
+/Type /FontDescriptor
+/FontName /SDVCAT+CMSY7
+/Flags 4
+/FontBBox [-15 -951 1251 782]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 49
+/XHeight 431
+/CharSet (/asteriskmath)
+/FontFile 221 0 R
+>>
+endobj
+223 0 obj
+<<
+/Length1 1860
+/Length2 2222
+/Length3 0
+/Length 4082
+>>
+stream
+%!PS-AdobeFont-1.0: TeXPalladioL-BoldOsF 1.002
+%%DocumentSuppliedResources: font TeXPalladioL-BoldOsF
+%%Title: TeXPalladioL-BoldOsF
+%%Version: 1.002
+%%CreationDate: Sun Feb 13 11:54:33 2005
+%%Creator: Ralf Stubner
+%Copyright: Copyright (URW)++,Copyright 1999 by (URW)++ Design &
+%Copyright: Development, Copyright 2004, 2005 Ralf Stubner. See the
+%Copyright: file COPYING (GNU General Public License) for license
+%Copyright: conditions. As a special exception, permission is granted
+%Copyright: to include this font program in a Postscript or PDF file
+%Copyright: that consists of a document that contains text to be
+%Copyright: displayed or printed using this font, regardless of the
+%Copyright: conditions or license applying to the document itself.
+% Generated by FontForge 20050203 (http://fontforge.sf.net/)
+%%EndComments
+10 dict begin
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
+/FontName /LSBTTN+TeXPalladioL-BoldOsF def
+/FontBBox {-152 -301 988 935 }readonly def
+/PaintType 0 def
+/FontInfo 9 dict dup begin
+/version (1.002) readonly def
+/Notice (Copyright \050URW\051++,Copyright 1999 by \050URW\051++ Design & Development, Copyright 2004, 2005 Ralf Stubner. See the file COPYING \050GNU General Public License\051 for license conditions. As a special exception, permission is granted to include this font program in a Postscript or PDF file that consists of a document that contains text to be displayed or printed using this font, regardless of the conditions or license applying to the document itself.) readonly def
+/FullName (TeX Palladio L Bold Old Style Figures) readonly def
+/FamilyName (TeX Palladio L) readonly def
+/Weight (Bold) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+/UnderlinePosition -100 def
+/UnderlineThickness 50 def
+end readonly def
+/Encoding StandardEncoding def
+currentdict end
+currentfile eexec
+oc;jAw-24 WEvQC<3A2kX0k^|:ٴfb,|=sLu2KZ`3ndgRw@),q՜G<&h'. ΍883 ABAԾI$s@F25ڪ,i pK>6K` %E((bsS=Gq=})\5
+]q{
+qƇkn>_?QT.Fosc-H]' U5Wsu,N2bo[/PgiR {Ԟ׵tϣ
+:L8k+oe~)%Բr˰"3D]1b*6IDEWe|ۊACҐ;Z7u~(!z5cm`?lb|S'vJ Jz;
+vA8$N.0
+ 4~dTF!tϬJFB$ڴvJ $혐_:D~@I2V#̃᪛Lq9?F:G|[۸`S7+192K3
+=$j+Ax)gy˱[~
+\-f Ym@B
+oKP$ dGXZHos_LN",}Op;M4L L؁%K{KnGp4IIHiZN-'I!@/鐆zjF]?1=Ѡ;(4%r}J5]/*'xy%nC_͖Nla>9z6z-
+Ԇ,@-9ānkD(Ho ݂3۴yk$wٹMf9S|\ +95Hyd|n?9D7):gN}&ᴬzPES{m>#ҤmbY,zosFp5N .$Ċo鐥lKS -:4 8?Dó#`Cζ_06믪tjZPPRhK^y0n[%3 ^bs:uot ;<Fd+9Srw:ĭS$=HaX^7ُ7Df uHD%u mȫ=0!mϚr
+endstream
+endobj
+224 0 obj
+<<
+/Type /FontDescriptor
+/FontName /LSBTTN+TeXPalladioL-BoldOsF
+/Flags 4
+/FontBBox [-152 -301 988 935]
+/Ascent 709
+/CapHeight 675
+/Descent -266
+/ItalicAngle 0
+/StemV 123
+/XHeight 471
+/CharSet (/five/nine/one/six/two/zero)
+/FontFile 223 0 R
+>>
+endobj
+225 0 obj
+<<
+/Length1 1850
+/Length2 3158
+/Length3 0
+/Length 5008
+>>
+stream
+%!PS-AdobeFont-1.0: TeXPalladioL-SC 1.002
+%%DocumentSuppliedResources: font TeXPalladioL-SC
+%%Title: TeXPalladioL-SC
+%%Version: 1.002
+%%CreationDate: Sun Feb 13 11:54:32 2005
+%%Creator: Ralf Stubner
+%Copyright: Copyright (URW)++,Copyright 1999 by (URW)++ Design &
+%Copyright: Development, Copyright 2004, 2005 Ralf Stubner. See the
+%Copyright: file COPYING (GNU General Public License) for license
+%Copyright: conditions. As a special exception, permission is granted
+%Copyright: to include this font program in a Postscript or PDF file
+%Copyright: that consists of a document that contains text to be
+%Copyright: displayed or printed using this font, regardless of the
+%Copyright: conditions or license applying to the document itself.
+% Generated by FontForge 20050203 (http://fontforge.sf.net/)
+%%EndComments
+10 dict begin
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
+/FontName /JISKUJ+TeXPalladioL-SC def
+/FontBBox {-166 -274 1021 943 }readonly def
+/PaintType 0 def
+/FontInfo 9 dict dup begin
+/version (1.002) readonly def
+/Notice (Copyright \050URW\051++,Copyright 1999 by \050URW\051++ Design & Development, Copyright 2004, 2005 Ralf Stubner. See the file COPYING \050GNU General Public License\051 for license conditions. As a special exception, permission is granted to include this font program in a Postscript or PDF file that consists of a document that contains text to be displayed or printed using this font, regardless of the conditions or license applying to the document itself.) readonly def
+/FullName (TeX Palladio L Small Caps & Old Style Figures) readonly def
+/FamilyName (TeX Palladio L) readonly def
+/Weight (Roman) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+/UnderlinePosition -100 def
+/UnderlineThickness 50 def
+end readonly def
+/Encoding StandardEncoding def
+currentdict end
+currentfile eexec
+oc;jAw-24 WEvQC<3A2kX0k^|:ٴfb,|=sLu2KZ`3ndgRw@),q՜G<&h'. ΍883 ABAԾI$s@F25ڪ,i pK>6K` %E((bsS=Gq2Tِv(R>C>kּʹ= +iŕʠUw^FeA B%]Ǣ˃jhR`0`u{kiuG`1߲D2|΃Tv/xnd<J2)Zp4 LdȟmEݬ`#vUMA7;bWǹܢ5]@<㶫,%8d1b%c& [M%z-*! 6ԳcW"+6uyop<Kk:391ِ xp%Y\zń1:Vtd}3$B}=""CyQU1fې+Rw_4hYgWtd/5p^(m(kC?jbWz|
+N2i㡺h>Ivf'Z v* j4ZLy|ҳbG.J_Z u7.=YN3.Є9j9oZ|,y^HVPBtKIX`-XT* YMw_b5߭ǃ t5v&7Ǯu3N}SsB9WolW*/}
+dsfsreR^gO DR*g1dĦ$}Ŧ&pAgkf~*j[WF&U &oekd#= 4%Ui_\fآ7Z@
+(Uv@(6%
+Yt{YA s\<R#5ewqp>;190,`7byR5ibO1 whkp$ZKB5e߼.t02NgVvvhf\$ &q%FO5 K W:}
+l![k,Vps+7 !)4aVr;X
+i5u&R֍0 }նu-o"2~SI]אLev^_ VW3J3QA[kR sm ]`˲s K_fNƁI;~AZ+"c$!Zr.}P:Y}xM
+<~wcIzY`6fָܶ?`rPCW{f^dDθM,I!ܥ QLmQ_SqsIȌ!t!|l[FY27,$0T_ tsyX{@ૼΙD X"V hv(Ѳk ͂)a(KR;*".N60%XbbPMX`U3ouW+͚Dj䇐pr)~hkBiQJ-*տR-_{*N#Aݔ Qy^G"~NSJh&<.?:B$ Ѣ aڣܡ?]+3%.):lUmtB¨c,8-)"RqE S|zHt)G>y. :ZNKysK-JP5Wve?L BFa)~qޑaC FH䪡z\?k+]I ^i
+L^͡" W9 =Nɒcd#7D d
+endstream
+endobj
+226 0 obj
+<<
+/Type /FontDescriptor
+/FontName /JISKUJ+TeXPalladioL-SC
+/Flags 4
+/FontBBox [-166 -274 1021 943]
+/Ascent 487
+/CapHeight 681
+/Descent -6
+/ItalicAngle 0
+/StemV 84
+/XHeight 493
+/CharSet (/eight/five/four/nine/one/seven/six/three/two/zero)
+/FontFile 225 0 R
+>>
+endobj
+227 0 obj
+<<
+/Length1 1876
+/Length2 1868
+/Length3 0
+/Length 3744
+>>
+stream
+%!PS-AdobeFont-1.0: TeXPalladioL-ItalicOsF 1.002
+%%DocumentSuppliedResources: font TeXPalladioL-ItalicOsF
+%%Title: TeXPalladioL-ItalicOsF
+%%Version: 1.002
+%%CreationDate: Sun Feb 13 11:54:32 2005
+%%Creator: Ralf Stubner
+%Copyright: Copyright (URW)++,Copyright 1999 by (URW)++ Design &
+%Copyright: Development, Copyright 2004, 2005 Ralf Stubner. See the
+%Copyright: file COPYING (GNU General Public License) for license
+%Copyright: conditions. As a special exception, permission is granted
+%Copyright: to include this font program in a Postscript or PDF file
+%Copyright: that consists of a document that contains text to be
+%Copyright: displayed or printed using this font, regardless of the
+%Copyright: conditions or license applying to the document itself.
+% Generated by FontForge 20050203 (http://fontforge.sf.net/)
+%%EndComments
+10 dict begin
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
+/FontName /KPXLFY+TeXPalladioL-ItalicOsF def
+/FontBBox {-170 -305 989 941 }readonly def
+/PaintType 0 def
+/FontInfo 9 dict dup begin
+/version (1.002) readonly def
+/Notice (Copyright \050URW\051++,Copyright 1999 by \050URW\051++ Design & Development, Copyright 2004, 2005 Ralf Stubner. See the file COPYING \050GNU General Public License\051 for license conditions. As a special exception, permission is granted to include this font program in a Postscript or PDF file that consists of a document that contains text to be displayed or printed using this font, regardless of the conditions or license applying to the document itself.) readonly def
+/FullName (TeX Palladio L Italic Old Style Figures) readonly def
+/FamilyName (TeX Palladio L) readonly def
+/Weight (Regular) readonly def
+/ItalicAngle -9.5 def
+/isFixedPitch false def
+/UnderlinePosition -100 def
+/UnderlineThickness 50 def
+end readonly def
+/Encoding StandardEncoding def
+currentdict end
+currentfile eexec
+oc;jAw-24 WEvQC<3A2kX0k^|:ٴfb,|=sLu2KZ`3ndgRw@),q՜G<&h'. ΍883 ABAԾI$s@F25ڪ,i pK>6K` %E((bsS=GqEc<(`5W6Iޚ\9xr sE ݵf+Du=Bf!Du矶Ifx'@]%yB!%hId C/RR?8`)lY
+ow!yQ#$Jw2!HE'r
+P:%TC1E8,4u~XNp ~sF]NGF\63(! -`[WD 9&$^ E}V%zsP< %'.i5BJ8H-Bw%h[0:jU]cdN%,`
+{;"\thڃ1
+z?7=i.4B )JGX+ӥ&E2IlU5ƃY;n0@̼\XGt'0C~!w"y;Q)Z6j#5u_>r6NEEUN8/&ZbMBMX@`w)7u}Y"k:Ajv6)xȦ֎G5nznPb:h$􃀖&{(X eJ<*8ۜGܒo'C=cuv`t*'P?k΁'}G,%"," AOT!Y͛V0?` p4ٜ<b]t ۡ\4
+|
+.hҨc-39S^
+1M8zܼ>:<jTv!/KA^c33"zg}YƱF]0kO'c_vB+ɱ¯ZK26rukb5zKNmYB Za0my
+endstream
+endobj
+228 0 obj
+<<
+/Type /FontDescriptor
+/FontName /KPXLFY+TeXPalladioL-ItalicOsF
+/Flags 4
+/FontBBox [-170 -305 989 941]
+/Ascent 725
+/CapHeight 694
+/Descent -261
+/ItalicAngle -9
+/StemV 78
+/XHeight 482
+/CharSet (/one/seven/three/two)
+/FontFile 227 0 R
+>>
+endobj
+229 0 obj
+<<
+/Length1 1014
+/Length2 2776
+/Length3 0
+/Length 3790
+>>
+stream
+%!PS-AdobeFont-1.0: BeraSansMono-Bold 002.000
+%%CreationDate: Thu Jan 29 18:27:48 2004
+%%VMusage: 120000 150000
+11 dict begin
+/FontInfo 14 dict dup begin
+/version (002.000) readonly def
+/FullName (Bera Sans Mono Bold) readonly def
+/FamilyName (Bera Sans Mono) readonly def
+/ItalicAngle 0 def
+/isFixedPitch true def
+/UnderlinePosition -108 def
+/UnderlineThickness 120 def
+/Weight (Bold) readonly def
+end readonly def
+/FontName /KPDCKK+BeraSansMono-Bold def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 97 /a put
+dup 98 /b put
+dup 92 /backslash put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 103 /g put
+dup 104 /h put
+dup 45 /hyphen put
+dup 105 /i put
+dup 107 /k put
+dup 108 /l put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 119 /w put
+dup 121 /y put
+readonly def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [ 0.00100 0 0 0.00100 0 0 ] readonly def
+/FontBBox {-19 -236 606 928} readonly def
+currentdict end
+currentfile eexec
+oc;jtD[|<33229IfÐ"XXH`{(b$`Ꮻ2 Gy<\&MꐵCt+˅BJvƷmoϚ}^߼YTYC]S=nt9x>JK1'r6iX'l 6ъqK;KD#΄}T~^s-x:E7{x
+7RR{nc3
+
+8~1!kkkPݸdCQz{<A5J3Nrӌ{!If.p4V1 DߏX\*qn/pgr$KZ]r+pz"1ymy9<Q94$ lpW2VnXb,%t)L  +HN/3j
+k.$ݣbO Йg}FTa{RK*! ה/A/Ĝ0I^|)7jiN2 ܘKт_b|dG^犀KhYd{p|F*OQ5R:ʂ&찫n$$` -
+Ui/FS#{ltkxa5[=pߤέtKD,C"f,')wxIm\> :zB*C^PrtGNְ[+H&,ij0!D iiQQ뜒owz_xgba#3CM)M<0A+Z˛SpUpO"#S>
+i:x9s!шTK %jm/ RQP4b~CHbV, 5[,-} څ"w
+C ^'AƖ. CaN$6u=%OtH6IoLF3'ϱ쇃
+aPlwTium"U{ g]%[XbWx=kwQH>fH-!T
+}UiΣ9jCylg
+*V=[ |: ȁ
+'f4*#4?)DAN KG ^P7(=[;2<iQ+.hai?LÄ @\/YfAgq;]ݳ˱VYSyZUTßXł+}v-* ύCCQ)x(Î{9)F7?>#Oݢe•8_W<[]2ܸZLwݱ`zћ-P >^b{w"f p_T}/o7d.
+xʳWkV2uim'v⠁3Q]"'}0.} Pr^`_L[^@Xl$nhW cb-ce(L";$d.4'lIihzؙ^Ra*/|n3[uѹߡmX$ v`3ɂ{%%^9}h1Bٙɰo#5MFGM}%q(u2D8"_Šs5.x=@$黎j8;#MWt%\*i'ЎU&mWE<w׆"X|NΖ:Ɇ Y*?Dw=ÍQ'exL 1f5 4 A{Jw o9X"nj9/4Z_N` $ !|+*& pS"qfٶ>glړR 47m8H:#lGS&oTY9oLRr(jan8^nUh[jZE&%?OE%J~jtaiuJ*GµV0Sݵr*oZ?eK :]C!>> lk,6̣jG dT (`9}h'( ]V4--FϨ s16e<T"<Y+Pyeq-˗nrRX$LcNթTU}x@ o;wHA =Mp
+endstream
+endobj
+230 0 obj
+<<
+/Type /FontDescriptor
+/FontName /KPDCKK+BeraSansMono-Bold
+/Flags 4
+/FontBBox [-19 -236 606 928]
+/Ascent 747
+/CapHeight 747
+/Descent -197
+/ItalicAngle 0
+/StemV 201
+/XHeight 547
+/CharSet (/a/b/backslash/c/d/e/g/h/hyphen/i/k/l/n/o/p/r/s/t/u/w/y)
+/FontFile 229 0 R
+>>
+endobj
+231 0 obj
+<<
+/Length1 884
+/Length2 2236
+/Length3 0
+/Length 3120
+>>
+stream
+%!PS-AdobeFont-1.0: BeraSansMono-BoldOb 002.000
+%%CreationDate: Thu Jan 29 18:27:40 2004
+%%VMusage: 120000 150000
+11 dict begin
+/FontInfo 14 dict dup begin
+/version (002.000) readonly def
+/FullName (Bera Sans Mono Bold Oblique) readonly def
+/FamilyName (Bera Sans Mono) readonly def
+/ItalicAngle -11 def
+/isFixedPitch true def
+/UnderlinePosition -108 def
+/UnderlineThickness 120 def
+/Weight (Bold) readonly def
+end readonly def
+/FontName /KZZEOZ+BeraSansMono-BoldOb def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 97 /a put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 108 /l put
+dup 111 /o put
+dup 112 /p put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+readonly def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [ 0.00100 0 0 0.00100 0 0 ] readonly def
+/FontBBox {-73 -236 681 928} readonly def
+currentdict end
+currentfile eexec
+oc;jtD[|<33229IfÐ"XXH`{(b$`Ꮻ2 Gy<\&MꐵCt+˅BJvƷmoϚ}^߼YTYC]S=nt9x>JK1'r6iX'l 6ъqK;KD#΄}T~^s-x:E7{x
+7RR{nc3
+
+8~1!kkkPݸdCQz{<A5J3Nrӌ{!If.p4V1 DߏX\*qn/pgr$KZ]r+pz"1ymy9<Q94$ lpW2VnXb,%t)L  +HN/3j
+k.$ݣbO Йg}FTa{RK*! ה/A/Ĝ0I^|)7jiN2 ܘKт_b|dG^犀KhYd{p|F*OQ5R:ʂ&찫n$$` -
+Ui/FS#{ltkxa5[=pߤέtKD,C"f,')wxIm\> :zB*C^PrtGNְ[+H&,ij0!D iiQQ뜒owz_xgba#b*X{K![-!1lIK8S"{a9
+Q
+#SrPVd'SŬ Vag3B*!J \m ZU<jdGbt H u
+#+txb
+lhBJ>ڕPT@8 lU
+t p8+z@bQ'ٮ-|z7"N@ mm!QҗC񮪝1!GeR]t ;Iv]XpQ ES
+o1/($t4H]X 2Cn}<,W呑"EP.2`hLfx/z
+q6=.7 -/8>%1Vp.!yg8nyFD$/Ϥ0-AΏޮ~c1(t1̅z4@{Kw~
+!mj J|~\㺊WD 6)؇* k
+%
+ʑu.ˢ3MQCPǚ,t6T2 k~0>e;4$rsT\ݒq²B&eSY)8EIk(\@_ʏ{ĩ[ג]uǜB
+;ɺ4@wHBF0!1afS+?}B -ưu2"c 탏;/nGP@5kj 6C:{|s93bvf"w·g.&dHB8dl41O/W)_pc^>> j^EOW!m>~I/xІ%=ih!0ϴէtONv;B<!ehI;- `-c}^
+Lӏт+д6i^@;zW?1hg#ڿ-͂gB݄{ꑫ sՊi:.;YP&}8(q"IY@Lx;%(Y_ifm=gz]~v, .%ɼHF/<†
+endstream
+endobj
+232 0 obj
+<<
+/Type /FontDescriptor
+/FontName /KZZEOZ+BeraSansMono-BoldOb
+/Flags 4
+/FontBBox [-73 -236 681 928]
+/Ascent 746
+/CapHeight 746
+/Descent -197
+/ItalicAngle -11
+/StemV 201
+/XHeight 547
+/CharSet (/a/d/e/f/l/o/p/r/s/t/u/v)
+/FontFile 231 0 R
+>>
+endobj
+233 0 obj
+<<
+/Length1 1797
+/Length2 5947
+/Length3 0
+/Length 7744
+>>
+stream
+%!PS-AdobeFont-1.0: BeraSansMono-Roman 002.000
+%%CreationDate: Thu Jan 29 18:27:33 2004
+%%VMusage: 120000 150000
+11 dict begin
+/FontInfo 14 dict dup begin
+/version (002.000) readonly def
+/Notice (Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved.) readonly def
+/FullName (Bera Sans Mono) readonly def
+/FamilyName (Bera Sans Mono) readonly def
+/ItalicAngle 0 def
+/isFixedPitch true def
+/UnderlinePosition -104 def
+/UnderlineThickness 69 def
+/Weight (Normal) readonly def
+end readonly def
+/FontName /YIODHY+BeraSansMono-Roman def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 67 /C put
+dup 70 /F put
+dup 71 /G put
+dup 73 /I put
+dup 76 /L put
+dup 77 /M put
+dup 78 /N put
+dup 79 /O put
+dup 80 /P put
+dup 82 /R put
+dup 84 /T put
+dup 86 /V put
+dup 88 /X put
+dup 97 /a put
+dup 98 /b put
+dup 92 /backslash put
+dup 123 /braceleft put
+dup 125 /braceright put
+dup 91 /bracketleft put
+dup 93 /bracketright put
+dup 99 /c put
+dup 58 /colon put
+dup 44 /comma put
+dup 100 /d put
+dup 101 /e put
+dup 56 /eight put
+dup 61 /equal put
+dup 102 /f put
+dup 53 /five put
+dup 52 /four put
+dup 103 /g put
+dup 62 /greater put
+dup 104 /h put
+dup 45 /hyphen put
+dup 105 /i put
+dup 106 /j put
+dup 107 /k put
+dup 108 /l put
+dup 60 /less put
+dup 109 /m put
+dup 110 /n put
+dup 57 /nine put
+dup 111 /o put
+dup 49 /one put
+dup 112 /p put
+dup 40 /parenleft put
+dup 41 /parenright put
+dup 37 /percent put
+dup 46 /period put
+dup 146 /quoteright put
+dup 114 /r put
+dup 115 /s put
+dup 55 /seven put
+dup 47 /slash put
+dup 116 /t put
+dup 50 /two put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 120 /x put
+dup 121 /y put
+dup 122 /z put
+readonly def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [ 0.00100 0 0 0.00100 0 0 ] readonly def
+/FontBBox {-5 -236 606 928} readonly def
+currentdict end
+currentfile eexec
+oc;jtD[|<33229IfÐ"XXH`{(b$`Ꮻ2 Gy<\&MꐵCt+˅BJvƷmoϚ}^߼YTYC]S=nt9x>JK1'r6iX'l 6ъqK;KD#΄}T~^s-x:E7{x
+7RR{nc3
+
+8~1!kkkPݸdQQp^+%)
+鿟**Z]T>Uo{2/ ο¿F?
+ͨ_$y-c ͣ`tU/bk::?t\ZB񆉂+'2!~xk zdI'@UέjZo;31٭\DO.|:d{JEIP .#} D5i5ij]`NOwa&u% ז~9a<0˝)ΟO>3@bS}.xgp>t5 a,8BTjå27oT
+Y_ pG)"7l~떛x=<(lHW1gz,ֈwOL2kF5 >N_ߴӅY*iJV?w|4н8fL2W#<;ά9̐|t zm~ u=ngukD7pSm+yϹSPڌl}93ßȀet8$Qᔉo801dNX-R%)z *t\$:i۟oÌе{,X$[k'1īeav[cF_/ ](BWQagaswTÚW-8l a ѳih{OJ?B,oa_'U䷖*f Z֢ CSk^k+UHɅ;=џWx hӻF'HϽ ,I" N4n (ge~, ᣹,LCjx;7Tl
+5p??^-۔*o:B<E20ȈMfQKu 0[H 3VuhȻ(n9OEdgwo
+kQӨB^w`u$@_ǂV$Jh&*CO:"vRiaZ͒);I>h
+ Ȩ%s'Q9m]J/r]lM-գT,kok1huUWsbϊwό=N~lk6֊a3F诳_/`34~E{"/bLbWWjtXb}j1b06k&T'@2Mms؅+Kqcĵ֬9a
+!H_B5\)i || [.*MhҪ@`yU%rt+l\
+bf':.{[/Fΐ/Ҋ"te] ~caù4+~c%&VRAH<`"dL2QObr@U'\a3 DfɸGq~R'3NEw%l HZ,Iw/3E<!怐C]
+|s΍u(X!+Bc$)K3zdp(l5;ShgxpB?\Ɇ#p|
+.yD&pZ`d&Zd!Ӧw}3q->=ۧ#;`>w#[>]a2 ·PΨ#a4tNoFVX~~>W)3n+A1=jO5j+tՃh-r=9PPW--TʁY )ﶻ㬆*k9-V:;Hd9GӴK@"U㴸حǚ i4l.$bhhׄ"ks6'\{$v bK
+
+r)}~NV >բG|)C]53ʗT_JtSKߐEiQՍh_DtV |63T'䲫} luؑf
+^(܄ hA) 0B&#qۊ
+YGgvWZ`uZG.#b2yD˽X%>(-jsinD>ӅF刍_ MɌbH|{ya/P
+#L#Cɱ=>4c100BTt-0qR xvߑ[NdHޡ/yNVy%:S2ӱ-9FDP&uP6>})@ؕ^N@> fMb6R;۷ -r1'3BgJ_;D(4hqI'3rūqVp, wkе׸C"Br~ i̞cWbsIkB@,
+G:oӈH`exkn^K0GK9"8ŒϷ$lw\ShjjU`'nI|}o밲$т^<f@#et7\ N56_6߲|VF4%lCrGRM$EYCHe;鯞SlFmnemjB+#t f?^@]nS["}76AI<&$
+io^vxwb-NdX
+٪0>o3 ѥ unIpu\<tZ_5/]hc;$)?urpPx<;
+endstream
+endobj
+234 0 obj
+<<
+/Type /FontDescriptor
+/FontName /YIODHY+BeraSansMono-Roman
+/Flags 4
+/FontBBox [-5 -236 606 928]
+/Ascent 771
+/CapHeight 729
+/Descent -222
+/ItalicAngle 0
+/StemV 201
+/XHeight 547
+/CharSet (/C/F/G/I/L/M/N/O/P/R/T/V/X/a/b/backslash/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/e/eight/equal/f/five/four/g/greater/h/hyphen/i/j/k/l/less/m/n/nine/o/one/p/parenleft/parenright/percent/period/quoteright/r/s/seven/slash/t/two/u/v/w/x/y/z)
+/FontFile 233 0 R
+>>
+endobj
+235 0 obj
+<<
+/Length1 1096
+/Length2 3213
+/Length3 0
+/Length 4309
+>>
+stream
+%!PS-AdobeFont-1.0: BeraSansMono-Oblique 002.000
+%%CreationDate: Thu Jan 29 18:27:26 2004
+%%VMusage: 120000 150000
+11 dict begin
+/FontInfo 14 dict dup begin
+/version (002.000) readonly def
+/FullName (Bera Sans Mono Oblique) readonly def
+/FamilyName (Bera Sans Mono) readonly def
+/ItalicAngle -11 def
+/isFixedPitch true def
+/UnderlinePosition -104 def
+/UnderlineThickness 69 def
+/Weight (Normal) readonly def
+end readonly def
+/FontName /HFOGSF+BeraSansMono-Oblique def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 97 /a put
+dup 99 /c put
+dup 58 /colon put
+dup 100 /d put
+dup 101 /e put
+dup 61 /equal put
+dup 102 /f put
+dup 52 /four put
+dup 104 /h put
+dup 105 /i put
+dup 108 /l put
+dup 109 /m put
+dup 111 /o put
+dup 49 /one put
+dup 112 /p put
+dup 46 /period put
+dup 114 /r put
+dup 115 /s put
+dup 55 /seven put
+dup 47 /slash put
+dup 116 /t put
+dup 50 /two put
+dup 117 /u put
+dup 118 /v put
+dup 120 /x put
+readonly def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [ 0.00100 0 0 0.00100 0 0 ] readonly def
+/FontBBox {-71 -236 691 928} readonly def
+currentdict end
+currentfile eexec
+oc;jtD[|<33229IfÐ"XXH`{(b$`Ꮻ2 Gy<\&MꐵCt+˅BJvƷmoϚ}^߼YTYC]S=nt9x>JK1'r6iX'l 6ъqK;KD#΄}T~^s-x:E7{x
+7RR{nc3
+
+8~1!kkkPݸdQQp^+%)
+鿟**Z]T>Uo{2/ ο¿F?
+4U,e2g|J8MA@vc ]ï9E\J 轃DP7DtwV[Vᛄ1~ά=.1Įv< @% 2?Ӹ#沼S7:/nUc([oI 3R"!,Y^l!7(`jkz|VAa}w@d4W
+1ݒԬbݫudROՁ|e}Jk5l y}"!. :²e<w0nYU$`r=6sɗ,V].*n< ,*nI,#bݤaEA:OYx Qe^uaӂX.ҦW~sSv,leRNuLO5庈`K3_ˠ'ZejsOf(@Y^>]{B4{pOK]dD>eAUo.5n*xk|)Rfeᴶ O8 2kZܩw.Dn$1rI1? <ݍp8Vws[*_G͠J. '9 Ra+"W
+Eg(-נmO sI8[IwoE)
+HЅ!j[l|ҀPDN >Y;Jlb_I+[ď!UKEQ;>e V4Ԛ̈ubdZj3W_ᨉjs^ 87`%]Xρ3S[,Pn`B7W¦Q$fmJpcOT7,o"@C g\:Mr7-A.LsF+:^[\%=
+'Yatm>$^DsCDufzvDր%@QˤGJM,0pV2uH*n=<gAQO lO# >u9˞}~ZGPfHQ.ws|IrVIϛzE^_6)0?!>k[& b+?x='GJv).07(ػ[a|
+[SaF#,.}wJc BuQ+ gwzqԇ8`1bYW^"
+endstream
+endobj
+236 0 obj
+<<
+/Type /FontDescriptor
+/FontName /HFOGSF+BeraSansMono-Oblique
+/Flags 4
+/FontBBox [-71 -236 691 928]
+/Ascent 771
+/CapHeight 731
+/Descent -222
+/ItalicAngle -11
+/StemV 201
+/XHeight 547
+/CharSet (/a/c/colon/d/e/equal/f/four/h/i/l/m/o/one/p/period/r/s/seven/slash/t/two/u/v/x)
+/FontFile 235 0 R
+>>
+endobj
+237 0 obj
+<<
+/Length1 1066
+/Length2 23312
+/Length3 0
+/Length 24378
+>>
+stream
+%!PS-AdobeFont-1.0: Iwona-Bold 0.995
+%%CreationDate: 18.05.2010
+% Generated by MetaType1 (a MetaPost-based engine)
+% Copyright (c) 2005 Design by Malgorzata Budyta - 1975. Digitized by Janusz M. Nowacki - 2005.
+% ADL: 750 250 0
+%%EndComments
+FontDirectory/Iwona-Bold known{/Iwona-Bold findfont dup/UniqueID known{dup
+/UniqueID get 0 eq exch/FontType get 1 eq and}{pop false}ifelse
+{save true}{false}ifelse}{false}ifelse
+17 dict begin
+/FontInfo 9 dict dup begin
+/version(0.995)readonly def
+/Notice(Copyright (c) 2005 Design by Malgorzata Budyta - 1975. Digitized by Janusz M. Nowacki - 2005.)readonly def
+/FullName(Iwona-Bold)readonly def
+/FamilyName(Iwona)readonly def
+/Weight(Bold)readonly def
+/isFixedPitch false def
+/ItalicAngle 0 def
+/UnderlinePosition -200 def
+/UnderlineThickness 60 def
+end readonly def
+/FontName /XIMMJN+Iwona-Bold def
+/Encoding StandardEncoding def
+/PaintType 0 def
+/FontType 1 def
+/StrokeWidth 0 def
+/FontMatrix[0.001 0 0 0.001 0 0]readonly def
+%/UniqueID 0 def
+/FontBBox{-226 -2960 1456 1099}readonly def
+currentdict end
+currentfile eexec
+oc;j~EЪ%9.>XJٚмD"e?&oLH:]~nX%l޹dQ@a~M~EA˟V.UM؀")JY4қ UC92"\ܡw1rlxнtaA*`Jp[KUl|?w$"Š"|\#"w-Y߳ܠe.rࠝxіj)ch+KjI:,JQMBV/#AU6Z}˜FyC=$:xoڊB
+^dݓ/ 6T> =wMy
+q c!  5{9 2d\B!X` ,n?P6aޙ-om&y|K|Dڏs^u)Kew;mVU b(nRRpWu[,{I[ |b ܤ[ρg_y` kHze) ّCatb7=]w
+I/iQDyM)A[Š~jQ@hJ3i8}L]0woDGu^v1m g<fam㪥-k=z NފzFx2R*R_-@(&v?n4vպ+1<mb,Dp[r.$p9 %I9l&$k<Neq-n}t!$Z E(imE9|b-#+brfE5
+vc
+d[Z[PF% pYo~z錭ؒڰf!u.Q4+D j)] Ԣ"{q}>*SNS
+fnSD̂ x SxcTs:2LRσB CQT"#3l.BjG`K@/biuqZv |/QGpѴ2ض!V=G !g=w^$,
+ZHޛ4spV娴g{s`Bg3UAX6_0K 7VZIQΝpǎƘzjc Z 옟e{]3
++:))[ULobfcYsQ,5̭Fd4V`SC|Up )}|^<p}lGكwނ\o8D0n6>D<oѬA<<VӰ/30Bh InSPleTv*!5~)ǫٷ]95VOKHn3ƭBHsD=T GMW;h'#m B܆+gjMk!?4hکs]Z[|B^<oK n1琏ݴmo
+eZdᯍlz^{=e|y4\z^0
+Ԫ7CvEFE[ h@4MHԑOٚŬ!n}:[)[Jq"d8N<2 hBv<9Y)y/cnJęw) \Q
+9mY!d ]:N9Zf5}qqvE}A
+++t5PxZ@$uw'l!,T9YFCia¯w{#9y^3w*kӫO(䙵$[4q3|FЃvuS+3fV 9$ 0} ORX sn)f:O "&ţ$XPmws-ٴGLܓY
+T(-"oEZ™x dDDmB4l@:C#7ͪͧЛ}ޚd黫ѾƇ[u|*jNc ,RC2Ѽ/E
++v<ƴY& ћD)RT[ef= Z‹[zUL`mPv..UO "Z>%? mSRi'Y.!O$8,2/ B*XEDǸަӤm`^B;Bn7dG49z&kh`A
+ܣ8 ~D3ܘ!ͥ-
+$վl\s Zv*Y*|esoʢ9^H鼀IH<x,1\7T"B*Dbwg= Tg iIߜTihԒv&KXh%|[-b So\nG]: DB5[\!dBHX`X֗̓ϩ"vհN[,ЊLNZ.aJ>QH`?@S#ԩo>]NDd-CHOCcBȻ̹[30gM8_3஋( &`CC
+D\AdS2l*ƣih3>7dީ&Яnb#x_z5o(t;+.v7UNFO,D\b7Uf
+Q4cyFъ
+OuQ!tE՚u*^2XŒُtKd"}|:{Ow_.#6jJGشK[ %M1M]r]!1!cFQ VF.Z!z;jtfJGGJ#2&k(jXܞ"p^M 8Gό1(aq7ݘjsɾ| 'cAeCCT[]Qshz4xv~-Q4*i_ gʈ-7ncYax'0S6WX4e
+J 
+jnOYNrz=;o8"#TjDg\j
+)^_-
+9 pC431R\'qV20#7șhw
+Rot<GP|y2c/ˆ鐭1Q> o*D/d>h`j535'mT4U>'(ꄁS1USø&ae34 %ZJ %襠柎e5=Q<\c{T+]ݤ[aR6jaԖ[cg 7'B^
+Z*k tϦ2qNe
+nƗ0݂a S"
+rApHsMZqU-"N`.u[[{8^Q ‡$n
+9i%ŌVt8o$G./ooȻ Ha@,m:ͯB7pד@:Hڊnh?IHl
+KDX\{lz {k%~dUR7 s)O'?a$~5 [Q'T'!m;lAt%HfpVL?+.⮙q(Ź.ќŹUNsRl$7xt 8
+m+20u+p
+7D9
+yXa{OzJw"{gv*hZ ͪͧЛ}ޚd黫
+bu jZ,:5WYܔ="2UX gU C s\Yxe[ojQb60 gx曹 
+2DYrD!=/S4&VK19lBQM(nd*{
+u3 4?="P\5be|"0(##+n3p0θz`OPL``+иo7<`?aYaqv75{㟩ƮñVoʅ ~m%@Fi'cf#
+s?jD5S^Fs^Ow׈$3Mkөx-mRW
+Btz}G
+IZ0L.Cߗˇp9и5s(VVr`lj71x\
+xՅ^ݕ϶TZ-Xz(&1&4k haFܖn AN(ǪHk"QW9)BzcH6j 7Ǟx
+j\8"$%=ak4U)&*Ȉ`_]`|~so!U[~mƸ#^WhIet}jkl/C-Og).D7ȡ޶P7Uܿ̄밫g+6R>y8e 8
+Ge7[I cSRx>zm`aEZT!)<97|-:Oe+$D\^2)qR4iGr;y4󷒡%{B^ˌ
+/K5t7C+u
+HsI/-?H7f $HF:M'zؘ̥Zh{tΉXwqp,%E8
+01G׍OSu)epF3xQFS#f? <襑uژ<Bio9:Y3|` ߋK%<(:2"\dURGY
+Ÿ27q ĕ' KR:߲<\#%p\3F .ݪCW(0 G@;ѵ{l>Sr7B-eU]a VĄ5)0M#-`.(m>?]hܬ7LŏSQn18fXcbUܮZCt?&U:m:eD
+~54_HO8 -g#ap %=S A]`%/G$g"Eo+ɏ&2:і򚨮Q%1bիXiouGwmM#ߥ]93}x֖ S;:M$84֠(sU.`ǟ.#@"l4$$b~57c|=l|;K>’Sp*zKdeH8+_Xȩ8Uy?yT=wZ:T(e!F#| J-IbPd7m9dWr]0N==sؾPY=mR" ϣQ][CtNR%?m MN&vE>{@XP3߻xY'M `q8Q챤Ps$o1w17ʲv/Rw925PEUv~:qHc}2!m[=AψJW\=niD| Sa p4渕ȉ--W4S c5]~Z>\u~;Ϗl}wgt{7b;$"aB2(`<ҪUڌ:q[顯vaD< /Q^wiG7
+U!9HŞ0+eY+.E"COL`aSl8iO"R ,[Ap<HLf0zdJ;u['L!ݝu5ӕ@@l1i(RuNV0Chx-:^ Gu)D ql].WHFv+es'@Ҙ|F+t%oTeW[:!o\%U%:jC1LA6оeY78 %;Ժ,}:1+=e8X鵹hL)D
+ nb\V^}*i"(Wu)@ԣ#]b
+ DֽR-sC$r)?v&RM 9< ¤[:#[r9C뵏)PV!M*xk\snv@ jxFU^wyRͧvr -ݔJܚbY4Z
+,N0NHb4@^S|ZYjmj_ˤ8&:U<U43|lz;x՞ewyPB=KF12lQl8uz6Vɲ4ZkC.c5Tx$o}*_69(sBgvLNCQYtfCt~ B6ó@H
+hCU~?HE |;36GP= \ޞ}CYX1IMr+5=˺Q MCAt]= Z(D h%,f̈ې!-) 4T ?f ,r?Mlw Uoo!缊ʺ1"({IMS"h[F|{ꝸ8j>`?Ë. ,Hz_Qr?;Jk .v~!%x
+xNM@d-[Y\X[w]4n Ü sƲhc%9NJEa$9с+{^:tVD0&N!OP}SKGQRdž+1ݫzlHې;c#f=wEO|wws)Y'!DCOE ƄӐ( _pbxܧ!KdzKWBey3M^sif'6qQ@{akZfhC3KU<[٨ #*w`h)!nC:f]zma
+l]>!- hOIpBrX<ibgd}Bd('֎g:-'~W鑛^_8sԚe
+Pݎ=LrlTY~h^#s6-*D~:FhlḾϧ G6Èm,`'i+b
+>'![@Q 7Oܖ'PmvOQ;퉡}ޛ x:MPqY'Q,@,HɩfzGRb3?=lOyi4Dt[yyA{VPt )=K ' 6L#<5D5H4Tݿ\w񀟰Og^BzwDReu!.k‰ p \若PMyJpL08Vl
+5Xδ{Mg(
+kX'U#fd{R[=]l 5G78w(،( ,YfڅVݏ=*PDz7|AAJ?[ٟE6x2%7QuGٞB?MIZ˃`D gߔ9*`6#\;~=כ(lm4DZ
+V$2_+%cNAҍXHbsc >N\fo)%,+UGC|Ek3?|\S<a]o,V`K/s*P~bb"l;R¸5Qcxkk֪E[WH]6fGY!Ý|A ~sk44NK}㬁{+͗!-gLm*DW E|Ȏ,tE&]7 ,7",t)ʫF^pu`s50ɹD&؊Ɵw'/ 'ѳ>_Ƿ<+6r]wA Kd$xSνݬX 9d$9Ͻܘ7qjJߜdʩ?>b;]Էs~p^p|5/$ץ@.!Jj'HN[[d@,*L*oQS\^`
+TlI햪GFg\qf.bv_(_" 0^"*g#WIk6,uiK8;FdgN&zro50c96Kwfuk2%7m]2Ӥ QȕjvSwd>âٗ2-M:SSg~,$_q?#9Nv"̥M'k=rxc;֞?h=1S_[ժ
+6v\L\ 59/ĭ[=;z6Tgm! _NKycekr7-Xx~U~ˠ:xx>3iH!j z|]sC걻Vmn@,K] 8kǗ]6搛-Y&9i/:,G
+SC°;/#+:=98.+d䭨3+b.Xi-C>>\ *y ti8 h
+:ҁCR
+؟/*2c'jAٮ6?Usgi)*oI)o^`udv_}pdc$nukܝ` P@n禍xc#ijW#pf99Y83D1kAo濗^]m={f+m'R_a:%Џ?vIE* R4"{OLeKK{ ^9&:;!\̱+^ ~7atꩠ@ϕ.S}sͪo>\tL96}ϪڷX~r;.:: @-T:a jNCd"%p;
+~"NgA-~t/R]xZwZ-޴9
+*fٕ#uךGA/" - l/Ӽ58!@r5* ߇YEZm8$>n:I)p.yޞ!W&f>
+GgYQ泞Rߖ Q21-FmEcxSz?\:Cō)0KDb rX yBmk\q0-Frҫ_ FPkL%\e'.&vۜGyjz v-+3QKo#L˲/lj5zxL-ʰrq%Fb<XıЬ~N)I~W3΃Bk5,׭8r% sD[Y&e!DBj@gPM)'aPҲu*Jm>}B\dILA]?C_Ud_bO Z5/qpb9!uDzVG O*9d\))4'딾|@pmK0@.q1~y?vâWtg$,G*v\/<> c;f&Ljz+ԧZ4|M˞n6&0Wr<c%͒Od,;cI$R%M'ȋ%\F&Jc-
+PVQY8/h^% d^-|4I>RJiO6!>Ju>4 GD
+ոuH8}^̊"PQ![ŜwOQF"(&|ŗ V;E=9-F`d1*XfgPXx!Vw74Yfh<U^:Xc@8)ZL;ndrjAs0
+)Q:V~CGV'\@F{)ĖSx4Z縤FwHDZ$jk/[14dwB=jbeŴ<Sj=35DÓzOd)~qcWvҮ]f~řY^/"AQA5=)JД@TR'3a6t^g%shda-ј<md57OEA lml`MCm -M{f4I4I"Jq٦n]Mx^qg(8/YqJUu(pIzz|J]("Up`^vhER֌P[ru*uӬQ?anl+B>w9HwȊAzDHZ4n8
+t_ݗ3ZGPZ8iXLt<}
+]dJCPs<Kpl<89`"CzHײWh<PPȬkB`·ۗ*e&?;Fz~ 52qRE;^S}C@O?PAx+%⃄FOI:Svdٿ9ܟUAضw`m8)g{ A2OfQ:VNkD9ӦڼfڻO'@%>~u_3-~;@|:HM ;#=Nuf=5:tBK\^blpX\n3_9:&{HL=_ul]hE<==(%;YF:M8*RN5fJ_vug? yb"ɳApL޶Y-U-Ѣ4<]-[LHJZ;|uԔ`ÛjQ&܆84vIӘ}ً;ͽIH5#>(@˽ OB} c5?v.f5FTy" b@N%'-N5M+d93
+bpoGgm#,^~wQ13 ]Yݓy/Cȋ|ldVKP,0B *Wҵ)/̝gW
+,39e؋&BCV!Kj>c)cntz)knJC]ӎinkU[1g pD̃ ^.W, XVq3f-6@<qo˲>}'tҊ6aEҥ@[;D0G:I3PC;S(Y\8@p
+-l
+f<?Uow)_jCpnw`91F٤%݈=9lp.8PG~iՒvEz}"Qw;i-y~xTMcS^\i
+Y#222_=huGnʭ4 'v3,zM
+$ᷗ Mt5L4Z`Vt@?1iF(a2Խ1(+sǾ+ai/1
+*pL$:ڵ_Тsn4˅-PcK+-T&e۩5Ld֢\HJ6!xg#v>9Ĩ>|0C` zIS'&%>``p`^Q}CgɰSq|:@y @av@ޡN*Z0M_X_ռY
+\_>ne@բ`*(y'~y|QWMwV6ϓ<(ňdW ] T1Ѱ<A'ۘveP(LP$UIpH r{^mЁ<CWOҜZ6|%
+ .tQ<|.ltxSnhs8Nl)DmEY/1ٱέXSߑD} `4;|ʹ' 
+өӗk'%d8q$eh1/ˆ~$9A0
+{>XUR
+ǞAK^-\USaΡ&\iAzMs;M/@HW,8M㫧Xfٞ TEx\c?"a+kzK+篂h1gs+2Tpe:e$dӳ%Uw Q!j]>
+
+!W-eVEfRY#4^vgndÓ|`]g0C匳rW6V={U幰\Rr;鶣D&ayT
+|&& ou9*W+ o\^{;bBI2< .OGA6Y"٬{L6R7iShSW=:Va8 gԿ\@@ >[–h E6~l7@;T}QЈt!䱈O]dgZ_>Mz|kk*>U@%3Ҹ~ݫ;
+rJYLW\0[]pY
+l=m9 Nj]
+J.>rWǗX)lG6Y98tD/? :jb*j_ˮl
+W24CqMK>̴ Y;*Y{ C>ҁ/,IЬTm\V=QD9
+ JQ/!DPV|>ڝ[<`1z<A36yGdCozq8GK7 dDhpLf0 D.Tj3 _
+YL$*~Jqxo-ؐ*3]Rv0Ӗ򣳑lx@_y;+}/9`HM>"1ֻ*I@ MPa
+Y"g)k ;/
+H?rHDC.#Q$D8&1=4sIy)l t~T@súxqO(tE]HVz %Nm)xXyo{jd}؂}]/o2u$>zױ(aW#*^)""WRE׌ZS[Af0=p3kd+ծS sk[ (;zu B(N0֗ɟ4CY7ޣ`2 SZƺ: h6X.Jbs4D&%P;"$)@(Ɋ;I`6!xLJݵ=
+#8Q0p+<iRxaYgdWʅ68 @<Ϲx4slD+J r4Q_ ߎFo\d?+
+3(9RWrȠ%ݷ["d99:JVZ!(35v
+endstream
+endobj
+238 0 obj
+<<
+/Type /FontDescriptor
+/FontName /XIMMJN+Iwona-Bold
+/Flags 4
+/FontBBox [-226 -2960 1456 1099]
+/Ascent 700
+/CapHeight 700
+/Descent -230
+/ItalicAngle 0
+/StemV 110
+/XHeight 450
+/CharSet (/A/C/E/G/I/K/L/O/P/S/T/U/V/X/a/b/c/d/e/f/fi/five/four/g/h/i/k/l/m/n/o/one/p/period/r/s/six/t/three/two/u/w/x/y)
+/FontFile 237 0 R
+>>
+endobj
+239 0 obj
+<<
+/Length1 1083
+/Length2 21492
+/Length3 0
+/Length 22575
+>>
+stream
+%!PS-AdobeFont-1.0: Iwona-Regular 0.995
+%%CreationDate: 18.05.2010
+% Generated by MetaType1 (a MetaPost-based engine)
+% Copyright (c) 2005 Design by Malgorzata Budyta - 1975. Digitized by Janusz M. Nowacki - 2005.
+% ADL: 750 250 0
+%%EndComments
+FontDirectory/Iwona-Regular known{/Iwona-Regular findfont dup/UniqueID known{dup
+/UniqueID get 0 eq exch/FontType get 1 eq and}{pop false}ifelse
+{save true}{false}ifelse}{false}ifelse
+17 dict begin
+/FontInfo 9 dict dup begin
+/version(0.995)readonly def
+/Notice(Copyright (c) 2005 Design by Malgorzata Budyta - 1975. Digitized by Janusz M. Nowacki - 2005.)readonly def
+/FullName(Iwona-Regular)readonly def
+/FamilyName(Iwona)readonly def
+/Weight(Normal)readonly def
+/isFixedPitch false def
+/ItalicAngle 0 def
+/UnderlinePosition -200 def
+/UnderlineThickness 42 def
+end readonly def
+/FontName /URDATD+Iwona-Regular def
+/Encoding StandardEncoding def
+/PaintType 0 def
+/FontType 1 def
+/StrokeWidth 0 def
+/FontMatrix[0.001 0 0 0.001 0 0]readonly def
+%/UniqueID 0 def
+/FontBBox{-204 -2961 1456 1117}readonly def
+currentdict end
+currentfile eexec
+oc;j~EЪ%9.>XJٚмD"e?&oLH:]~nX%l޹dQ@a~M~EA˟V.UM؀")JY4қ UC92"\ܡw1rlxнtaA*`Jp[KUl|?w$"Š"|\#"w-Y߳ܠe.rࠝxіj)ch+KjI:,JQMBV/#AU6Z}˜FyC=$:xoڊB
+
+Mp]K@ʓGXqUm(9#HPv`\ͻOV_(m$ %O@
+iڣ.ѳ _b+zVY&KrSE=(ù޸v#jzĢ{V]o``qXT~pY4͜M_Vwx+WeY/h hanwR@U& L2t2} bxs%SoPf6js3 :_uԇz 0z(w3vR~78 '+8Hx䶙3}֛who:%ڛfѝip~Vvsl Kxiд4>aTM
+m5NK] n/lqD
+[ݲ` CD /%F\?0\jjs
+nV j="P-O,/$Tv*D8IhVod5.GtsxlD х| 'cWu2HB8W]mU
+Caָ{FTrfI+0a,<m~$BwR q;:[qJYPsHB>MA$-(=
+i1~PɗdHJI0K/u!ٞp\9PY0T[co&kѲ=pg%#-U$"]
+`P9:TaUmO~ٽPZMJp''LYQlb"??
+!i kC!R8*mZ6iqob*R%zͼ&\o6SH
+R_cQa'n!#O{ʺGyw-bm!
+ gK+B\KPVLL2-2N<qpJ C7s1X!QB$/)anBɇ&'r*  #mMyKeό.ܻ`OBsy
+5bL)N}i{`ujkp=^\F㓓=, nU D^ɝ2\oDE[kYy^KXS'ہ ! ܍ۄo7u:U (j,Dܮ7Jr@"ִ$[ƾl0/f$yAE[-` *#
+0L^HGcbFde&DP# @n~!QuopR"πaJA}
+]e;Ž.{:k;NXrl4OzAO:YEJ*I'oH9)*Oie_ 0$=F\9&5cJR`*J@l>kon^#< en5(l'n"a{1.dm.
+!)n;{FEcŅڒMʜM{hpB]D)bprpOS ~L. Yݰ>KL`r `B卯ۀuo2 oB~QGO.
+^TvAE9o*`:uM{EA)ȅtc$絣;/}[2(|>WNΏ^> ,K!=Ol^=Ēv>YsS-ٯ@xb>I=؛I g&gf%1FZd&ZO*
+
+Q 3-* uh%YwSfcͫ,[0Vn@jL@6Jh:5Lp\{(gQ@*x )O)*8 gH9>S9jCa7YpcU\"XOW6j||9rGx1ȭ&!ұ HWQ0k_TNJL`
+/K53\|p%B-΃ذc[~#>$kru>0|Q5<[
+T8Ϣ'
+MI͠v]K;A8(74pz_|?nλ͖ÿ/:FKzɖȉ#P5_k]I*7U'B#|S22iDivyo'sj6#R|q9~AL,BL7f;WZPS a('~2^l`k ,\2\`r?^ym~>6M:PNg*OX 9֡0g
+~ }quiRݥ1Ww\\TK8lsMJ< $ bP Kv?ޖ >o_R!^Һ%cAYo;>+ JD
+ PH2EsTc@X5!}fuSsi(Q+ wY"*Uw
+WB!y(^>BͩKRҚ{_tUFaf
+7_+vyˬ<c!]FZᬷ87w9mi)ݔQn$.ϵvot~<,;eg0GkO)M_ *ņEGC 6mW#1x!:):sLcV]!]O`6_UZdFIE{oH<J k^ޚ[n8ǎO>Ɩ^ c8vxko6(zR!"Z_^~eE_P>"@|0Gyfg0$A_-|HI4TmѹR7kgAl;?9'{!{Er{m \N܌z'Wu!.k‰ p R~XhVf~}oTܹ1KUa3*!E4
+rn\0HkgƀwigY'u }W1RZ,?
+PV'S%2X5LrA{p%ğ.)mDCÂ2跼v ؎gq3Sd
+׽Y) C Ò¤w6Ws}w Ӧ7W]*JO-9
+W+m!ι+MNOеB
+
+{Rt^뎗Ѳpzs{%y֍ b⇎c[Yn\ Uy&cKXaX3ݎ
+8v~0lPgƒ:_7Ash^K)z"SuzjSW7[PeB¼nݹhjYUI΋.7jKCF;C\L64ZIqvknZU˚
+}[p h-JFEGHĠy]"Q5Q.f=R&2L,Jl(t"~㢏<A?L0eVs>c_vqkN:<m Ѫܦ
+~"NgFlY,', v~ER
+J3o?Ћ{Pm Έ9h.e+G!LeT^SWQ-ʡו.6؀~.?U0҆{MZz~8TQR=i&`t(aPŒd,>#ʭ(a<logOŬW Z?-_Ұ2\v{ͤ\d X? p( ͺ.hsv{ T?
+MVfY(+]vzq',56tH4X]8XWxzlN|s8g7,*mٿ/:MMZ@zj_
+CZ 0 `LpܞzXT+"P:Zui{4$ftF"ٔ]R1bZ>K% oJ0]b&` $Շ:Og Lnr!m-+v§J)*6}܆qHGJ3!t5,hS3`ʮwGvKIymB; ǧxU ;$7W]{PC8
+ 5s {lF Z ec?A|(oӦ"Q6x Af֯߃+M e 픽͊^"])S+.myAs_VcQFe7[I c§K*2_3pʼnnH/,/jj=A*};h0c3Y1@t>wKj%yG)ek }O֤bH|rV%!'%,Qĭ&C5vz f=i).NAM‘Q`8CmB(f0{֨uq7R7nmpXm`H,Q^-].µX;qMǪ2~ G M}Bg"Mu|V
+l u&}
+Tf>Ҫ@OE0rIljyF=ݔ!xRhoϫ@۫cFX5W>i
+sLdvdc#SaF
+҂' p)lL);dkj,YݹzYrI]~Cex`tXl nn z:8e{3}7 H;`IQULWAƆcDMC ^lYnD5Rđ&t:.u'H%q@fFaI)Kh6~ҚZNB;s48= RfVkŻ>}
+"N"/j1 z|{w.)S
+FTF|-rcޒO"c ;;R Ve)Zsj4FcYMɂ)8
+iLI)(ߨ/U 25 @hG^́S:vl&`hNa0sj:Soq0Yt
+I|q?NO`2:nĆ#,a.#O50.?Zq|ko)eʙL 4pA}:
+ 0ptNQ\[7А=)ہޝ?Ɍ!n{ C$ΤZ"AԲ_ _oJj0g| A&߀1SVOb_
+/#I18𺕲H u=@sJ!Q =d@5nr*2WUj @g9cc2#L򈖰 :˝|JzH$*gq6LDjwZ|ygp}Υ eUC#
+E&94@~'Z]V
+x{冓>MR繏F<GSIfۗEk0*T3`gTh=s|-ց$m[УFf۲<T>n,UG8jE%g
+iE4|y{Bdೀ;Ȃ @"͛b?Wt68Q`H1ҵzd_5faz eO8{_{9ׂX@~m%-q:YG*rZ M6!6o U9pQJ%riH[.v` 0T g]NyM z_O' Fw9CzRP^EP+T~`J֔qk $
+f:c3ɳ$鞭WlXaS!Ȋ؈3`O?+")N.9,XGFDz1A~WBp 9U׸վC|L{ ҂_\ ::=p~>H<^;[!DsLR[jS^;;1"c%|PPh\CMN("$OZ%PIǽ^eyKѼ P_5H3@M(h,li55(j
+&TiB:R{x~W j:orF.1f L &UO͜ƒu
+cۀ!]"~ʝYWWOh&*3֗>#hl[JO,<o*r}j %mv?
+MLO:ӆa l
+=b8jajcr#@DjpA[pd@ݥOTZN[eRx`#4x'үE7d2]IuЖq)Ls+Pr`LЦmrS8*g1E@zG}}&I媠W$]P$T%.3Ԧ޸$z[L_Oq2<vN%Ȭu
+rp<PzOաL|z։X:=:ZH_ҏS NyZDZw|bw6gs ̔ Mr,N1ĪM"Zɥ{\nfG d,} G}atR1>cܗ-o[gˏ7QJ$-Ӑ{v.7(7S$X_ ~k?v)f$U&N޵{a) //&} f
+ d>TF3LT$;Gǀ<TJ[˓@
+kXppV_b,
+Ij0oR__DVLH${$].E4a`U{ɏH3]d{ۀ 0j@Lg ncҿRӜ~PKӞt8``y-3оvbd7%带qz_ab=֠FYi-)e, Ğh]HS?`
+h7D`SUe&rU=e ۢb,o+$˽~ngs dqMΠ02BJ4t-^<e*4쀧g(}[cL#2{_E%n[WӕT2 whFR%C$L<`3Q׹;3,j!tDYuLJf}St$~l ]o ;G3'[[al 1vz1D@<
+Mߋ#MRq
+өӗk'' ֻfݺFhoܨlZT&Y>f՝>Alk@b:^58쳁k|eOacW毫W:-6Џepv'<tC;[~ 0s>+i­^w`FJbȻ̲6P3|vZ21b1d&s\ڑlک(kxIZdF ʏg̷
+w"YMA/}^̃pHg1}ٕ_aM9ƈ4|t@L)dه/6S5%e,InKT|p\GTS}2q既fl.:Ⱦ#0"S
+o-AԿNJA{&`}l*%;N O GhKh<ŚGd+p;=ncvTKmsR=
+R=I7X;<fP-u*400(S82?bu7fKtp  hc>M!\ѵ?
+6$V]w W\2M,a3@ }We f
+U moT$5<pah$o6~^j84"uIkW6ݎ#g}j&&g#q޹apE~M).S =Ft3%<]fiwQ?h )t )Cfb$#2HأFFN
+WwYUz+9adZ}/ݐ__/Y2Ss/ޘ4O*hkLYnޞ!W<m[~V-`>/~ճl:>1% {hS1řZRMIu+r6 (9Q{nVdR %6ظVb-d/^դΨkG:r"hiIl|A綞j=IV-ɈlM^6 D6 7S_(ƚFWbq69@ms &VfWΦSX+??E]z SJ$t2f
+DJ(T;.5 rOWG_X.Jm uj󨱽2߹HwI\]T;`[r)H.EdٮT"EQ̦9& #28uE'ٷ·o`K /_0w)4ORU唫 ޼m:23GydO;@_u'!b }2H}'ܪsy4NxK*zD QdpƐC3cpaR+QSj֟ $Gb.gf2-Dyq{
+o]Ҧ5Pkif= lHv#
+A)| a<2Uc:n, rhW{kf4{V[0VDwVGk/nǕ!b#i`Xc`J4ks'$r+t7)IFJkmHYOjAw(dBsъXK4F[1zZ ?Ir 8^䍝}}Xـi`H)הt8Qe.|y"b1=}͎tKWvټT@P>U9{:ҜC6Aˀ=ȬLvU<PEgBMGi kFXQM]9r5BZnzԘ./aBr{TiRV
+$eV^53'~AV{:F~)~Y2S[:ě:/ѦmWe>)4 i
+^`sfp]v|B/5ETrKOJYGTkv^G4 7O||h΁H(9j
+e
+[-' 8'
+ zySen@݊<Քƹ% 0$=ׅU9} W1 aIWj
+:ήZlϲ-楴7@Y^V 4:O%cOp땤7yJ1U9]pH҃ߚf !(ONKXi,rS"L@B;*h;,q1
+o1ZOA02y09MW vl>x!42iԗ}dpTa[ܿ;]+YT=hz73ju.h"ff#%2O)umer{g=k)žFֹo9R-Iyn= Jvxq Iɳr0athZhr (^֗֓|:{5>CHi)0;7'&vC(YS\/z&"J#|laӴcY[DH[0G O9%2U㼟KwkzN(iS43&̨G54kvQX bNwt&B!L54#''%-arO_h՗ȫwϜ3
+!>
+ *<V@ҹNPPui -Q*GmV- :|_uߘ!㌃xH썘T6V%8oTvmw~]ݗJR%|Qx
+mݝ$ : {T;K=^ФdDPL"~4nT"3axt9kv%vqþ +1yjX"M
+5dHO~{t"sçdI(\Î{H
+[fk Gׇy<(waѤv(rsFX
+`Ǧhl%=/;`Kˌp yN)G
+dbr/E!]5
+endstream
+endobj
+240 0 obj
+<<
+/Type /FontDescriptor
+/FontName /URDATD+Iwona-Regular
+/Flags 4
+/FontBBox [-204 -2961 1456 1117]
+/Ascent 700
+/CapHeight 700
+/Descent -230
+/ItalicAngle 0
+/StemV 78
+/XHeight 450
+/CharSet (/A/C/K/M/O/T/a/b/c/d/e/f/g/h/hyphen/i/k/l/o/p/r/s/t/two/x/y)
+/FontFile 239 0 R
+>>
+endobj
+241 0 obj
+<<
+/Length1 1614
+/Length2 1605
+/Length3 0
+/Length 3219
+>>
+stream
+%!PS-AdobeFont-1.0: URWPalladioL-Bold 1.05
+%%CreationDate: Wed Dec 22 1999
+% Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development
+% (URW)++,Copyright 1999 by (URW)++ Design & Development
+% See the file COPYING (GNU General Public License) for license conditions.
+% As a special exception, permission is granted to include this font
+% program in a Postscript or PDF file that consists of a document that
+% contains text to be displayed or printed using this font, regardless
+% of the conditions or license applying to the document itself.
+12 dict begin
+/FontInfo 10 dict dup begin
+/version (1.05) readonly def
+/Notice ((URW)++,Copyright 1999 by (URW)++ Design & Development. See the file COPYING (GNU General Public License) for license conditions. As a special exception, permission is granted to include this font program in a Postscript or PDF file that consists of a document that contains text to be displayed or printed using this font, regardless of the conditions or license applying to the document itself.) readonly def
+/Copyright (Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development) readonly def
+/FullName (URW Palladio L Bold) readonly def
+/FamilyName (URW Palladio L) readonly def
+/Weight (Bold) readonly def
+/ItalicAngle 0.0 def
+/isFixedPitch false def
+/UnderlinePosition -100 def
+/UnderlineThickness 50 def
+end readonly def
+/FontName /OSDCME+URWPalladioL-Bold def
+/PaintType 0 def
+/WMode 0 def
+/FontBBox {-152 -301 1000 935} readonly def
+/FontType 1 def
+/FontMatrix [0.001 0.0 0.0 0.001 0.0 0.0] readonly def
+/Encoding StandardEncoding def
+currentdict end
+currentfile eexec
+oc;jtD[1ƅpTo9`.:ypJ*l'e}#)&7+/^ W{LZ60VQR^λ3r)#v$p~c
+s(kzO1>5-rBH@eTcO:bIeؗ
+ӿELGF_xiެ5, +T B).sLUt
+ñ$)L xM`0^Ӻ[U[Ѹ\ P0ؓ aW;] ۟e&6&~sD3R=RCk ʋ6>O2S;z250")cށd/Ar;K8+f^9EhpFRtg,,zfx05z lʢж6\E+POCj6=,3 .
+f -
+kDMuX2+mQM'Gj*4<#BLlN ] K[^G |hLV86K[S>Hw[saj_:@A"D"Z0fڒ管vrVkOC5&l<
+
+ q\2O=%U
+eh}lxSk@lp klvnkPl |mfҘ:L
+i<J ֔]^Qp \Kr>,̹y
+Cf XdnQ?]T$ F,/J3M80qBH _?h's'Fpz
+endstream
+endobj
+242 0 obj
+<<
+/Type /FontDescriptor
+/FontName /OSDCME+URWPalladioL-Bold
+/Flags 4
+/FontBBox [-152 -301 1000 935]
+/Ascent 708
+/CapHeight 672
+/Descent -266
+/ItalicAngle 0
+/StemV 123
+/XHeight 471
+/CharSet (/hyphen/parenleft/parenright/period)
+/FontFile 241 0 R
+>>
+endobj
+243 0 obj
+<<
+/Length1 1616
+/Length2 20236
+/Length3 0
+/Length 21852
+>>
+stream
+%!PS-AdobeFont-1.0: URWPalladioL-Roma 1.05
+%%CreationDate: Wed Dec 22 1999
+% Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development
+% (URW)++,Copyright 1999 by (URW)++ Design & Development
+% See the file COPYING (GNU General Public License) for license conditions.
+% As a special exception, permission is granted to include this font
+% program in a Postscript or PDF file that consists of a document that
+% contains text to be displayed or printed using this font, regardless
+% of the conditions or license applying to the document itself.
+12 dict begin
+/FontInfo 10 dict dup begin
+/version (1.05) readonly def
+/Notice ((URW)++,Copyright 1999 by (URW)++ Design & Development. See the file COPYING (GNU General Public License) for license conditions. As a special exception, permission is granted to include this font program in a Postscript or PDF file that consists of a document that contains text to be displayed or printed using this font, regardless of the conditions or license applying to the document itself.) readonly def
+/Copyright (Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development) readonly def
+/FullName (URW Palladio L Roman) readonly def
+/FamilyName (URW Palladio L) readonly def
+/Weight (Roman) readonly def
+/ItalicAngle 0.0 def
+/isFixedPitch false def
+/UnderlinePosition -100 def
+/UnderlineThickness 50 def
+end readonly def
+/FontName /UUAWVZ+URWPalladioL-Roma def
+/PaintType 0 def
+/WMode 0 def
+/FontBBox {-166 -283 1021 943} readonly def
+/FontType 1 def
+/FontMatrix [0.001 0.0 0.0 0.001 0.0 0.0] readonly def
+/Encoding StandardEncoding def
+currentdict end
+currentfile eexec
+oc;jtD[1ƅpTo9`.:ypJ*l'e}#)&7+/^ W{LZ60VQR^λ3r)#v$p~c
+SSC3R>Nn'Р(ead/Bҡ nKs w8H3ETzXHW}EpsgcxHSAB]& *P>9ݚ.TZw^q$S QgX
+`]NIHΣ{+#ߝ逞(BUnd/* oxq{o11H(ϖ [v i'j"E`$̷И8Kibj{0eLUluJP, if'۪h7 $6༊:fW<6 -%)p\eja\"9!g @GLms0_JEn|&$S@\m<؇uZ=]mjX }i]P۸]'`L}Y>;hdg ol^kiEbЯ'AvYqe}
+6ek@=}-.؋]z=׉a `QGi `poYM2m!/uzW,Ҽ$uHŰF0fuU{UP|Dg5h᫉dyÔe+Upg< ?au*Mrt顺2F!Nxqb$W{
+z7i.
+OT6o[4Ca L'SD)a<k:_CZNO6\o7EcnsP=
+~_[ J-2 J8?Vi{S/[pUߍ8_R`O 2բ
+vpR3_XHy(R ~j.=~ {U{pV8zL 6gӃ&1BO{z|X`qO`x
+. "GkDWL`ȍ.`ã}_K\gqP_ >Q2lՉ:\7AOWKn9Q4+*ek KhO9JgOj$_H[0]m_M:3deDh `ë<3\b(@t@**W9ʌ;/PզE8|5~EfC\[n^E"W-y KpQ0ҳǗ%DdeuyGR]b7(MMϘѸ/Ъ!"!qC*ZRӐAukEeAx4ybWBb|)т-MYŽI<|lS r u)g @ELp'p['`BcR0 $BK4
+
+UO–W ^^S;gD
+A)-8BOrUa`W,Fb~0>FaP1Gq@ZCF~VX^ W!cm臨E#p
+^@F[Wʶ,'6w '_f!!3~u)v#j)=y{
+4Y[Z{+G<j :R>#AT&𙟿P3fWN(dޅf.%D68q-c ll\ ETPV2`ɓU (@Ep񻵸C
+84
+RoSVE y!5Yژo<yn/Q%ӵn|^rM Y zzmX,8Mjpkzϣ)]9Q.#?{zX-ֳ]*^_Nbs5F풡TSU(0\Q+~"
+DRK+~A5 Îmdʉ-xW`@*uXFiF7.d; Q͕EnoƁVr?1^
+m{dqNYCـoLcjI'MNmBt#=qUMO{JJ_),>J5`Ǚ
+|*k^`r?dCk f,)Fkfr5x3v~[D Xr ȘS^am ӉH
+PîLew; Špm}xt7$ 1쵗+ؖYI앇pjSBDrn|/R]g1g:ȍ{L_%ESbA1HC#7<Ѭͬ3*q[FQGMy!D 6L@0d×zQ q$r3&`wMlwfkt|kRjfK(ӑM /*>HBRI)~@RY息y C^wʙgɓ:
+VE_'IU=$edKpǛ*&=)0<UPr! \f~0^,d3u
+
+N7{GTjuy_`۱σ;Q1/>[ ^&@TOk쒡,aiJ+*
+VdԮ>yS_$h؍U)Ї7Da|7/_JQ:~̮XNaS{ ;8yGа{22nm"C.*P|/fmϦ/AUMa7 3"WIԸL@(E)}
+%/@ c t:~.AC;ELghiB'{IX&r
+Ʊ" F%Xwc5i0iI+A ESY(
+{ ,,()>t.H~ '9NzL[jf?K4yʊ_F.ɼzf}'-qe׾GWS)\exFT%0?Iy"ʧBN/^A-k8`Hލ5m U
+e9gbgnmC*W6U?>jGқz[VVUxfw{c3t tXaR'HY?yϭѨIx _'2~ĀSSSck3`3cJ:u(BKpS6u7avuj{
+G]@̖dH SzV<ڐ":FagC4w_@oG..HC
+ Gg t4Q3 7yPCŹs
+3ssJdpw\y2JUG](^X<K_́! vl+ukMÛB sΐc<gH{
+ˆ",Svl@.3%]~{삝:-wKH/ְzMsa'Ix)+wBᨇZ!f)L*<ܵsYu/< (_¬rݮAfzp> cce.' !.,,TAqA7=9*8^@4U4Mnģ f%NPGk^0<@
+FkZ2A
+|<iiXL$5es.$I:Ï*Z UF:%sOmc0/_җiC$~\2*pq,XҸK*Ӵw .^-Ra
+%Odu,z7@KL1w=T C:dzoYu#쥒- YRq tp?RDJx!aKڻfpa]|0@rW.Scb>q~ę|?˨9pE{02bs&0⵩
+%ИW`DNq%h[#Ǜ]b CoY]*ij^‹FQQYo8^@`hK5<uK
+T!`jܼ6@w"6nm
+щύ PL[">bܢj8h,i!TIH3G^t Lk/E$QMwf*m[
+
+yqJyhGqv/ZTZs.'mxLD [ ff
+wMզ:KRqgxHSA=?t6Pѣux9&#?R}ՄEL[|t `[[Jy{CJq1\!6-w"ԲaXje6Xujh!uZ/2 ]ڼ5ioUuShll[Έ( N&?G{s{x?2)H[E2 9-^ae+<4`%=k5.C\*13 NgzXRZeWV1MQq$p d1,€alwƭ&5F|øJ'>%o(NP&I5g5Ü';*Vy][X*3EV2բ,7lsAFhN:xu̡E7Wo"s2X80-;r$>Ĝ,GQäp4
+ܕ !;hǑQzN Z.*M8jjP^/O#_hbGf7w F%6tԃg~ Rf`Gq/N#
+*mΣ[-v4h3`N
+Z$kc{mf&doMmoEF{䴷w<t3.Pnڷzԗ<8-vZ$7]qa>p!I>D
+I
+9҄_ìi$yS D/ jcċs%i.`x.UfٽAQ( "tLq!t"_StD'@t92^FYpQJ8ٰG;ߒ0G
+2H>vm9/j}E Tۂ,nV~YprT.u䂑:a%xB?F<__?@_tŜXM]ǐi5 !k$d1u9b`krC]/g N(
+~_]8~QBiFP=ihe?ڕ]ab`go?ca _buigg[
+d.d32i5*Sحަ~MSg𥭇RCAx={krJݢs0z_ ~w"l8<{,Al[ӧJfWF
+ѵOL{>lǃ.Tt=/ԃ 0'%O/JC/΢_| q#+5߇J+o#,U8ME+1MC+C۔Tc2cÿaиvEM>#PU–9¨f]]FK2x޼Ҙ $0 } ۞V\svtF@=+Z?B1/$h_;-[+v6 N PԳM[ҿw7<WJ|~
+s!<o}b!?
+5I{zUV &p_ 0~$q[w>d*N6ſ`0Kox|4_ JY)SIYE|e_=WJե~3# CV[ye%S۸gfz(6ZW_; N2Hb`6ƆʈZn6)СC AmRpA՜3P؍Y.RwO>wPIvx.o##G`O>
+,Ut&g!+1`g扉cٹqeVvcmGGvj· <f()_pzZU6 >dSh>cz׫ 1T<XHrџ-~OB3qHYYL0* 2@_iò=c%[C]|ki±wHJ /,ΒQ68LN\CRo۬Ps$C`\y$P-K":>BB=
+74-0x&w +#xV
+5g8 I9ΑpKL+qBbK5硱ǁ7ז[a
+1Cbh@Ap+0優pQ3^TL]lxaW sa)+% E.Z,U DuR
+'x cTb66r$Nuik NBMFA:!<B@
+-RkϽ rdUԳXP,kU>X&q'b!;:1E21
+.]) a;gZ
+]<0g=u{Isnc^s<[%SZWD]:e  VT튢t1ްTT0۠@YtA@> usHjk[CT!_#N)Xs@ZD<bxuVwP~*HJkqN*d B 'HMA|E)G;Ǧkr1UG !6/)Uod<]#ٴɪ) Ǹs쵾XZ^qQ/c==]3H;5VTb%Pg=qQ8&*z>}ܧG6iG2pYrM|0~`~]yZ*gA>u+ Og'1Sa;[MO*3dĚ^逜CbsӺisbqB2f}Fݫ#XA&
+XF|/1q3+&Qb:vkc#"+rrh.Ȃj0J.mrKסgD8c%B4 %Z\J7y y#b8
+ .k:8<irƾ2,RmXp*&zĚ碌J8> W $i^vis=d@ٯ A!e"IΠw{~{T<KܙRo+׵)5A3't(8i'J ~u$>*Rb/z6ևjKח.G{3s+Z )I>>>׫d.
+i!ʻ+@hntT% gϓVoPkxJ$t)emPUXW(_] z]#~2H2d` jWvi^vI>^UD0Q[~Paj#Xyd'*^È,HD6goq-2 QS<BbE=##݇Ax@Εo9=HܠYo:M31Odq[<J ٞ* Wi݈2/(|vYj9@Hub֜ R{h ?vݑeKpa~@QxHH#i1>g'Xe۹Tmg{:>$YjJߌP+oz*CnyMni]SK}DK`WZw "-^Ca?#ȼm끅y~qrâ ArG(+5(O$' GTK/t,R!?նwyeZҺ
+]ךw`7-tArqXRj܂AN8MaP~h.z $Q
+y.!;Q.ΦmONf%xW6|JWA?@#ϙ[iN֖u?9&5҆^eϰ]t%grgw:up.zLFgK=S7a 7d Z*~ORb''^ ]h AZ24D l8Яlp]S@BR<Jهk
+v JWoa0kUC)zS\<Q;4X5q,Em=󧭌pWwyPR-z[
+Y@ oЄO}Lɉ՟(nb9ٰOc 3KOһYkͲtӖXd~|k: W΂復UJ1ioDA0U9
+endstream
+endobj
+244 0 obj
+<<
+/Type /FontDescriptor
+/FontName /UUAWVZ+URWPalladioL-Roma
+/Flags 4
+/FontBBox [-166 -283 1021 943]
+/Ascent 715
+/CapHeight 680
+/Descent -282
+/ItalicAngle 0
+/StemV 84
+/XHeight 469
+/CharSet (/A/C/D/E/F/G/H/I/K/L/M/O/P/R/S/T/U/W/X/a/b/c/colon/comma/d/e/eacute/f/fi/fl/four/g/guillemotleft/guillemotright/h/hyphen/i/j/k/l/m/n/o/one/p/parenleft/parenright/period/q/quotedblleft/quotedblright/r/s/seven/slash/t/two/u/v/w/x/y/z)
+/FontFile 243 0 R
+>>
+endobj
+245 0 obj
+<<
+/Length1 1620
+/Length2 14398
+/Length3 0
+/Length 16018
+>>
+stream
+%!PS-AdobeFont-1.0: URWPalladioL-Ital 1.05
+%%CreationDate: Wed Dec 22 1999
+% Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development
+% (URW)++,Copyright 1999 by (URW)++ Design & Development
+% See the file COPYING (GNU General Public License) for license conditions.
+% As a special exception, permission is granted to include this font
+% program in a Postscript or PDF file that consists of a document that
+% contains text to be displayed or printed using this font, regardless
+% of the conditions or license applying to the document itself.
+12 dict begin
+/FontInfo 10 dict dup begin
+/version (1.05) readonly def
+/Notice ((URW)++,Copyright 1999 by (URW)++ Design & Development. See the file COPYING (GNU General Public License) for license conditions. As a special exception, permission is granted to include this font program in a Postscript or PDF file that consists of a document that contains text to be displayed or printed using this font, regardless of the conditions or license applying to the document itself.) readonly def
+/Copyright (Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development) readonly def
+/FullName (URW Palladio L Italic) readonly def
+/FamilyName (URW Palladio L) readonly def
+/Weight (Regular) readonly def
+/ItalicAngle -9.5 def
+/isFixedPitch false def
+/UnderlinePosition -100 def
+/UnderlineThickness 50 def
+end readonly def
+/FontName /EZTQTY+URWPalladioL-Ital def
+/PaintType 0 def
+/WMode 0 def
+/FontBBox {-170 -305 1010 941} readonly def
+/FontType 1 def
+/FontMatrix [0.001 0.0 0.0 0.001 0.0 0.0] readonly def
+/Encoding StandardEncoding def
+currentdict end
+currentfile eexec
+oc;jtD[1ƅpTo9`.:ypJ*l'e}#)&7+/^ W{LZ60VQR^λ3r)#v$p~c
+(H-kx;u mCwWU/3
+U@?$r8~L*vV)U'
+ q!K:FQ&>)R@!bZDW%aԟ1IV<'+D-82uDڨl:rigy"=|&58:s
+fyǘ ~ioK )Ŋ<x.|8f\s] zHev]藪Xe4sd,YK]wdz[*&[#[%HS,uU!L^hAG7>&V6Ĺ t\{BBٹf7@i'"5"M<_S,Dl6@9j+M ؞JZ ZM<-3%{ֆbƛi0AM:Uж<q {NQPpj%E4$8<+/Nn.xD6Mcqeo]_܃zuwi&P2hgġuKq:o@jˉښ(Ҏ5
+58ZI +H+]a$Qx'I60a9-ԃX!҂XUWڶy |?U7%~=I-X4ҺR;xS_sME֪h~8rvċFl̃Y'ʬN"_[0s|_Sr*f:) " 4/â0rZ*_et`+}0c1Oraqx;$7jҸTW~jJqbT#ڔuE(#d-]wMz cj&yl]
+ݽ(oʭZWM\V|s.߄D̃yKV
+>C_FZ$k+/_93xۑ!ןa|vLS@RhK
+!3'pۜ1?);Я!Ybܠ9,Y;BJKaoxyYn!-p_κ(#DT?p֬oW6r;!Jq6)<$C}?TS { ƿ톓/3nb
+jw*rɰR[t+͵_i˷״iS8(.8,%LUpu9D@<'{:Y7Y:,T2]Vhh2V7/j#`2&#nK\d"z~&39LU
+-(5SX"M; 3 )-!| T}Pdc]- -bb֍ [oQO~wiD
+줢erL]&2.ŢK,
+Q"L#]kJd+%NQ&7eI䂖 #_k]TRezZMP65ܿ_G+Kp\+]okG!ԙ%I3PC;S(Y_
+c>d<@@d͓E%L3 bAk@z݋_^^]z/D 4ҷE7ʘ^pyﶿ~0B
+gĽ"dwrwrh/)Cʂ0I)A*n~I~ n
+)KBIGh2;DoWbi-HOvGdE f{B|2]fט a2 0ẉ/h~ nϓ• ؤ)ܤ<oYehx7<$p8wA
+G*ڊo1*lΣR@X{6ˋ;׭a#ZXPڻQ& ?_Wp>}y?{ŭhOS_¸Vv;1Iv5TIP?gt&xn $T,%?
+&I閟“uq
+s<i[?:27הz
+;FUBւ/VNμ!QEymN6N ^s6I~@4@3U8b $J&>*|;[s|
+gEg/BK.fJ?*Q:øܶr0Zy=WKႴ`/5kv}
+7ŗYsc\'`.jzp՚<#W6Py 9͈/g@Дbf1[T<DȒ`3-u>^0MphԷtbLI/s@p#3WB
+i1TF
+@9.fII![{|i:#$C%mIfG]$0=T $s Zx9MΏOj8Œܻ1vDu/0Kp9f_K&W #"Y
+Z
+fhevlҥۗ9.ڰR|ezG=*Ӕ&:tH Q
+q"
+US3)ī13<8(kx:.8;#Ⱦx B
+2z`_kŖ1&"lTM3@6Qa" hmJ$sS7~ш#;Ҝ|wC)5Nfm曑t\$ yhz?A gnr#}K^9)۞"mg|A.mxX|f
+K8Wؖ[n
+XrŊн4UI]40yPr'aX낖/N, DZ͊;Kju,.bvT5K^8)F뮭s-;RE khT-_>U'$,uΒTU;]DZvm1PHF|kbjR ȂB.2ptTS?)»d}w4
+6(<.KUf R}7ND~$Vs~~m_P? ;#zqW*)Z
+b( \k 3gK';!= |ݷpA?X۹V-h5L ." uZ"ː0isAI n¥csV:֥&QX2@hR,Bva G}؎a " ~iW;cK>OnW/I32})$L߽{Hؑe<L
+8%X@)mOߏZİ_o\(ES }l5RGf
+!X,g |+\d3^)
+ќUjF
+2!L
+ 6)<%BiuIXlohCD|MNBz/ -m}ʢ4ZNC:@5ell(3>~aN0<uY9Y[P\VffA֑{YɐibqVӉ<Ҵ<j >#aԥZ-b!׈>[I(ȱ׳@yS(Fu`X%μ~tKR
+8s<5'QU8oHdv[&Z\mGP|D3V9"B
++|X{D'mƖ~oo~U[&D;ks _^HN.0~۰ `lp8qyOYgn?fZ߈鋊PnAIGS!w^> $^QQp )l9d^"FV| Np)iŬ_Waū)zD(%HNPN $uß9sJ-XRgg]p*Kt&-w)77ÙU^KIfϖE[ y߭0{t֫|oäd}hv+0sƳrnx8DnB$}im;s$ޖ(~j;*,N I}
+ gs$ &2T$&jVDtѸA1qABIU14  Ru;Dʈ*@|:寽 6PjtL}z<OEI,\.'Ŭ_'^og웪o
+ QtϞa'\C~JW15´0OPwFl7%sl{^"oe1#͕Lj IaqS0Fb'b 6R& EYV%[>EBlڗPo$<skU&[q2Ԓ9*{:>=uRHL-1&:.Œqf%!cX "9}%Eޱe`T/A߶Js @i~Yo:ָUV; 2T,y Zz-M^ o>̃C8xg$p;uʎ1?叩3Пc%&xsPRp&+ZBCǃ_;Nݪ&AjAB`V|^TLCjDˈb@M{DaHM K <6 sg=+hcq<*&g9sL/-[ۣ7LPȚ~`DM*Y&9)CL VڊTeKUcgI| <\"qsʼnaV987{Kښ8.E~ܗMnzIW~@WdֈoF$h:v 3-f&RX벋J_"vO
+5R  U}nӼlqO; +8B>9Wk4+j%tׄ4:ur
+ i,Ԫ!aTҤaZ`F*ʉԌlG_ a wۻKN:Nel+wM%)F<obQ/rY: bPm;d0يw+Z]35_;>zot ;
+~JQzZ M}e$%E u{+[9-G|pۯcָ3Ϻ#=Z%C@ǢG}~$ЮX!VFT89;A/r]t0w.^Le4ܢ(ރw&aȁl%G)mz"gu`l:D\;z @ltX&R?X <ScZ+'v>{â_sJ9ag :5|"G`У &?Bl`
+r|K_of r#9
+k&t81.'jgW C;:@OC[d:]ϧ~>2Yw>;I8D{%<˘o#*K1~8;zy!H) }."L÷t.49mUxGG^HJD %>m@LJ+
+˜B[RH/V|gS fB)w`Q(aa![pkv| 8/d߇
+)/#( {+<.H`u?""0d~
+K٭w6PFJ댷eu@HoA[DS?S==J̒[|g^QJFYf{7
+^ U >H:u?}kJ}_}5^- [=T5z?y`%"D7H:SV7_,QY!8mayvK^V7l]/uʉz]KiBnAkyI]8nVsG<-djGzib+АSvl>K wd(Jy#)ck +&!֧ ߏ" P1= _8\Do!E
++b阦)6,5@hj*f;-r\ zUܨ/)?.&lR*йR9aC 1|zgξ3܌ڬೄS%OZgp,%JBs&WZ=lfk!LelJ06p(B<lt]oJ#%#SU$OnHq'U&V P,f0zIӟr `9
+R҈q
+YY$*UwWˋ}LZe.`wYɨ-]W׼uri(vpᑟ@L)4GzBjV.YfLP!yNU@/yl&~>rPiub{V8遐>uO.h&3=^$H+]ԹMI~߼Z<9[GBkR D\xmW&/WA}ds]6:
+endstream
+endobj
+246 0 obj
+<<
+/Type /FontDescriptor
+/FontName /EZTQTY+URWPalladioL-Ital
+/Flags 4
+/FontBBox [-170 -305 1010 941]
+/Ascent 722
+/CapHeight 693
+/Descent -261
+/ItalicAngle -9
+/StemV 78
+/XHeight 482
+/CharSet (/A/B/D/F/G/I/K/M/N/P/R/S/T/a/b/c/colon/d/e/eacute/f/fi/g/germandbls/h/i/k/l/m/n/o/p/parenleft/parenright/r/s/t/u/v/w/y)
+/FontFile 245 0 R
+>>
+endobj
+203 0 obj
+<<
+/Type /Encoding
+/Differences [2/fi/fl 37/percent 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 60/less/equal/greater 65/A/B/C/D/E/F/G/H/I 75/K/L/M/N/O/P 82/R/S/T/U/V/W/X 91/bracketleft/backslash/bracketright 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft 125/braceright 147/quotedblleft/quotedblright 171/guillemotleft 187/guillemotright 223/germandbls 233/eacute]
+>>
+endobj
+212 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi 45/hyphen/period 49/one/two/three/four/five/six 65/A 67/C 69/E 71/G 73/I 75/K/L/M 79/O/P 83/S/T/U/V 88/X 97/a/b/c/d/e/f/g/h/i 107/k/l/m/n/o/p 114/r/s/t/u 119/w/x/y]
+>>
+endobj
+80 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /LHERPO+CMSY10
+/FontDescriptor 220 0 R
+/FirstChar 3
+/LastChar 15
+/Widths 215 0 R
+>>
+endobj
+84 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /SDVCAT+CMSY7
+/FontDescriptor 222 0 R
+/FirstChar 3
+/LastChar 3
+/Widths 210 0 R
+>>
+endobj
+77 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /XIMMJN+Iwona-Bold
+/FontDescriptor 238 0 R
+/FirstChar 28
+/LastChar 121
+/Widths 218 0 R
+/Encoding 212 0 R
+>>
+endobj
+82 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /URDATD+Iwona-Regular
+/FontDescriptor 240 0 R
+/FirstChar 45
+/LastChar 121
+/Widths 213 0 R
+/Encoding 212 0 R
+>>
+endobj
+78 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /KPDCKK+BeraSansMono-Bold
+/FontDescriptor 230 0 R
+/FirstChar 45
+/LastChar 121
+/Widths 217 0 R
+/Encoding 203 0 R
+>>
+endobj
+120 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /KZZEOZ+BeraSansMono-BoldOb
+/FontDescriptor 232 0 R
+/FirstChar 97
+/LastChar 118
+/Widths 206 0 R
+/Encoding 203 0 R
+>>
+endobj
+86 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /YIODHY+BeraSansMono-Roman
+/FontDescriptor 234 0 R
+/FirstChar 37
+/LastChar 125
+/Widths 209 0 R
+/Encoding 203 0 R
+>>
+endobj
+99 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /HFOGSF+BeraSansMono-Oblique
+/FontDescriptor 236 0 R
+/FirstChar 46
+/LastChar 120
+/Widths 207 0 R
+/Encoding 203 0 R
+>>
+endobj
+181 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /OSDCME+URWPalladioL-Bold
+/FontDescriptor 242 0 R
+/FirstChar 40
+/LastChar 46
+/Widths 204 0 R
+/Encoding 203 0 R
+>>
+endobj
+180 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /LSBTTN+TeXPalladioL-BoldOsF
+/FontDescriptor 224 0 R
+/FirstChar 48
+/LastChar 57
+/Widths 205 0 R
+/Encoding 203 0 R
+>>
+endobj
+79 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /UUAWVZ+URWPalladioL-Roma
+/FontDescriptor 244 0 R
+/FirstChar 2
+/LastChar 233
+/Widths 216 0 R
+/Encoding 203 0 R
+>>
+endobj
+81 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /JISKUJ+TeXPalladioL-SC
+/FontDescriptor 226 0 R
+/FirstChar 48
+/LastChar 57
+/Widths 214 0 R
+/Encoding 203 0 R
+>>
+endobj
+83 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /EZTQTY+URWPalladioL-Ital
+/FontDescriptor 246 0 R
+/FirstChar 2
+/LastChar 233
+/Widths 211 0 R
+/Encoding 203 0 R
+>>
+endobj
+98 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /KPXLFY+TeXPalladioL-ItalicOsF
+/FontDescriptor 228 0 R
+/FirstChar 49
+/LastChar 55
+/Widths 208 0 R
+/Encoding 203 0 R
+>>
+endobj
+90 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 247 0 R
+/Kids [64 0 R 95 0 R 107 0 R 124 0 R 128 0 R 145 0 R]
+>>
+endobj
+182 0 obj
+<<
+/Type /Pages
+/Count 2
+/Parent 247 0 R
+/Kids [172 0 R 199 0 R]
+>>
+endobj
+247 0 obj
+<<
+/Type /Pages
+/Count 8
+/Kids [90 0 R 182 0 R]
+>>
+endobj
+248 0 obj
+<<
+/Type /Outlines
+/First 9 0 R
+/Last 61 0 R
+/Count 7
+>>
+endobj
+61 0 obj
+<<
+/Title 62 0 R
+/A 59 0 R
+/Parent 248 0 R
+/Prev 57 0 R
+>>
+endobj
+57 0 obj
+<<
+/Title 58 0 R
+/A 55 0 R
+/Parent 248 0 R
+/Prev 53 0 R
+/Next 61 0 R
+>>
+endobj
+53 0 obj
+<<
+/Title 54 0 R
+/A 51 0 R
+/Parent 248 0 R
+/Prev 37 0 R
+/Next 57 0 R
+>>
+endobj
+49 0 obj
+<<
+/Title 50 0 R
+/A 47 0 R
+/Parent 37 0 R
+/Prev 45 0 R
+>>
+endobj
+45 0 obj
+<<
+/Title 46 0 R
+/A 43 0 R
+/Parent 37 0 R
+/Prev 41 0 R
+/Next 49 0 R
+>>
+endobj
+41 0 obj
+<<
+/Title 42 0 R
+/A 39 0 R
+/Parent 37 0 R
+/Next 45 0 R
+>>
+endobj
+37 0 obj
+<<
+/Title 38 0 R
+/A 35 0 R
+/Parent 248 0 R
+/Prev 17 0 R
+/Next 53 0 R
+/First 41 0 R
+/Last 49 0 R
+/Count -3
+>>
+endobj
+33 0 obj
+<<
+/Title 34 0 R
+/A 31 0 R
+/Parent 17 0 R
+/Prev 21 0 R
+>>
+endobj
+29 0 obj
+<<
+/Title 30 0 R
+/A 27 0 R
+/Parent 21 0 R
+/Prev 25 0 R
+>>
+endobj
+25 0 obj
+<<
+/Title 26 0 R
+/A 23 0 R
+/Parent 21 0 R
+/Next 29 0 R
+>>
+endobj
+21 0 obj
+<<
+/Title 22 0 R
+/A 19 0 R
+/Parent 17 0 R
+/Next 33 0 R
+/First 25 0 R
+/Last 29 0 R
+/Count -2
+>>
+endobj
+17 0 obj
+<<
+/Title 18 0 R
+/A 15 0 R
+/Parent 248 0 R
+/Prev 13 0 R
+/Next 37 0 R
+/First 21 0 R
+/Last 33 0 R
+/Count -2
+>>
+endobj
+13 0 obj
+<<
+/Title 14 0 R
+/A 11 0 R
+/Parent 248 0 R
+/Prev 9 0 R
+/Next 17 0 R
+>>
+endobj
+9 0 obj
+<<
+/Title 10 0 R
+/A 7 0 R
+/Parent 248 0 R
+/Next 13 0 R
+>>
+endobj
+249 0 obj
+<<
+/Names [(Doc-Start) 76 0 R (Hfootnote.1) 85 0 R (Hfootnote.2) 87 0 R (Hfootnote.3) 88 0 R (Hfootnote.4) 89 0 R (Hfootnote.5) 121 0 R]
+/Limits [(Doc-Start) (Hfootnote.5)]
+>>
+endobj
+250 0 obj
+<<
+/Names [(Hfootnote.6) 140 0 R (Hfootnote.7) 169 0 R (Hfootnote.8) 170 0 R (Item.1) 100 0 R (Item.10) 115 0 R (Item.11) 116 0 R]
+/Limits [(Hfootnote.6) (Item.11)]
+>>
+endobj
+251 0 obj
+<<
+/Names [(Item.12) 117 0 R (Item.13) 118 0 R (Item.14) 119 0 R (Item.2) 101 0 R (Item.3) 102 0 R (Item.4) 103 0 R]
+/Limits [(Item.12) (Item.4)]
+>>
+endobj
+252 0 obj
+<<
+/Names [(Item.5) 110 0 R (Item.6) 111 0 R (Item.7) 112 0 R (Item.8) 113 0 R (Item.9) 114 0 R (lstlisting.-1) 131 0 R]
+/Limits [(Item.5) (lstlisting.-1)]
+>>
+endobj
+253 0 obj
+<<
+/Names [(lstlisting.-2) 148 0 R (lstlisting.-3) 151 0 R (lstlisting.-4) 153 0 R (lstnumber.-1.1) 132 0 R (lstnumber.-1.2) 133 0 R (lstnumber.-1.3) 134 0 R]
+/Limits [(lstlisting.-2) (lstnumber.-1.3)]
+>>
+endobj
+254 0 obj
+<<
+/Names [(lstnumber.-1.4) 135 0 R (lstnumber.-1.5) 136 0 R (lstnumber.-1.6) 137 0 R (lstnumber.-1.7) 138 0 R (lstnumber.-1.8) 139 0 R (lstnumber.-2.1) 149 0 R]
+/Limits [(lstnumber.-1.4) (lstnumber.-2.1)]
+>>
+endobj
+255 0 obj
+<<
+/Names [(lstnumber.-2.2) 150 0 R (lstnumber.-3.1) 152 0 R (lstnumber.-4.1) 154 0 R (lstnumber.-4.10) 163 0 R (lstnumber.-4.11) 164 0 R (lstnumber.-4.12) 165 0 R]
+/Limits [(lstnumber.-2.2) (lstnumber.-4.12)]
+>>
+endobj
+256 0 obj
+<<
+/Names [(lstnumber.-4.13) 166 0 R (lstnumber.-4.14) 167 0 R (lstnumber.-4.15) 168 0 R (lstnumber.-4.16) 175 0 R (lstnumber.-4.17) 176 0 R (lstnumber.-4.18) 177 0 R]
+/Limits [(lstnumber.-4.13) (lstnumber.-4.18)]
+>>
+endobj
+257 0 obj
+<<
+/Names [(lstnumber.-4.19) 178 0 R (lstnumber.-4.2) 155 0 R (lstnumber.-4.20) 179 0 R (lstnumber.-4.3) 156 0 R (lstnumber.-4.4) 157 0 R (lstnumber.-4.5) 158 0 R]
+/Limits [(lstnumber.-4.19) (lstnumber.-4.5)]
+>>
+endobj
+258 0 obj
+<<
+/Names [(lstnumber.-4.6) 159 0 R (lstnumber.-4.7) 160 0 R (lstnumber.-4.8) 161 0 R (lstnumber.-4.9) 162 0 R (page.1) 75 0 R (page.2) 97 0 R]
+/Limits [(lstnumber.-4.6) (page.2)]
+>>
+endobj
+259 0 obj
+<<
+/Names [(page.3) 109 0 R (page.4) 126 0 R (page.5) 130 0 R (page.6) 147 0 R (page.7) 174 0 R (page.8) 201 0 R]
+/Limits [(page.3) (page.8)]
+>>
+endobj
+260 0 obj
+<<
+/Names [(section*.1) 60 0 R (section*.2) 202 0 R (section.1) 8 0 R (section.2) 12 0 R (section.3) 16 0 R (section.4) 36 0 R]
+/Limits [(section*.1) (section.4)]
+>>
+endobj
+261 0 obj
+<<
+/Names [(section.5) 52 0 R (section.6) 56 0 R (subsection.3.1) 20 0 R (subsection.3.2) 32 0 R (subsection.4.1) 40 0 R (subsection.4.2) 44 0 R]
+/Limits [(section.5) (subsection.4.2)]
+>>
+endobj
+262 0 obj
+<<
+/Names [(subsection.4.3) 48 0 R (subsubsection.3.1.1) 24 0 R (subsubsection.3.1.2) 28 0 R]
+/Limits [(subsection.4.3) (subsubsection.3.1.2)]
+>>
+endobj
+263 0 obj
+<<
+/Kids [249 0 R 250 0 R 251 0 R 252 0 R 253 0 R 254 0 R]
+/Limits [(Doc-Start) (lstnumber.-2.1)]
+>>
+endobj
+264 0 obj
+<<
+/Kids [255 0 R 256 0 R 257 0 R 258 0 R 259 0 R 260 0 R]
+/Limits [(lstnumber.-2.2) (section.4)]
+>>
+endobj
+265 0 obj
+<<
+/Kids [261 0 R 262 0 R]
+/Limits [(section.5) (subsubsection.3.1.2)]
+>>
+endobj
+266 0 obj
+<<
+/Kids [263 0 R 264 0 R 265 0 R]
+/Limits [(Doc-Start) (subsubsection.3.1.2)]
+>>
+endobj
+267 0 obj
+<<
+/Dests 266 0 R
+>>
+endobj
+268 0 obj
+<<
+/Type /Catalog
+/Pages 247 0 R
+/Outlines 248 0 R
+/Names 267 0 R
+/PageMode/UseOutlines
+/OpenAction 63 0 R
+>>
+endobj
+269 0 obj
+<<
+/Author(David Heinze, http://exergie100.de/en/contact/)/Title(The ksp-thesis class)/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.16)/Keywords(LaTeX, class, dissertation, thesis, KIT, KIT Scientific Publishing, ClassicThesis, ArsClassica)
+/CreationDate (D:20151209184707+01'00')
+/ModDate (D:20151209184707+01'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.5800 (1.40.16))
+>>
+endobj
+xref
+0 270
+0000000001 65535 f
+0000000002 00000 f
+0000000003 00000 f
+0000000000 00000 f
+0000114879 00000 n
+0000114924 00000 n
+0000114944 00000 n
+0000000015 00000 n
+0000010226 00000 n
+0000264113 00000 n
+0000000060 00000 n
+0000000093 00000 n
+0000017983 00000 n
+0000264026 00000 n
+0000000139 00000 n
+0000000172 00000 n
+0000029480 00000 n
+0000263901 00000 n
+0000000218 00000 n
+0000000244 00000 n
+0000030150 00000 n
+0000263790 00000 n
+0000000295 00000 n
+0000000325 00000 n
+0000030210 00000 n
+0000263716 00000 n
+0000000381 00000 n
+0000000420 00000 n
+0000038345 00000 n
+0000263642 00000 n
+0000000476 00000 n
+0000000525 00000 n
+0000062692 00000 n
+0000263568 00000 n
+0000000576 00000 n
+0000000607 00000 n
+0000062752 00000 n
+0000263443 00000 n
+0000000653 00000 n
+0000000704 00000 n
+0000062812 00000 n
+0000263369 00000 n
+0000000755 00000 n
+0000000820 00000 n
+0000063421 00000 n
+0000263282 00000 n
+0000000871 00000 n
+0000000939 00000 n
+0000100365 00000 n
+0000263208 00000 n
+0000000990 00000 n
+0000001048 00000 n
+0000100546 00000 n
+0000263120 00000 n
+0000001094 00000 n
+0000001122 00000 n
+0000109677 00000 n
+0000263032 00000 n
+0000001168 00000 n
+0000001204 00000 n
+0000114657 00000 n
+0000262957 00000 n
+0000001251 00000 n
+0000001275 00000 n
+0000008600 00000 n
+0000008783 00000 n
+0000009394 00000 n
+0000008936 00000 n
+0000009563 00000 n
+0000009088 00000 n
+0000009744 00000 n
+0000009241 00000 n
+0000009927 00000 n
+0000010520 00000 n
+0000001323 00000 n
+0000010108 00000 n
+0000010167 00000 n
+0000260554 00000 n
+0000260887 00000 n
+0000261929 00000 n
+0000260274 00000 n
+0000262100 00000 n
+0000260719 00000 n
+0000262269 00000 n
+0000260415 00000 n
+0000010284 00000 n
+0000261234 00000 n
+0000010343 00000 n
+0000010402 00000 n
+0000010461 00000 n
+0000262616 00000 n
+0000017340 00000 n
+0000017512 00000 n
+0000017718 00000 n
+0000018282 00000 n
+0000017192 00000 n
+0000010743 00000 n
+0000017924 00000 n
+0000262440 00000 n
+0000261407 00000 n
+0000018042 00000 n
+0000018102 00000 n
+0000018162 00000 n
+0000018222 00000 n
+0000029108 00000 n
+0000029265 00000 n
+0000030330 00000 n
+0000028962 00000 n
+0000018506 00000 n
+0000029419 00000 n
+0000029540 00000 n
+0000029601 00000 n
+0000029662 00000 n
+0000029723 00000 n
+0000029784 00000 n
+0000029845 00000 n
+0000029906 00000 n
+0000029967 00000 n
+0000030028 00000 n
+0000030089 00000 n
+0000261059 00000 n
+0000030269 00000 n
+0000062477 00000 n
+0000038405 00000 n
+0000038166 00000 n
+0000030544 00000 n
+0000038284 00000 n
+0000063541 00000 n
+0000062339 00000 n
+0000038619 00000 n
+0000062631 00000 n
+0000062872 00000 n
+0000062933 00000 n
+0000062994 00000 n
+0000063055 00000 n
+0000063116 00000 n
+0000063177 00000 n
+0000063238 00000 n
+0000063299 00000 n
+0000063360 00000 n
+0000063480 00000 n
+0000099637 00000 n
+0000099944 00000 n
+0000099791 00000 n
+0000101703 00000 n
+0000099483 00000 n
+0000063741 00000 n
+0000100121 00000 n
+0000100182 00000 n
+0000100243 00000 n
+0000100304 00000 n
+0000100424 00000 n
+0000100485 00000 n
+0000100606 00000 n
+0000100667 00000 n
+0000100728 00000 n
+0000100789 00000 n
+0000100850 00000 n
+0000100911 00000 n
+0000100972 00000 n
+0000101033 00000 n
+0000101094 00000 n
+0000101155 00000 n
+0000101216 00000 n
+0000101277 00000 n
+0000101338 00000 n
+0000101399 00000 n
+0000101460 00000 n
+0000101521 00000 n
+0000101582 00000 n
+0000101643 00000 n
+0000109737 00000 n
+0000109192 00000 n
+0000101877 00000 n
+0000109311 00000 n
+0000109372 00000 n
+0000109433 00000 n
+0000109494 00000 n
+0000109555 00000 n
+0000109616 00000 n
+0000261754 00000 n
+0000261582 00000 n
+0000262730 00000 n
+0000112304 00000 n
+0000112453 00000 n
+0000112602 00000 n
+0000112751 00000 n
+0000112900 00000 n
+0000113048 00000 n
+0000113196 00000 n
+0000113345 00000 n
+0000113494 00000 n
+0000113643 00000 n
+0000113792 00000 n
+0000113941 00000 n
+0000114090 00000 n
+0000114238 00000 n
+0000114386 00000 n
+0000114717 00000 n
+0000112053 00000 n
+0000109951 00000 n
+0000114535 00000 n
+0000114596 00000 n
+0000259570 00000 n
+0000114997 00000 n
+0000115044 00000 n
+0000115103 00000 n
+0000115210 00000 n
+0000115529 00000 n
+0000115576 00000 n
+0000115951 00000 n
+0000115976 00000 n
+0000260050 00000 n
+0000116876 00000 n
+0000117203 00000 n
+0000117262 00000 n
+0000117350 00000 n
+0000118249 00000 n
+0000118576 00000 n
+0000118969 00000 n
+0000126702 00000 n
+0000126942 00000 n
+0000134478 00000 n
+0000134710 00000 n
+0000138891 00000 n
+0000139151 00000 n
+0000144258 00000 n
+0000144534 00000 n
+0000148377 00000 n
+0000148632 00000 n
+0000152521 00000 n
+0000152805 00000 n
+0000156023 00000 n
+0000156280 00000 n
+0000164123 00000 n
+0000164610 00000 n
+0000169018 00000 n
+0000169330 00000 n
+0000193808 00000 n
+0000194144 00000 n
+0000216819 00000 n
+0000217106 00000 n
+0000220424 00000 n
+0000220690 00000 n
+0000242642 00000 n
+0000243103 00000 n
+0000259221 00000 n
+0000262815 00000 n
+0000262883 00000 n
+0000264186 00000 n
+0000264379 00000 n
+0000264564 00000 n
+0000264730 00000 n
+0000264906 00000 n
+0000265128 00000 n
+0000265354 00000 n
+0000265584 00000 n
+0000265818 00000 n
+0000266047 00000 n
+0000266247 00000 n
+0000266409 00000 n
+0000266592 00000 n
+0000266797 00000 n
+0000266960 00000 n
+0000267078 00000 n
+0000267196 00000 n
+0000267287 00000 n
+0000267386 00000 n
+0000267424 00000 n
+0000267551 00000 n
+trailer
+<< /Size 270
+/Root 268 0 R
+/Info 269 0 R
+/ID [<F3FE82F16E1058DDA942BF8F6CF615F4> <F3FE82F16E1058DDA942BF8F6CF615F4>] >>
+startxref
+267986
+%%EOF
diff --git a/macros/latex/contrib/ksp-thesis/ksp-thesis.tex b/macros/latex/contrib/ksp-thesis/ksp-thesis.tex
new file mode 100644
index 0000000000..01484bbcd4
--- /dev/null
+++ b/macros/latex/contrib/ksp-thesis/ksp-thesis.tex
@@ -0,0 +1,589 @@
+%%% ===========================================================================
+%%% EXTERNAL FILES
+%%% ===========================================================================
+\begin{filecontents}{pkgloader-additional.sty}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% A list of recommended rules derived from
+% <http://mirrors.ctan.org/graphics/pgf/contrib/tikz-3dplot/tikz-3dplot_documentation.pdf>:
+%
+% \begin{macrocode}
+\Load {tikz-3dplot} late
+ if loaded
+ because {the tikz-3dplot documentation
+ explicitly says to do so}
+% \end{macrocode}
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% A list of recommended rules derived from
+% <http://www.matthiaspospiech.de/latex/vorlagen/allgemein/preambel>:
+%
+% \begin{macrocode}
+\Load {graphicx} early if loaded
+\Load {relsize} early if loaded
+\Load {ragged2e} early if loaded
+\Load {amsmath} before {pst-pdf} if loaded
+\Load {ltxtable} after {hyperref} if loaded
+% \end{macrocode}
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\end{filecontents}
+\begin{filecontents}{solarized.sty}
+\usepackage[x11names, rgb, html]{xcolor}
+
+% Solarized colors
+\definecolor{sbase03}{HTML}{002B36}
+\definecolor{sbase02}{HTML}{073642}
+\definecolor{sbase01}{HTML}{586E75}
+\definecolor{sbase00}{HTML}{657B83}
+\definecolor{sbase0}{HTML}{839496}
+\definecolor{sbase1}{HTML}{93A1A1}
+\definecolor{sbase2}{HTML}{EEE8D5}
+\definecolor{sbase3}{HTML}{FDF6E3}
+\definecolor{syellow}{HTML}{B58900}
+\definecolor{sorange}{HTML}{CB4B16}
+\definecolor{sred}{HTML}{DC322F}
+\definecolor{smagenta}{HTML}{D33682}
+\definecolor{sviolet}{HTML}{6C71C4}
+\definecolor{sblue}{HTML}{268BD2}
+\definecolor{scyan}{HTML}{2AA198}
+\definecolor{sgreen}{HTML}{859900}
+\end{filecontents}
+\begin{filecontents}{solarized-light.sty}
+\usepackage{solarized}
+\usepackage{listings}
+
+\lstset{
+ % How/what to match
+ sensitive=true,
+ % Border (above and below)
+ frame=lines,
+ % Extra margin on line (align with paragraph)
+ xleftmargin=\parindent,
+ % Put extra space under caption
+ belowcaptionskip=1\baselineskip,
+ % Colors
+ backgroundcolor=\color{sbase3},
+ basicstyle=\color{sbase00}\ttfamily,
+ keywordstyle=\color{scyan},
+ commentstyle=\color{sbase1},
+ stringstyle=\color{sblue},
+ numberstyle=\color{sviolet},
+ identifierstyle=\color{sbase00},
+ % Break long lines into multiple lines?
+ breaklines=true,
+ % Show a character for spaces?
+ showstringspaces=false,
+ tabsize=2
+}
+\end{filecontents}
+
+%%% ===========================================================================
+%%% DOCUMENT PREAMBLE
+%%% ===========================================================================
+\RequirePackage[additional]{pkgloader} % manage options and loading order of packages
+\RequirePackage[l2tabu,orthodox]{nag} % issue warnings for deprecated code
+\PassOptionsToPackage{pdftex}{graphicx}
+\PassOptionsToPackage{num}{isodate}
+\PassOptionsToPackage{nochapter}{vhistory}
+\PassOptionsToPackage{svgnames,table}{xcolor}
+
+%%% Document class and generic options
+%%% ===========================================================================
+\documentclass[%
+ american,
+]{scrartcl}
+
+%%% Language and encoding
+%%% ---------------------------------------------------------------------------
+\usepackage[utf8]{inputenc} % Datei-Kodierung (benötigt für Umlaute)
+ % latin9 (ISO-8859-9) = latin1+"Euro sign"
+\usepackage[TS1,T1]{fontenc} % Schrift-Kodierung
+\usepackage{babel} % Rechtschreibung, Silbentrennung etc.
+
+%%% Load packages
+%%% ===========================================================================
+\usepackage{solarized-light} % solarized color scheme for listings
+%%% NOTE: The package loading order is organized by <pkgloader>, comments on
+%%% when to load packages are merely informational
+%%% Fonts and symbols
+%%% ---------------------------------------------------------------------------
+\usepackage[osf,sc]{mathpazo} % Adobe Palatino, 'mathpazo' in equations
+ \linespread{1.05} % >> increase linespread for Palatino
+\renewcommand{\sfdefault}{iwona} % Iwona (sans-serif)
+\usepackage[scaled=0.85]{beramono} % Bera Mono (monospace)
+\usepackage{fontawesome} % web-related icons
+%%% Typesetting
+%%% ---------------------------------------------------------------------------
+\usepackage{csquotes} % context sensitive quotation facilities
+\usepackage{ellipsis} % fix space around ellipses (\dots), load after <hyperref>
+\usepackage{enumitem} % customized lists (incompatible(?) with glossaries)
+\usepackage{isodate} % date formatting
+\usepackage{listings} % source code printer for LaTeX
+\usepackage{microtype} % micro-typographic extensions of pdfTEX
+\usepackage{ragged2e} % improved ragged text
+ % >> load early
+\usepackage{relsize} % relative text sizes
+ % >> load early
+\usepackage{siunitx} % unit and number typesetting
+%%% Tables
+%%% ---------------------------------------------------------------------------
+\usepackage{array} % improved array- and tabular-environments
+\usepackage{booktabs} % professional table typesetting
+%%% Math
+%%% ---------------------------------------------------------------------------´
+\usepackage{amsmath} % various math typesetting improvements
+ % >> load before <pst-pdf>
+\usepackage{mathtools} % extends <amsmath> and fixes some bugs
+%%% Development tools
+%%% ---------------------------------------------------------------------------
+\usepackage{accsupp} % better accessibility support for PDF files (experimental)
+\usepackage{blindtext} % blindtext macros
+\usepackage{fixltx2e} % bug fixes for LaTeX2e
+%%% Graphics, color, boxes
+%%% ---------------------------------------------------------------------------
+\usepackage{keystroke} % graphical representation of the keys on a computer keyboard
+\usepackage{tcolorbox} % coloured and framed text boxes with a heading line
+%%% Lists and Bibliographies
+%%% ---------------------------------------------------------------------------
+\usepackage{makeidx} % create an index
+%%% References and Links
+%%% ---------------------------------------------------------------------------
+\usepackage{hyperref} % hyperlinks and pdf setup
+\usepackage{cleveref} % automatic references
+ % >> load after <hyperref> because <cleveref> adds special supportfor this package
+\LoadPackagesNow
+
+%%% Document meta data
+%%% ===========================================================================
+\newcommand{\doctitle}{The \texttt{ksp-thesis} class}
+\newcommand{\docsubtitle}{A \LaTeX\ class for theses published with KIT Scientific Publishing}
+\newcommand{\docauthor}{David Heinze}
+\newcommand{\docauthoremail}{http://exergie100.de/en/contact/}
+\newcommand{\docsubject}{\docsubtitle}
+\newcommand{\dockeywords}{LaTeX, class, dissertation, thesis, KIT, KIT Scientific Publishing, ClassicThesis, ArsClassica}
+\newcommand{\doctime}{\today}
+
+%%% Package settings
+%%% ===========================================================================
+%%% <hyperref>
+%%% ---------------------------------------------------------------------------
+\hypersetup{%
+ hidelinks, % no border, no special color
+ breaklinks=true, % enable breakable links
+ hypertexnames=true, % use guessable names for links
+ linktocpage=true, % table of contents links to pages
+ hyperfootnotes=false, % no links to footnotes
+ bookmarksopenlevel=1,
+ bookmarksopen=true,
+ bookmarksnumbered=true,
+ plainpages=false, % Anchors even on plain pages ?
+ pageanchor=true, % Pages are linkable
+ pdftitle={\doctitle},
+ pdfauthor={\docauthor, \docauthoremail},
+ pdfkeywords={\dockeywords},
+ pdfpagelabels=true, % set PDF page labels
+ pdfpagemode=UseOutlines, % show bookmarks on start
+ pdfstartpage=1, % page at which PDF document opens
+ pdfhighlight=/O, % how link buttons behave when selected;
+ pdftex, % use pdftex backend
+}
+%%% Setup autoreferences for <babel>
+%%% ---------------------------------------------------------------------------
+%%% http://www.ureader.de/msg/136221647.aspx
+%%% http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexwords
+\makeatletter
+\AtBeginDocument{
+\@ifpackageloaded{babel}{%
+ \addto\extrasamerican{%
+ \renewcommand*{\figureautorefname}{Figure}%
+ \renewcommand*{\tableautorefname}{Table}%
+ \renewcommand*{\partautorefname}{Part}%
+ \renewcommand*{\chapterautorefname}{Chapter}%
+ \renewcommand*{\sectionautorefname}{Section}%
+ \renewcommand*{\subsectionautorefname}{Section}%
+ \renewcommand*{\subsubsectionautorefname}{Section}%
+ }%
+ \addto\extrasngerman{%
+ \renewcommand*{\paragraphautorefname}{Absatz}%
+ \renewcommand*{\subparagraphautorefname}{Unterabsatz}%
+ \renewcommand*{\footnoteautorefname}{Fu\"snote}%
+ \renewcommand*{\FancyVerbLineautorefname}{Zeile}%
+ \renewcommand*{\theoremautorefname}{Theorem}%
+ \renewcommand*{\appendixautorefname}{Anhang}%
+ \renewcommand*{\equationautorefname}{Gleichung}%
+ \renewcommand*{\itemautorefname}{Punkt}%
+ }%
+ % Fix to getting autorefs for subfigures right (thanks to Belinda Vogt for changing the definition)
+ \providecommand{\subfigureautorefname}{\figureautorefname}%
+}{\relax}
+}
+\makeatother
+%%% <cleveref> settings
+%%% ---------------------------------------------------------------------------
+\crefname{equation}{eq.}{eqs.}
+\Crefname{equation}{Equation}{Equations}
+\crefname{figure}{fig.}{figs.}
+\Crefname{figure}{Figure}{Figures}
+\crefname{table}{tab.}{tabs.}
+\Crefname{table}{Table}{Tables}
+%%% <siunitx>
+%%% ---------------------------------------------------------------------------
+\sisetup{
+ per-mode = symbol-or-fraction,
+ retain-unity-mantissa = false,
+}
+%%% <pdftex>
+%%% ---------------------------------------------------------------------------
+\pdfcompresslevel=0
+\pdfadjustspacing=1
+%%% <listings>
+%%% ---------------------------------------------------------------------------
+\lstloadlanguages{tex,command.com}
+\lstset{%
+ language=[LaTeX]Tex,
+ moretexcs = { % additional tex keywords
+ cftchapnumwidth,
+ cftpartnumwidth,
+ cftpartpagefont,
+ definecolor,
+ PassOptionsToPackage,
+ RaggedRight,
+ reducewspc,
+ reducewstr,
+ resetwspc,
+ resetwstr,
+ setlength,
+ },
+ numbers=none,
+ aboveskip=0pt,belowskip=0pt,
+ frame=none,
+ showstringspaces=false, % marks blank spaces in strings
+ breaklines=true, % automatic line breaking
+}
+%%% <tcolorbox>
+%%% ---------------------------------------------------------------------------
+\tcbuselibrary{%
+ breakable, % automatic breaking of a tcolorbox
+ listings, % use the package <listings> to typeset listings
+ skins, % required for advanced box styling
+}
+\tcbset{
+ break with pad/.style={
+ breakable,
+ enhanced jigsaw,
+ pad at break*=#1,
+ },
+ break without pad/.style={break with pad=0mm},
+}
+%%% <isodate>
+%%% ---------------------------------------------------------------------------
+\isodate % print dates as yyyy-mm-dd
+
+%%% Custom commands
+%%% ===========================================================================
+%%% abbreviations
+%%% ---------------------------------------------------------------------------
+\newcommand{\KIT}{\textsmaller{KIT}\xspace}
+\newcommand{\KSP}{\textsmaller{KSP}\xspace}
+%%% text formats
+%%% ---------------------------------------------------------------------------
+\newcommand{\textpkgname}[1]{\textsf{#1}}
+\newcommand{\textfilename}[1]{\texttt{#1}}
+\newcommand{\textkey}[1]{\fbox{\textsf{#1}}}
+\newcommand{\textprgout}[1]{{<<\textit{#1}>>}}
+\lstMakeShortInline[language=bash]|
+\newcommand{\optionfont}[1]{{\ttfamily\bfseries #1}}
+\newcommand{\optionvaluefont}[1]{{\ttfamily\itshape #1}}
+\newcommand{\optionvaluedefaultfont}[1]{\textbf{#1}}
+\newcommand{\option}[1]{\optionfont{#1\index{options!\texttt{#1}}}}
+\newcommand{\commandfont}[1]{{\ttfamily\bfseries #1}}
+\newcommand{\commandargfont}[1]{{\ttfamily #1}}
+%%% custom lists
+%%% ---------------------------------------------------------------------------
+\newenvironment{optionlist}{%
+\begin{description}[font=\normalfont\optionfont, leftmargin=0pt, labelindent=-\marginparwidth, style=nextline]
+\newcommand{\opt}[1][\empty]{\item[##1\ifx##1\empty\else\index{options!##1}\fi]}
+}{%
+\end{description}
+}
+\newenvironment{valuelist}{%
+\begin{description}[font=\normalfont\optionvaluefont, leftmargin=1em, labelindent=-\marginparwidth, style=nextline]
+}{%
+\end{description}
+}
+\newenvironment{commandlist}{%
+\begin{description}[font=\normalfont,leftmargin=0pt, labelindent=-\marginparwidth, style=nextline]
+\newcommand{\cmd}[2]{\item[\commandfont{\textbackslash##1}\commandargfont{##2}\index{commands!\texttt{\textbackslash##1}}]}
+}{%
+\end{description}
+}
+%%% boxes
+%%% ---------------------------------------------------------------------------
+\newtcblisting{texcode}[2][]{
+ no listing options,
+ listing only,
+ coltitle=sbase2,
+ colbacktitle=sbase0,
+ colback=sbase3,
+ colframe=sbase02,
+ boxrule=0.5pt,
+ left=1mm,right=1mm,top=0mm,bottom=0mm,
+ fonttitle=\footnotesize\ttfamily,
+ title=#2,#1
+}
+\newtcbinputlisting{\inputtexcode}[3][]{%
+ listing file={#3},
+ no listing options,
+ listing only,
+ coltitle=sbase2,
+ colbacktitle=sbase0,
+ colback=sbase3,
+ colframe=sbase02,
+ boxrule=0.5pt,
+ left=1mm,right=1mm,top=0mm,bottom=0mm,
+ fonttitle=\footnotesize\ttfamily,
+ title=#2,#1
+}
+
+%%% Content data
+%%% ===========================================================================
+\makeindex
+
+%%% ===========================================================================
+%%% DOCUMENT CONTENT
+%%% ===========================================================================
+\begin{document}
+\selectlanguage{american}
+
+\title{\doctitle}
+\subtitle{\docsubtitle}
+\author{\docauthor\thanks{\docauthoremail}}
+\date{\doctime}
+\publishers{\normalsize
+\begin{abstract}\noindent
+\begin{quote}
+The \textpkgname{ksp-thesis} class is a \LaTeX\ class intended for authors who want to publish their thesis or other scientific work with \emph{\KIT Scientific Publishing (\KSP)}. The class is based on the \textpkgname{scrbook} class of the \textpkgname{KOMA-script} package in combination with the \textpkgname{ClassicThesis} and \textpkgname{ArsClassica} packages. It modifies some of the layout and style definitions of these packages in order to provide a document layout that should be compatible with the requirements by \KSP.
+\end{quote}
+\end{abstract}
+}
+\maketitle
+
+
+%%% ===========================================================================
+\section{Introduction}
+
+This class is intended to aid authors intending to publish a thesis (or a similar scientific work) with \KIT Scientific Publishing (\KSP)\footnote{\url{http://www.ksp.kit.edu/}}, the internal publishing company of the Karlsruhe Institute of Technology (\KIT). The layout provided by this class was used for publication of my own thesis at \KSP and should thus adhere to their requirements. However, while being based on the official \LaTeX\ templates provided by \KSP, the class is not maintained by \KSP.
+
+The \textpkgname{ksp-thesis} class builds on the \textpkgname{scrbook} class of the \textpkgname{KOMA-script}\footnote{\url{http://www.ctan.org/pkg/koma-script}} package in combination with the \textpkgname{ClassicThesis}\footnote{\url{http://www.ctan.org/pkg/classicthesis}} and \textpkgname{ArsClassica}\footnote{\url{http://www.ctan.org/pkg/arsclassica}} packages. Therefore, you (the user of this class) should be familiar with these three packages.
+
+\pagebreak % keep text block on one page
+André Miede, the author of the \textpkgname{ClassicThesis} package, asks his package users to send him a postcard:
+\begin{quote}\itshape
+ If you like the style then I would appreciate a postcard:
+ \begin{center}
+ André Miede \\
+ Detmolder Straße 32 \\
+ 31737 Rinteln \\
+ Germany
+ \end{center}
+ The postcards I received so far are available at:
+ \begin{center}
+ \url{http://postcards.miede.de}
+ \end{center}
+\end{quote}
+As the \textpkgname{ksp-thesis} class uses many features of the \textpkgname{ClassicThesis} package, I would ask you to do so as well if you use \textpkgname{ksp-thesis} class.
+
+%%% ===========================================================================
+\section{Installation}
+
+\begin{enumerate}
+ \item Get the latest release of \textfilename{ksp-thesis.zip} from
+
+ \url{https://github.com/GORywwyN/ksp-thesis/tree/master/release/}
+
+ or download the file
+
+ \url{http://mirrors.ctan.org/macros/latex/contrib/ksp-thesis.zip}
+
+ \item Extract the file \textfilename{ksp-thesis.tds.zip} from the archive
+
+ \item Unpack the \textfilename{ksp-thesis.tds.zip} archive in the root directory of the local \TeX\ installation tree, for example
+
+ \begin{itemize}
+ \item \textfilename{/usr/local/share/texmf/} or
+ \item \textfilename{/usr/share/texmf-local/} or
+ \item \textfilename{C:\textbackslash Local TeX Files\textbackslash}
+ \end{itemize}
+
+\item Update the file hash tables (also known as the file name database).
+
+ On \TeX Live systems, run |texhash| as root (|sudo texhash|). On MiK\TeX, run |initexmf --update-fndb| in a command window or use the \textprgout{Refresh FNDB} button of the MiK\TeX\ Options window.
+\end{enumerate}
+
+\clearpage
+
+%%% ===========================================================================
+\section{Usage}
+
+Using \textpkgname{ksp-thesis} as your document class (\lstinline|\documentclass{ksp-thesis}|) without any options will have the following effects:
+
+\begin{enumerate}
+ \item The \textpkgname{scrbook} class of the \textpkgname{KOMA-script} package is loaded as base class. All options provided to the class (except the \textpkgname{ksp-thesis}-specific options listed in \cref{sec:options}) are passed on to \textpkgname{KOMA-script}.
+ \item The packages \textpkgname{ClassicThesis} and \textpkgname{ArsClassica} are loaded, thus applying their layout and style settings. However, some settings of these packages are overridden or changed:
+ \begin{enumerate}
+ \item The page layout defined by \textpkgname{ClassicThesis} is overridden and constructed by \textpkgname{KOMA-script} instead.
+ \item Parts and chapters in the table of contents are emphasized by using bold font instead of uppercase words.
+ \item Page numbers are set flushed right in the table of contents.
+ \item List environments (\lstinline|itemize,enumerate,description|) are set ragged right.
+ \item Headings (\lstinline|chapter|, \dots, \lstinline|subsubsection|) are set ragged right.
+ \item Heading numbers use the width of the current chapter number, whereby the headings from level \lstinline|chapter| until \lstinline|subsubsection| begin at the same horizontal position.
+ \item The numbers of footnotes are shifted to the left so that footnotes have the same left margin as the text area.
+ \item Formatting (coloring) of hyperlinks is removed.\footnote{I believe that coloring options should be left to the document author and in general used sparingly.}
+ \end{enumerate}
+\end{enumerate}
+
+Some of these settings can be changed using the class options listed in the following.
+
+%%% ---------------------------------------------------------------------------
+\subsection{Options}
+\label{sec:options}
+
+The class options below are formatted as \optionfont{option}\optionvaluefont{=\optionvaluedefaultfont{default value}} or \optionvaluefont{=value}. For boolean options, \optionvaluefont{=true} can be omitted.
+
+%%% ...........................................................................
+\subsubsection{Generic layout}
+\label{sec:generic-layout}
+
+\begin{optionlist}
+ \opt[layout] Set the \textpkgname{KOMA-script} page layout according to one of the following options:
+ \begin{valuelist}
+ \item[=\optionvaluedefaultfont{report}] \KIT Scientific Report layout (A4 paper size) for publication release
+ \item[=17x24] \KIT Scientific Publishing book layout (\SI{17}{\centi\meter} x \SI{24}{\centi\meter} paper size) for publication release
+ \item[=official] two-sided layout (paper size A4) for faculty and thesis committee (identical to \optionvaluefont{report})
+ \item[=draft] singled-sided layout (paper size A4) for private and correction prints
+ \end{valuelist}
+
+ \opt[raggedlists] Set lists (itemize, enumerate, description) \dots
+ \begin{valuelist}
+ \item[=\optionvaluedefaultfont{true}] \dots ragged right. (More specifically, the \lstinline|\RaggedRight| command of the \textpkgname{ragged2e} package is used.)
+ \item[=false] \dots justified.
+ \end{valuelist}
+\end{optionlist}
+
+%%% ...........................................................................
+\subsubsection{Table of contents layout}
+\label{sec:toc-layout}
+
+\begin{optionlist}
+ \opt[dottedtoc] Set page numbers in the table of contents \dots
+ \begin{valuelist}
+ \item[=\optionvaluedefaultfont{true}] \dots flushed right. For sections entries and below, page numbers are separated by dots. For part and chapter entries, empty space is used by default. This default setting can be changed with the options \option{dottedtocparts} and \option{dottedtocchapters}.
+ \item[=false] \dots separated by a fixed-width space.
+ \end{valuelist}
+
+ \opt[dottedtocparts] Separate part entries and page numbers in the table of contents \dots
+ \begin{valuelist}
+ \item[=\optionvaluedefaultfont{false}] \dots with empty space.
+ \item[=true] \dots with dots. This value should only be used with \option{dottedtoc}\optionvaluefont{=true}.
+ \end{valuelist}
+
+ \opt[dottedtocchapters] Separate chapter entries and page numbers in the table of contents \dots
+ \begin{valuelist}
+ \item[=\optionvaluedefaultfont{false}] \dots with empty space.
+ \item[=true] \dots with dots. This value should only be used with \option{dottedtoc}\optionvaluefont{=true}.
+ \end{valuelist}
+
+ \opt[tocpartentriesbold] Format part entries in the table of contents \dots
+ \begin{valuelist}
+ \item[=\optionvaluedefaultfont{true}] \dots with bold font.
+ \item[=false] \dots with spaced low small caps. (This is the default setting of \textpkgname{ClassicThesis}).
+ \end{valuelist}
+
+ \opt[tocchapterentriesbold] Format chapter entries in the table of contents \dots
+ \begin{valuelist}
+ \item[=\optionvaluedefaultfont{true}] \dots with bold font.
+ \item[=false] \dots with spaced low small caps. (This is the default setting of \textpkgname{ClassicThesis}).
+ \end{valuelist}
+
+ \opt[tocentriesbold] Format part and chapter entries in the table of contents \dots
+ \begin{valuelist}
+ \item[=\optionvaluedefaultfont{true}] \dots with bold font.
+ \item[=false] \dots with spaced low small caps. (This is the default setting of \textpkgname{ClassicThesis}).
+ \end{valuelist}
+\end{optionlist}
+
+%%% ---------------------------------------------------------------------------
+\subsection{Commands}
+
+When publishing with \KSP, you will be asked to avoid single syllables or short words in the last line of a paragraph. For this purpose, \textpkgname{ksp-thesis} defines some commands that can be used to change the word spacing or stretching\footnote{Make sure that the legibility of your text is not impaired when using these commands.}.
+\begin{commandlist}
+ \cmd{reducewspc}{[<num>]} Change the word spacing to \commandargfont{<num>} (default: \commandargfont{.95}) times its original value.
+ \cmd{reducewstr}{[<num>]} Change the word stretching to \commandargfont{<num>} (default: \commandargfont{.95}) times its original value.
+ \cmd{resetwspc}{} Reset the word spacing to its default value.
+ \cmd{resetwstr}{} Reset the word stretching to its default value.
+\end{commandlist}
+
+%%% ===========================================================================
+\section{Troubleshooting and Usage Tips}
+
+%%% ---------------------------------------------------------------------------
+\subsection{Using options of the \textpkgname{ClassicThesis} package}
+
+If you want to use options of the \textpkgname{ClassicThesis} package, you have to provide them \emph{before} the documentclass definition. In general, I recommend using at least the following options:
+
+\begin{texcode}{how to pass options to the \textpkgname{ClassicThesis} package}
+\PassOptionsToPackage{%
+ pdfspacing, % make use of pdftex' letter spacing capabilities via the microtype package.
+ floatperchapter, % activate numbering per chapter for all floats such as figures, tables, and listings
+}{classicthesis}
+\documentclass[%
+ listof=totoc, % add list of figures, tables, etc. to table of contents
+ ngerman,english, % document language(s)
+]{ksp-thesis}
+\end{texcode}
+
+%%% ---------------------------------------------------------------------------
+\subsection{Spacing of heading numbers for long documents}
+
+If your document contains a large number of parts and/or chapters, you may have to enlarge the space reserved for part and chapter numbers in the table of contents. This space is controlled by \lstinline|\cftpartnumwidth| and \lstinline|\cftchapnumwidth|, respectively.
+
+For example, if your document contains eight parts, you may adjust the width as follows:
+
+\begin{texcode}{how to adjust the width of part and chapter numbers in the table of contents}
+\settowidth{\cftpartnumwidth}{\cftpartpagefont VIII}
+\setlength{\cftchapnumwidth}{\cftpartnumwidth}
+\end{texcode}
+
+Further information on how to modify the layout of the table of contents can be found in the documentation of the \textpkgname{tocloft}\footnote{\url{http://www.ctan.org/pkg/tocloft}} package.
+
+%%% ---------------------------------------------------------------------------
+\subsection{Changing the color of part headings}
+
+Part headings are displayed using the color \enquote{\texttt{parttitlecolor}}.%
+\footnote{The \textpkgname{ClassicThesis} package uses the color \enquote{\texttt{Maroon}} as defined by the \textpkgname{xcolor} package to emphasize part headings. I believe that it is more convenient to use a semantic color name instead.} %
+If, for example, you prefer a black-and-white document, you can thus simply redefine this color to be black:
+\begin{texcode}{how to change the color of part headings}
+\definecolor{parttitlecolor}{named}{black}
+\end{texcode}
+
+
+%%% ===========================================================================
+\section{Example}
+
+Here is a minimal example of a document based on \textpkgname{ksp-thesis}:
+
+\inputtexcode[break with pad]{minimal example document}{../demo/minimal/example.tex}
+
+A complete, extensively commented example which can be used as framework for your thesis can be found in the subfolder \textfilename{./demo/full/}.
+
+%%% ===========================================================================
+\cleardoublepage
+\phantomsection
+\addcontentsline{toc}{chapter}{\indexname}
+\printindex
+
+\end{document} \ No newline at end of file