diff --git a/Clean-Thesis.pdf b/Clean-Thesis.pdf
new file mode 100644
index 0000000..6e69722
Binary files /dev/null and b/Clean-Thesis.pdf differ
diff --git a/Clean-Thesis.tex b/Clean-Thesis.tex
new file mode 100644
index 0000000..183ed28
--- /dev/null
+++ b/Clean-Thesis.tex
@@ -0,0 +1,210 @@
+% **************************************************
+% Clean Thesis
+% -- A LaTeX Style for Thesis Documents --
+%
+% Copyright (C) 2011 Ricardo Langner
+% **************************************************
+%
+% Readme:
+% ----------------------------------------
+% *** Clean, Simple, Elegant ***
+% "Clean Thesis" is a LaTeX style for thesis documents, developed
+% for my diplom thesis (Diplomarbeit). The style can be understood
+% as my personal compromise — a typical clean looking scientific
+% document combined and polished with minor beautifications.
+%
+% The design of this "Clean Thesis" style is inspired
+% by user guide documents from Apple Inc.
+%
+% Note: If you are looking for an exact and correct style regarding
+% typographic rules, please have a look at the "Classic Thesis Style"
+% (see http://www.miede.de/index.php?page=classicthesis).
+%
+% *** Donation = Postcard ***
+% Based on the idea of Andr\'e Miede: If you like the "Clean Thesis"
+% style I would be very pleased about a donation in the form of a
+% POSTCARD. You can find my address at http://cleanthesis.der-ric.de/
+% as well as in the file Clean-Thesis.pdf. I am going to collect all
+% postcards and exhibit them at the website I mentioned.
+%
+% *** Idea and Inspiration ***
+% The idea of providing my customized style for thesis documents
+% passed through my mind while writing my own thesis. Motivated and
+% inspired by the superb "Classic Thesis Style"
+% (see http://www.miede.de/index.php?page=classicthesis) by Andr\'e Miede
+% (thanks to Andr\'e for doing a great job) I decided to collect all
+% design and style related functionality in a separate LaTeX style and
+% provide this style to other thesis writers.
+%
+%
+% License Information:
+% ----------------------------------------
+% "Clean Thesis" is free software: you can redistribute it and/or modify
+% it under the terms of the GNU General Public License as published by
+% the Free Software Foundation, either version 3 of the License, or
+% (at your option) any later version.
+%
+% "Clean Thesis" is distributed in the hope that it will be useful,
+% but WITHOUT ANY WARRANTY; without even the implied warranty of
+% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+% GNU General Public License for more details.
+%
+% You should have received a copy of the GNU General Public License
+% along with this program. If not, see .
+% **************************************************
+
+
+% **************************************************
+% Document Class Definition
+% **************************************************
+\documentclass[%
+ paper=A4, % paper size --> A4 is default in Germany
+ twoside=true, % onesite or twoside printing
+ openright, % doublepage cleaning ends up right side
+ parskip=full, % spacing value / method for paragraphs
+ chapterprefix=true, % prefix for chapter marks
+ 11pt, % font size
+ headings=normal, % size of headings
+ bibliography=totoc, % include bib in toc
+ listof=totoc, % include listof entries in toc
+ titlepage=on, % own page for each title page
+ captions=tableabove, % display table captions above the float env
+ draft=false, % value for draft version
+]{scrreprt}%
+
+% **************************************************
+% Debug LaTeX Information
+% **************************************************
+%\listfiles
+
+% **************************************************
+% Information and Commands for Reuse
+% **************************************************
+\newcommand{\thesisTitle}{The Clean Thesis Style}
+\newcommand{\thesisName}{Ricardo Langner}
+\newcommand{\thesisSubject}{Documentation}
+\newcommand{\thesisDate}{June 8, 2011}
+\newcommand{\thesisVersion}{0.1b}
+
+\newcommand{\thesisFirstReviewer}{Jane Doe}
+\newcommand{\thesisFirstReviewerUniversity}{\protect{Clean Thesis Style University}}
+\newcommand{\thesisFirstReviewerDepartment}{Department of Clean Thesis Style}
+
+\newcommand{\thesisSecondReviewer}{John Doe}
+\newcommand{\thesisSecondReviewerUniversity}{\protect{Clean Thesis Style University}}
+\newcommand{\thesisSecondReviewerDepartment}{Department of Clean Thesis Style}
+
+\newcommand{\thesisFirstSupervisor}{Jane Doe}
+\newcommand{\thesisSecondSupervisor}{John Smith}
+
+\newcommand{\thesisUniversity}{\protect{Clean Thesis Style University}}
+\newcommand{\thesisUniversityDepartment}{Department of Clean Thesis Style}
+\newcommand{\thesisUniversityInstitute}{Institut for Clean Thesis Dev}
+\newcommand{\thesisUniversityGroup}{Clean Thesis Group (CTG)}
+\newcommand{\thesisUniversityCity}{City}
+\newcommand{\thesisUniversityStreetAddress}{Street address}
+\newcommand{\thesisUniversityPostalCode}{Postal Code}
+
+% **************************************************
+% Load and Configure Packages
+% **************************************************
+\usepackage[utf8]{inputenc} % defines file's character encoding
+\usepackage[english]{babel} % babel system, adjust the language of the content
+\usepackage[ % clean thesis style
+ %sansserif, % - use sans serif font family
+ %colorreduced, % - controls the use of colors; use colorreduced or colorbw
+ %figurecaptionoutside, % - puts the label of figures into the margin
+ sectionlabeloutside, % - puts the label of sections into the margin
+ subsectionlabeloutside, % - puts the label of subsections into the margin
+]{cleanthesis}
+
+\hypersetup{ % setup the hyperref-package options
+ pdftitle={\thesisTitle}, % - title (PDF meta)
+ pdfsubject={\thesisSubject},% - subject (PDF meta)
+ pdfauthor={\thesisName}, % - author (PDF meta)
+ plainpages=false, % -
+ colorlinks=false, % - colorize links?
+ pdfborder={0 0 0}, % -
+ breaklinks=true, % - allow line break inside links
+ bookmarksnumbered=true, %
+ bookmarksopen=true %
+}
+
+% **************************************************
+% Document CONTENT
+% **************************************************
+\begin{document}
+
+% --------------------------
+% rename document parts
+% --------------------------
+%\renewcaptionname{ngerman}{\figurename}{Abb.}
+%\renewcaptionname{ngerman}{\tablename}{Tab.}
+\renewcaptionname{english}{\figurename}{Fig.}
+\renewcaptionname{english}{\tablename}{Tab.}
+
+% --------------------------
+% Front matter
+% --------------------------
+\pagenumbering{roman} % roman page numbing (invisible for empty page style)
+\pagestyle{empty} % no header or footers
+\input{content/titlepages} % INCLUDE: all titlepages
+\cleardoublepage
+
+\pagestyle{plain} % display just page numbers
+\input{content/abstract} % INCLUDE: the abstracts (english and german)
+\cleardoublepage
+%
+\input{content/acknowledgement} % INCLUDE: acknowledgement
+\cleardoublepage
+%
+\setcounter{tocdepth}{2} % define depth of toc
+\tableofcontents % display table of contents
+\cleardoublepage
+
+% --------------------------
+% Body matter
+% --------------------------
+\pagenumbering{arabic} % arabic page numbering
+\setcounter{page}{1} % set page counter
+\pagestyle{maincontentstyle} % fancy header and footer
+
+\input{content/chapter-introduction} % INCLUDE: introduction
+\input{content/chapter-related-work} % INCLUDE: related work
+\input{content/chapter-system} % INCLUDE: system
+\input{content/chapter-concepts} % INCLUDE: concepts
+\input{content/chapter-conclusion} % INCLUDE: conclusion
+\cleardoublepage
+
+% --------------------------
+% Back matter
+% --------------------------
+{%
+\setstretch{1.1}
+\renewcommand{\bibfont}{\normalfont\small}
+\setlength{\biblabelsep}{0pt}
+\setlength{\bibitemsep}{0.5\baselineskip plus 0.5\baselineskip}
+\nocite{*}
+\printbibliography[nottype=online]
+\printbibliography[heading=subbibliography,title={Webseiten},type=online,prefixnumbers={@}]
+}
+\cleardoublepage
+
+\listoffigures
+\cleardoublepage
+
+\listoftables
+\cleardoublepage
+
+\input{content/colophon}
+\cleardoublepage
+
+\input{content/declaration}
+\clearpage
+\newpage
+\mbox{}
+
+% **************************************************
+% End of Document CONTENT
+% **************************************************
+\end{document}
diff --git a/README b/README
index 272ab56..f164ea4 100644
--- a/README
+++ b/README
@@ -1,22 +1,39 @@
-Clean Thesis Style
+Clean Thesis
+-- A LaTeX Style for Thesis Documents --
+
Copyright (C) 2011 Ricardo Langner
Readme:
----------------------------------------
+*** Clean, Simple, Elegant ***
+"Clean Thesis" is a LaTeX style for thesis documents, developed
+for my diplom thesis (Diplomarbeit). The style can be understood
+as my personal compromise — a typical clean looking scientific
+document combined and polished with minor beautifications.
+
The design of this "Clean Thesis" style is inspired
by user guide documents from Apple Inc.
-If you like the "Clean Thesis" style I would be very pleased about a
-donation (see http://cleanthesis.der-ric.de/). If you can not or do
-not want to donate then I would appreciate a POSTCARD. You can find
-my address in the file Clean-Thesis.pdf. I am going to collect all
-postcards and exhibit them online at http://cleanthesis.der-ric.de/.
+Note: If you are looking for an exact and correct style regarding
+typographic rules, please have a look at the "Classic Thesis Style"
+(see http://www.miede.de/index.php?page=classicthesis).
-The idea of providing my customized style for thesis documents was
-motivated and inspired by the popular "A Classic Thesis Style"
-developed by Andr\'e Miede (http://www.miede.de). Thanks to Andr\'e
-for doing a great job.
+*** Donation = Postcard ***
+Based on the idea of Andr\'e Miede: If you like the "Clean Thesis"
+style I would be very pleased about a donation in the form of a
+POSTCARD. You can find my address at http://cleanthesis.der-ric.de/
+as well as in the file Clean-Thesis.pdf. I am going to collect all
+postcards and exhibit them at the website I mentioned.
+
+*** Idea and Inspiration ***
+The idea of providing my customized style for thesis documents
+passed through my mind while writing my own thesis. Motivated and
+inspired by the superb "Classic Thesis Style"
+(see http://www.miede.de/index.php?page=classicthesis) by Andr\'e Miede
+(thanks to Andr\'e for doing a great job) I decided to collect all
+design and style related functionality in a separate LaTeX style and
+provide this style to other thesis writers.
License Information:
diff --git a/bib-refs.bib b/bib-refs.bib
new file mode 100644
index 0000000..d7efc0c
--- /dev/null
+++ b/bib-refs.bib
@@ -0,0 +1,88 @@
+%% This BibTeX bibliography file was created using BibDesk.
+%% http://bibdesk.sourceforge.net/
+
+
+%% Created for Ricardo Langner at 2011-05-27 13:40:00 +0200
+
+
+%% Saved with string encoding Unicode (UTF-8)
+
+
+
+@online{WEB:GNU:GPL:2010,
+ Author = {{Free Software Foundation, Inc.}},
+ Date-Added = {2011-05-27 13:38:31 +0200},
+ Date-Modified = {2011-05-27 13:39:24 +0200},
+ Title = {GNU General Public License},
+ Url = {http://www.gnu.org/licenses/gpl.html},
+ Urldate = {2011-05-27},
+ Year = {2010}}
+
+@online{WEB:Miede:2011,
+ Author = {Andr{\'e} Miede},
+ Date-Added = {2011-05-27 13:35:41 +0200},
+ Date-Modified = {2011-05-27 13:37:15 +0200},
+ Title = {A Classic Thesis Style by Andr{\'e} Miede},
+ Url = {http://www.miede.de/index.php?page=classicthesis},
+ Urldate = {2011-05-27},
+ Year = {2011}}
+
+@book{Jurgens:2000,
+ Author = {Manuela J{\"u}rgens},
+ Date-Added = {2011-05-27 13:34:22 +0200},
+ Date-Modified = {2011-05-27 13:34:59 +0200},
+ Publisher = {FernUniversit{\"a}t Gesamthochschule in Hagen},
+ Title = {LaTeX: eine Einf{\"u}hrung und ein bisschen mehr},
+ Year = {2000}}
+
+@book{Jurgens:1995,
+ Author = {Manuela J{\"u}rgens},
+ Date-Added = {2011-05-27 13:32:40 +0200},
+ Date-Modified = {2011-05-27 13:34:17 +0200},
+ Publisher = {FernUniversit{\"a}t Gesamthochschule in Hagen},
+ Title = {LaTeX: Fortgeschrittene Anwendungen},
+ Year = {1995}}
+
+@manual{Miede:2011,
+ Author = {Andr{\'e} Miede},
+ Date-Added = {2011-05-27 13:29:22 +0200},
+ Date-Modified = {2011-05-27 13:30:39 +0200},
+ Title = {A Classic Thesis Style: An Homage to The Elements of Typographic Style},
+ Year = {2011}}
+
+@book{Kohm:2011,
+ Author = {Markus Kohm and Jens-Uwe-Morawski},
+ Date-Added = {2011-05-27 13:27:35 +0200},
+ Date-Modified = {2011-05-27 13:28:22 +0200},
+ Title = {KOMA-Script: Die Anleitung},
+ Year = {2011}}
+
+@book{Apple:keynote:2010,
+ Author = {{Apple Inc.}},
+ Date-Added = {2011-03-21 17:19:42 +0100},
+ Date-Modified = {2011-03-21 17:19:42 +0100},
+ Publisher = {{Apple Inc.}},
+ Title = {Keynote '09 User Guide},
+ Year = {2010},
+ Bdsk-File-1 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAfIAAAAAAfIAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfS2V5biM0M0VCNTcucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ+tXyUqouAAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqaqAAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX0tleW4jNDNFQjU3LnBkZgAOAFYAKgBBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAEsAZQB5AG4AbwB0AGUAIAAnADAAOQAgAFUAcwBlAHIAIABHAHUAaQBkAGUALgBwAGQAZgAPABoADABNAGEAYwBpAG4AdABvAHMAaAAgAEgARAASAEpVc2Vycy9kZXJyaWMvQmlibGlvZ3JhcGh5L0ZpbGVzL0FwcGxlIEluYy5fMjAxMF9LZXlub3RlICcwOSBVc2VyIEd1aWRlLnBkZgATAAEvAAAVAAIADf//AACABdIcHR4fWCRjbGFzc2VzWiRjbGFzc25hbWWjHyAhXU5TTXV0YWJsZURhdGFWTlNEYXRhWE5TT2JqZWN0XxBDLi4vLi4vQmlibGlvZ3JhcGh5L0ZpbGVzL0FwcGxlIEluYy5fMjAxMF9LZXlub3RlICcwOSBVc2VyIEd1aWRlLnBkZtIcHSQloiUhXE5TRGljdGlvbmFyeRIAAYagXxAPTlNLZXllZEFyY2hpdmVyAAgAEQAWAB8AKAAyADUAOgA8AEUASwBSAF0AZQBsAG8AcQBzAHYAeAB6AHwAhgCTAJgAoAKWApgCnQKmArECtQLDAsoC0wMZAx4DIQMuAzMAAAAAAAACAQAAAAAAAAAoAAAAAAAAAAAAAAAAAAADRQ==},
+ Bdsk-File-2 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAfYAAAAAAfYAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfS2V5biM0NkUzNkUucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARuNuyUqiogAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqUkgAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX0tleW4jNDZFMzZFLnBkZgAOAFgAKwBBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAEsAZQB5AG4AbwB0AGUAIAAnADAAOQAgAFUAcwBlAHIAIABHAHUAaQBkAGUAMAAuAHAAZABmAA8AGgAMAE0AYQBjAGkAbgB0AG8AcwBoACAASABEABIAS1VzZXJzL2RlcnJpYy9CaWJsaW9ncmFwaHkvRmlsZXMvQXBwbGUgSW5jLl8yMDEwX0tleW5vdGUgJzA5IFVzZXIgR3VpZGUwLnBkZgAAEwABLwAAFQACAA3//wAAgAXSHB0eH1gkY2xhc3Nlc1okY2xhc3NuYW1lox8gIV1OU011dGFibGVEYXRhVk5TRGF0YVhOU09iamVjdF8QRC4uLy4uL0JpYmxpb2dyYXBoeS9GaWxlcy9BcHBsZSBJbmMuXzIwMTBfS2V5bm90ZSAnMDkgVXNlciBHdWlkZTAucGRm0hwdJCWiJSFcTlNEaWN0aW9uYXJ5EgABhqBfEA9OU0tleWVkQXJjaGl2ZXIACAARABYAHwAoADIANQA6ADwARQBLAFIAXQBlAGwAbwBxAHMAdgB4AHoAfACGAJMAmACgApoCnAKhAqoCtQK5AscCzgLXAx4DIwMmAzMDOAAAAAAAAAIBAAAAAAAAACgAAAAAAAAAAAAAAAAAAANK}}
+
+@book{Apple:numbers:2010,
+ Author = {{Apple Inc.}},
+ Date-Added = {2011-03-21 17:19:42 +0100},
+ Date-Modified = {2011-03-21 17:19:42 +0100},
+ Publisher = {{Apple Inc.}},
+ Title = {Numbers '09 User Guide},
+ Year = {2010},
+ Bdsk-File-1 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAfIAAAAAAfIAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfTnVtYiM0M0VCNjEucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ+thyUqocgAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqaYgAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX051bWIjNDNFQjYxLnBkZgAOAFYAKgBBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAE4AdQBtAGIAZQByAHMAIAAnADAAOQAgAFUAcwBlAHIAIABHAHUAaQBkAGUALgBwAGQAZgAPABoADABNAGEAYwBpAG4AdABvAHMAaAAgAEgARAASAEpVc2Vycy9kZXJyaWMvQmlibGlvZ3JhcGh5L0ZpbGVzL0FwcGxlIEluYy5fMjAxMF9OdW1iZXJzICcwOSBVc2VyIEd1aWRlLnBkZgATAAEvAAAVAAIADf//AACABdIcHR4fWCRjbGFzc2VzWiRjbGFzc25hbWWjHyAhXU5TTXV0YWJsZURhdGFWTlNEYXRhWE5TT2JqZWN0XxBDLi4vLi4vQmlibGlvZ3JhcGh5L0ZpbGVzL0FwcGxlIEluYy5fMjAxMF9OdW1iZXJzICcwOSBVc2VyIEd1aWRlLnBkZtIcHSQloiUhXE5TRGljdGlvbmFyeRIAAYagXxAPTlNLZXllZEFyY2hpdmVyAAgAEQAWAB8AKAAyADUAOgA8AEUASwBSAF0AZQBsAG8AcQBzAHYAeAB6AHwAhgCTAJgAoAKWApgCnQKmArECtQLDAsoC0wMZAx4DIQMuAzMAAAAAAAACAQAAAAAAAAAoAAAAAAAAAAAAAAAAAAADRQ==},
+ Bdsk-File-2 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAfYAAAAAAfYAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfTnVtYiM0NkUzN0QucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARuN9yUqikwAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqUgwAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX051bWIjNDZFMzdELnBkZgAOAFgAKwBBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAE4AdQBtAGIAZQByAHMAIAAnADAAOQAgAFUAcwBlAHIAIABHAHUAaQBkAGUAMAAuAHAAZABmAA8AGgAMAE0AYQBjAGkAbgB0AG8AcwBoACAASABEABIAS1VzZXJzL2RlcnJpYy9CaWJsaW9ncmFwaHkvRmlsZXMvQXBwbGUgSW5jLl8yMDEwX051bWJlcnMgJzA5IFVzZXIgR3VpZGUwLnBkZgAAEwABLwAAFQACAA3//wAAgAXSHB0eH1gkY2xhc3Nlc1okY2xhc3NuYW1lox8gIV1OU011dGFibGVEYXRhVk5TRGF0YVhOU09iamVjdF8QRC4uLy4uL0JpYmxpb2dyYXBoeS9GaWxlcy9BcHBsZSBJbmMuXzIwMTBfTnVtYmVycyAnMDkgVXNlciBHdWlkZTAucGRm0hwdJCWiJSFcTlNEaWN0aW9uYXJ5EgABhqBfEA9OU0tleWVkQXJjaGl2ZXIACAARABYAHwAoADIANQA6ADwARQBLAFIAXQBlAGwAbwBxAHMAdgB4AHoAfACGAJMAmACgApoCnAKhAqoCtQK5AscCzgLXAx4DIwMmAzMDOAAAAAAAAAIBAAAAAAAAACgAAAAAAAAAAAAAAAAAAANK}}
+
+@book{Apple:pages:2010,
+ Author = {{Apple Inc.}},
+ Date-Added = {2011-03-10 10:56:56 +0100},
+ Date-Modified = {2011-03-10 10:56:56 +0100},
+ Publisher = {{Apple Inc.}},
+ Title = {Pages '09 User Guide},
+ Year = {2010},
+ Bdsk-File-1 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAewAAAAAAewAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfUGFnZSM0M0RGNzkucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ995yUqizgAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqUvgAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX1BhZ2UjNDNERjc5LnBkZgAOAFIAKABBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAFAAYQBnAGUAcwAgACcAMAA5ACAAVQBzAGUAcgAgAEcAdQBpAGQAZQAuAHAAZABmAA8AGgAMAE0AYQBjAGkAbgB0AG8AcwBoACAASABEABIASFVzZXJzL2RlcnJpYy9CaWJsaW9ncmFwaHkvRmlsZXMvQXBwbGUgSW5jLl8yMDEwX1BhZ2VzICcwOSBVc2VyIEd1aWRlLnBkZgATAAEvAAAVAAIADf//AACABdIcHR4fWCRjbGFzc2VzWiRjbGFzc25hbWWjHyAhXU5TTXV0YWJsZURhdGFWTlNEYXRhWE5TT2JqZWN0XxBBLi4vLi4vQmlibGlvZ3JhcGh5L0ZpbGVzL0FwcGxlIEluYy5fMjAxMF9QYWdlcyAnMDkgVXNlciBHdWlkZS5wZGbSHB0kJaIlIVxOU0RpY3Rpb25hcnkSAAGGoF8QD05TS2V5ZWRBcmNoaXZlcgAIABEAFgAfACgAMgA1ADoAPABFAEsAUgBdAGUAbABvAHEAcwB2AHgAegB8AIYAkwCYAKACkAKSApcCoAKrAq8CvQLEAs0DEQMWAxkDJgMrAAAAAAAAAgEAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAz0=},
+ Bdsk-File-2 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAfAAAAAAAfAAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfUGFnZSM0NkUzOUEucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARuOayUqirgAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqUngAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX1BhZ2UjNDZFMzlBLnBkZgAOAFQAKQBBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAFAAYQBnAGUAcwAgACcAMAA5ACAAVQBzAGUAcgAgAEcAdQBpAGQAZQAwAC4AcABkAGYADwAaAAwATQBhAGMAaQBuAHQAbwBzAGgAIABIAEQAEgBJVXNlcnMvZGVycmljL0JpYmxpb2dyYXBoeS9GaWxlcy9BcHBsZSBJbmMuXzIwMTBfUGFnZXMgJzA5IFVzZXIgR3VpZGUwLnBkZgAAEwABLwAAFQACAA3//wAAgAXSHB0eH1gkY2xhc3Nlc1okY2xhc3NuYW1lox8gIV1OU011dGFibGVEYXRhVk5TRGF0YVhOU09iamVjdF8QQi4uLy4uL0JpYmxpb2dyYXBoeS9GaWxlcy9BcHBsZSBJbmMuXzIwMTBfUGFnZXMgJzA5IFVzZXIgR3VpZGUwLnBkZtIcHSQloiUhXE5TRGljdGlvbmFyeRIAAYagXxAPTlNLZXllZEFyY2hpdmVyAAgAEQAWAB8AKAAyADUAOgA8AEUASwBSAF0AZQBsAG8AcQBzAHYAeAB6AHwAhgCTAJgAoAKUApYCmwKkAq8CswLBAsgC0QMWAxsDHgMrAzAAAAAAAAACAQAAAAAAAAAoAAAAAAAAAAAAAAAAAAADQg==}}
diff --git a/cleanthesis.sty b/cleanthesis.sty
new file mode 100644
index 0000000..ac5a9cd
--- /dev/null
+++ b/cleanthesis.sty
@@ -0,0 +1,502 @@
+% **************************************************
+% Clean Thesis
+% -- A LaTeX Style for Thesis Documents --
+%
+% Copyright (C) 2011 Ricardo Langner
+% **************************************************
+%
+% Readme:
+% ----------------------------------------
+% *** Clean, Simple, Elegant ***
+% "Clean Thesis" is a LaTeX style for thesis documents, developed
+% for my diplom thesis (Diplomarbeit). The style can be understood
+% as my personal compromise — a typical clean looking scientific
+% document combined and polished with minor beautifications.
+%
+% The design of this "Clean Thesis" style is inspired
+% by user guide documents from Apple Inc.
+%
+% Note: If you are looking for an exact and correct style regarding
+% typographic rules, please have a look at the "Classic Thesis Style"
+% (see http://www.miede.de/index.php?page=classicthesis).
+%
+% *** Donation = Postcard ***
+% Based on the idea of Andr\'e Miede: If you like the "Clean Thesis"
+% style I would be very pleased about a donation in the form of a
+% POSTCARD. You can find my address at http://cleanthesis.der-ric.de/
+% as well as in the file Clean-Thesis.pdf. I am going to collect all
+% postcards and exhibit them at the website I mentioned.
+%
+% *** Idea and Inspiration ***
+% The idea of providing my customized style for thesis documents
+% passed through my mind while writing my own thesis. Motivated and
+% inspired by the superb "Classic Thesis Style"
+% (see http://www.miede.de/index.php?page=classicthesis) by Andr\'e Miede
+% (thanks to Andr\'e for doing a great job) I decided to collect all
+% design and style related functionality in a separate LaTeX style and
+% provide this style to other thesis writers.
+%
+%
+% License Information:
+% ----------------------------------------
+% "Clean Thesis" is free software: you can redistribute it and/or modify
+% it under the terms of the GNU General Public License as published by
+% the Free Software Foundation, either version 3 of the License, or
+% (at your option) any later version.
+%
+% "Clean Thesis" is distributed in the hope that it will be useful,
+% but WITHOUT ANY WARRANTY; without even the implied warranty of
+% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+% GNU General Public License for more details.
+%
+% You should have received a copy of the GNU General Public License
+% along with this program. If not, see .
+% **************************************************
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{cleanthesis}[2011/05/27 v0.1b Clean-looking thesis style inspired by Apple's user guide documents]
+
+\RequirePackage{ifthen}
+ \newboolean{@sansserif}
+ \newboolean{@colorbw}
+ \newboolean{@colorreduced}
+ \newboolean{@figurecaptionoutside}
+ \newboolean{@sectionlabeloutside}
+ \newboolean{@subsectionlabeloutside}
+
+% **************************************************
+% Style Options
+% **************************************************
+\DeclareOption{sansserif}{\setboolean{@sansserif}{true}}
+\DeclareOption{colorbw}{\setboolean{@colorbw}{true}}
+\DeclareOption{colorreduced}{\setboolean{@colorreduced}{true}}
+\DeclareOption{figurecaptionoutside}{\setboolean{@figurecaptionoutside}{true}}
+\DeclareOption{sectionlabeloutside}{\setboolean{@sectionlabeloutside}{true}}
+\DeclareOption{subsectionlabeloutside}{\setboolean{@subsectionlabeloutside}{true}}
+\DeclareOption*{%
+ \PackageWarning{cleanthesis}{Unknown option ‘\CurrentOption’}%
+}
+\ProcessOptions\relax % executes the code for each option
+
+% **************************************************
+% Color Definitions
+% **************************************************
+\RequirePackage[dvipsnames]{xcolor}
+
+% general clean thesis colors
+\definecolor{cthesisblack}{gray}{.05}
+\definecolor{cthesisgraylight}{gray}{.8}
+\definecolor{cthesismaincolor}{cmyk}{1, .50, .10, .01}
+\definecolor{cthesisaccessorycolor}{cmyk}{.18, .98, .18, 0}
+
+% footer colors
+\colorlet{cthesiscolorfooterpage}{cthesisblack}
+\colorlet{cthesiscolorfooterline}{cthesismaincolor}
+\colorlet{cthesiscolorfootermark}{cthesisblack}
+\colorlet{cthesiscolorfootertitle}{cthesismaincolor}
+
+% chapter colors
+\colorlet{cthesiscolorchapternum}{cthesismaincolor}
+\colorlet{cthesiscolorchapterline}{cthesismaincolor}
+
+% text colors
+\colorlet{cthesiscolorsection}{cthesismaincolor}
+\colorlet{cthesiscolorsubsection}{cthesismaincolor}
+\colorlet{cthesiscolorfloatlabel}{cthesisaccessorycolor}
+\colorlet{cthesiscolorlistlabel}{cthesismaincolor}
+
+\ifthenelse{\boolean{@colorbw}}%
+ {%
+ \setboolean{@colorreduced}{true}%
+ %
+ \colorlet{cthesiscolorchapternum}{cthesisblack}%
+ \colorlet{cthesiscolorchapterline}{cthesisblack}%
+ %
+ \colorlet{cthesiscolorsection}{cthesisblack}%
+ \colorlet{cthesiscolorfloatlabel}{cthesisblack}%
+ }{}
+\ifthenelse{\boolean{@colorreduced}}%
+ {%
+ \colorlet{cthesiscolorfooterline}{cthesisblack}
+ \colorlet{cthesiscolorfootertitle}{cthesisblack}
+ \colorlet{cthesiscolorsubsection}{cthesisblack}
+ \colorlet{cthesiscolorlistlabel}{cthesisblack}
+ }{}
+
+% **************************************************
+% Font Definitions (see http://www.tug.dk/FontCatalogue/)
+% **************************************************
+\RequirePackage[T1]{fontenc} % font types and character verification
+\ifthenelse{\boolean{@sansserif}}%
+ {%
+ % Using sans-serif fonts
+ %
+ %\RequirePackage{helvet} % Font: Helvetica
+ %\RequirePackage{nimbus} % Font: Nimbus Sans, a clone of the Helvetica
+ \RequirePackage{tgheros} % Font: TEX Gyre Heros
+ %\RequirePackage{libertine} % Font: Biolinum, the standard sans serif typeface with the Libertine package
+ %\RequirePackage[scaled]{berasans} % Font: Bera Sans, a a version of Bitstream Vera Sans slightly enhanced
+ \renewcommand*\familydefault{\sfdefault}%
+ }{%
+ % Using serif fonts
+ %
+ \RequirePackage{lmodern} % font set: Latin Modern
+ \RequirePackage{charter} % font set: Charter
+ %\RequirePackage{fourier} % font set: (basically improved utopia)
+ }
+
+% **************************************************
+% Load Packages
+% **************************************************
+\RequirePackage{fixltx2e} % packages provides fixes to LaTeX2e
+\RequirePackage{microtype} % typographic tuning
+\RequirePackage{setspace} % for line spacing, e.g. \onehalfspacing
+\RequirePackage[]{graphicx} % graphics import features
+\RequirePackage{fancyhdr} % for header and footer modifications
+\RequirePackage{enumitem} % for simple list modifications
+\RequirePackage{blindtext} % package for blind text
+\RequirePackage{textcomp} % different symbols
+\RequirePackage{hyperref} % interactive link inside the document
+\RequirePackage{titlesec} % to modify sectioning commands, e.g. chapter
+%
+\RequirePackage[ % modify figure and table captions
+ font={small}, % - small font size
+ labelfont={bf,sf,color=cthesiscolorfloatlabel},% - label in bold, sans-serif and magenta
+ labelsep=endash, % - separator
+ singlelinecheck=false % - no centered single-lined captions
+]{caption}[2008/08/24]
+\ifthenelse{\boolean{@figurecaptionoutside}}%
+ {%
+ \DeclareCaptionFormat{llap}{\llap{#1#2}#3\par}%
+ \captionsetup{format=llap,labelsep=quad,singlelinecheck=false}%
+ }{}
+%
+\RequirePackage[ % page layout modifications
+ paper=a4paper, % - use A4 paper size
+ %scale={0.86,0.94}, % - total body size (h,v)
+ %scale={0.86,0.94}, % - total body size (h,v)
+ nohead, % - no header
+ includefoot, % - include footer space
+ includemp, % - include side note space
+ bindingoffset=0.5cm, % - binding correction
+ top=2.25cm, % - total body: top margin
+ left=3.75cm, % - total body: left margin (odd pages)
+ right=0.75cm, % - total body: right margin (odd pages)
+ bottom=1.5cm, % - total body: bottom margin
+ marginparwidth=1.75cm, % - width for side note
+ marginparsep=10pt, % - space between notes and body text (content)
+ footskip=2cm, % - footer skip size
+]{geometry}
+%
+\RequirePackage[ % advanced quotes
+ strict=true, % - warning are errors now
+ style=german % - german quotes
+]{csquotes}
+%
+\RequirePackage[ % use biblatex for bibliography
+% backend=biber, % - use biber backend (bibtex replacement)
+ bibencoding=utf8, % - use auto file encode
+ style=alphabetic, % - use alphabetic (or numeric) bib style
+ natbib=true, % - allow natbib commands
+ hyperref=true, % - activate hyperref support
+ backref=true, % - activate backrefs
+ isbn=false, % - don't show isbn tags
+ url=false, % - don't show url tags
+ doi=false, % - don't show doi tags
+ urldate=long, % - display type for dates
+ maxnames=3,%
+ minnames=1,%
+ maxbibnames=5,%
+ minbibnames=3,%
+ maxcitenames=2,%
+ mincitenames=1%
+]{biblatex}
+\bibliography{bib-refs}
+\DefineBibliographyStrings{ngerman}{%
+ andothers = {{et\,al\adddot}}, % 'et al.' instead of 'u.a.'
+ backrefpage = {{zitiert auf Seite}},%
+ backrefpages = {{zitiert auf den Seiten}},%
+}
+
+% **************************************************
+% Text Format
+% **************************************************
+\setstretch{1.2} % value for line spacing, use \setstretch{} or \singlespacing or \onehalfspacing or \doublespacing
+\setlength{\parindent}{0em} % value for paragraph indentation
+\clubpenalty = 10000 % prevent single lines at the beginning of a paragraph (Schusterjungen)
+\widowpenalty = 10000 % prevent single lines at the end of a paragraph (Hurenkinder)
+\displaywidowpenalty = 10000 %
+
+% **************************************************
+% List Definitions
+% **************************************************
+\newenvironment{my_list}%
+ {\begin{enumerate}%
+ \setlength{\itemsep}{1pt}%
+ \setlength{\parskip}{0pt}%
+ \setlength{\parsep}{0pt}%
+ }%
+ {\end{enumerate}}
+%
+\newenvironment{my_list_num}
+ {\begin{enumerate}[topsep=-5pt,partopsep=0pt,parsep=2pt,itemsep=3pt]}
+ {\end{enumerate}}%
+
+\newenvironment{my_list_item}
+ {\begin{itemize}[topsep=-5pt,partopsep=0pt,parsep=2pt,itemsep=3pt]}
+ {\end{itemize}}%
+
+\newenvironment{ct_version_list}
+ {\begin{itemize}[topsep=-5pt,partopsep=0pt,parsep=2pt,itemsep=3pt]}
+ {\end{itemize}}%
+
+ \newenvironment{ct_version_list_sub}
+ {\begin{itemize}[topsep=-0pt,partopsep=0pt,parsep=0pt,itemsep=0pt]}
+ {\end{itemize}}%
+
+\renewcommand{\descriptionlabel}[1]{%
+ \hspace*{\labelsep}%
+ \color{cthesiscolorlistlabel}%
+ \tgherosfont\textbf{#1}%
+}
+\newenvironment{my_list_desc}
+ {\begin{description}[%
+ style=multiline,%
+ topsep=-5pt,%
+ leftmargin=3cm,%
+ partopsep=0pt,%
+ parsep=2pt,%
+ itemsep=3pt%
+ ]}
+ {\end{description}}%
+
+% **************************************************
+% Header and Footer
+% **************************************************
+\pagestyle{fancy}
+\renewcommand{\chaptermark}[1]{%
+ \markboth{%
+ \footnotesize%
+ {\color{cthesiscolorfootermark}\textbf{\chaptername\ \thechapter}}%
+ \quad%
+ {\color{cthesiscolorfootertitle}#1}%
+ }{}%
+}
+\renewcommand{\sectionmark}[1]{%
+ \markright{%
+ \footnotesize%
+ {\color{cthesiscolorfootermark}\textbf{\thesection}}%
+ \quad%
+ {\color{cthesiscolorfootertitle}#1}%
+ }%
+}
+%
+\fancypagestyle{plain}{%
+ \fancyhf{}
+ \fancyfootoffset[OR]{1.85cm}
+ \fancyfoot[OR]{%
+ {\ }\tgherosfont%
+ {\color{cthesiscolorfooterline}\rule[-90pt]{1.25pt}{100pt}}%
+ \hspace*{10pt}\begin{minipage}[b]{1.5cm}%
+ \color{cthesiscolorfooterpage}\normalsize\textbf{\thepage}%
+ \end{minipage}%
+ }
+ \fancyfootoffset[EL]{1.85cm}
+ \fancyfoot[EL]{%
+ \tgherosfont%
+ \begin{minipage}[b]{1.5cm}%
+ \raggedleft\color{cthesiscolorfooterpage}\normalsize\textbf{\thepage}%
+ \end{minipage}%
+ \hspace*{10pt}{\color{cthesiscolorfooterline}\rule[-90pt]{1.25pt}{100pt}}%
+ }
+ \renewcommand{\headrulewidth}{0pt}
+ \renewcommand{\footrulewidth}{0pt}
+}
+%
+\fancypagestyle{maincontentstyle}{%
+ \pagestyle{plain}
+ \fancyhf{}
+ \fancyfootoffset[OR]{1.85cm}
+ \fancyfoot[OR]{%
+ {\ }\tgherosfont\footnotesize%
+ \rightmark%
+ \hspace*{0.75cm}{\color{cthesiscolorfooterline}\rule[-90pt]{1.25pt}{100pt}}%
+ \hspace*{10pt}\begin{minipage}[b]{1.5cm}%
+ \color{cthesiscolorfooterpage}\normalsize\textbf{\thepage}%
+ \end{minipage}%
+ }
+ \fancyfootoffset[EL]{1.85cm}
+ \fancyfoot[EL]{%
+ \tgherosfont\footnotesize%
+ \begin{minipage}[b]{1.5cm}%
+ \raggedleft\color{cthesiscolorfooterpage}\normalsize\textbf{\thepage}%
+ \end{minipage}%
+ \footnotesize%
+ \hspace*{10pt}{\color{cthesiscolorfooterline}\rule[-90pt]{1.25pt}{100pt}}%
+ \hspace*{0.75cm}\leftmark%
+ }
+}
+
+% **************************************************
+% New Commands
+% **************************************************
+% TODO command
+\definecolor{color_todo}{rgb}{.6,.8,.2}
+\newcommand{\TODO}[1]{{\color{color_todo}\textbf{[TODO #1]}}}
+%
+%
+% ref commands, e.g. for images, tables and text labels
+% --------------------------------------------------
+% RESULT = (siehe Tab. 12.4)
+\newcommand{\tabref}[1]{(siehe Tab.~\ref{#1})}
+%
+% RESULT = (siehe Tab. 12.4)
+\newcommand{\tableref}[1]{(siehe Tab.~\ref{#1} Seite~\pageref{#1})}
+%
+% --------------------------------------------------
+% RESULT = (siehe 3.4)
+\newcommand{\tref}[1]{(siehe \ref{#1})}
+%
+% RESULT = Abschnitt 3.4
+\newcommand{\treft}[1]{Abschnitt~\ref{#1}}
+%
+% RESULT = (siehe 3.4, Seite 12)
+\newcommand{\textref}[1]{(siehe \ref{#1}, Seite~\pageref{#1})}
+%
+% RESULT = Abschnitt 3.4 (siehe Seite 12)
+\newcommand{\textreft}[1]{Abschnitt~\ref{#1} (siehe Seite~\pageref{#1})}
+%
+% --------------------------------------------------
+% RESULT = (siehe Abb. 10.4)
+\newcommand{\fref}[1]{(siehe Abb.~\ref{#1})}
+%
+% RESULT = (siehe Abb. 10.4 b)
+\newcommand{\frefadd}[2]{(siehe Abb.~\ref{#1}~#2)}
+%
+% RESULT = (siehe Abb. 10.4, Seite 12)
+\newcommand{\figref}[1]{(siehe Abb.~\ref{#1}, Seite~\pageref{#1})}
+%
+% RESULT = (siehe Abb. 10.4 b, Seite 12)
+\newcommand{\figrefadd}[2]{(siehe Abb.~\ref{#1}~#2, Seite~\pageref{#1})}
+%
+% RESULT = Abbildung 10.4
+\newcommand{\figreft}[1]{Abbildung~\ref{#1}}
+%
+% RESULT = Abbildung 10.4 b
+\newcommand{\figrefaddt}[2]{Abbildung~\ref{#1}~#2}
+%
+% --------------------------------------------------
+% RESULT = (siehe Seite 12)
+\newcommand{\seepage}[1]{(siehe Seite~\pageref{#1})}
+
+
+% **************************************************
+% Sectioning Commands
+% **************************************************
+% own font definitions
+\newcommand{\helv}{\fontfamily{phv}\fontsize{9}{11}\selectfont}
+\newcommand{\book}{\fontfamily{pbk}\fontseries{m}\fontsize{11}{13}\selectfont}
+\newcommand{\tgherosfont}{\fontfamily{qhv}\selectfont}
+\newcommand{\thesischapterfont}{\color{cthesisblack}\huge \fontfamily{phv}\selectfont}
+%\newcommand{\thesissectionfont}{\color{cthesismaincolor}\LARGE\bfseries \tgherosfont}
+\newcommand{\thesissectionfont}{\color{cthesiscolorsection}\LARGE \tgherosfont}
+\newcommand{\thesissubsectionfont}{\color{cthesiscolorsubsection}\Large \tgherosfont}
+%
+% headings
+\setkomafont{chapter}{\thesischapterfont} % for chapter entries
+\setkomafont{section}{\thesissectionfont} % for section entries
+\setkomafont{subsection}{\thesissubsectionfont} % for section entries
+\addtokomafont{subsubsection}{\tgherosfont}
+\addtokomafont{paragraph}{\tgherosfont}
+
+%\setkomafont{subsection}{\large} % for subsection entries
+
+% usage: \titleformat{⟨command)}[⟨shape⟩]{⟨format⟩}{⟨label⟩}{⟨sep⟩}{⟨before⟩}[⟨after⟩]
+\titleformat{\chapter}[display]%
+ {\usekomafont{chapter}}%
+ {%
+ \vspace{-8em}
+ \raggedleft{%
+ {\color{cthesiscolorchapterline}\rule[-5pt]{2pt}{5cm}}\quad%
+ {\color{cthesiscolorchapternum}\fontsize{60}{60}\selectfont\thechapter}%
+ }%
+ }%
+ {-2.1em}%
+ {\raggedright}%
+ []
+
+% format the section
+\ifthenelse{\boolean{@sectionlabeloutside}}%
+ {%
+ \titleformat{\section}[hang]%
+ {\usekomafont{section}}%
+ {\color{cthesisblack}\thesection\hspace*{10pt}}%
+ {0pt}%
+ {\raggedright}%
+ []
+ }{%
+ \titleformat{\section}[block]%
+ {\usekomafont{section}}%
+ {\color{cthesisblack}\thesection\hspace*{10pt}}%
+ {0pt}%
+ {\raggedright}%
+ []
+ }
+
+% format the subsection
+\ifthenelse{\boolean{@subsectionlabeloutside}}%
+ {%
+ \titleformat{\subsection}[hang]%
+ {\usekomafont{subsection}}%
+ {\color{cthesisblack}\thesubsection\hspace*{10pt}}%
+ {0pt}%
+ {\raggedright}%
+ []
+ }{%
+ \titleformat{\subsection}[block]%
+ {\usekomafont{subsection}}%
+ {\color{cthesisblack}\thesubsection\hspace*{10pt}}%
+ {0pt}%
+ {\raggedright}%
+ []
+ }
+
+% Clean chapter quotations
+\newcommand{\hugequote}{%
+ {\book\fontsize{75}{80}\selectfont%
+ \hspace*{-.475em}\color{cthesisgraylight}%
+ \textit{\glqq}%
+ \vskip -.26em}%
+}
+\newcommand{\cleanchapterquote}[3]{%
+ \begin{minipage}{.865\textwidth}%
+ \begin{flushright}
+ \begin{minipage}{.65\textwidth}%
+ \begin{flushleft}
+ {\hugequote}\textit{#1}
+ \end{flushleft}
+ \begin{flushright}
+ --- \textbf{#2} \\
+ #3
+ \end{flushright}
+ \end{minipage}%
+ \end{flushright}
+ \end{minipage}%
+ \bigskip
+}
+
+% Clean Quotation environment
+\newenvironment{thesis_quotation}%
+ {%
+ \begin{minipage}{.865\textwidth}%
+ \begin{flushright}
+ \begin{minipage}{.95\textwidth}%
+ }%
+ {%
+ \end{minipage}%
+ \end{flushright}
+ \end{minipage}%
+ }%
+
+% Clean signs around word origins in definitions
+%\newcommand{\cthesisorigin}[1]{\textsf{\textlangle}#1\textsf{\textrangle}}
+
diff --git a/content/abstract.tex b/content/abstract.tex
new file mode 100644
index 0000000..06e7f3d
--- /dev/null
+++ b/content/abstract.tex
@@ -0,0 +1,14 @@
+% !TEX root = Clean-Thesis.tex
+%
+\pdfbookmark[0]{Abstract}{Abstract}
+\chapter*{Abstract}
+\label{sec:abstract}
+\vspace*{-10mm}
+
+\blindtext
+
+\vspace*{20mm}
+
+{\usekomafont{chapter}Abstract (different language)}\label{sec:abstract-diff} \\
+
+\blindtext
diff --git a/content/acknowledgement.tex b/content/acknowledgement.tex
new file mode 100644
index 0000000..921fe92
--- /dev/null
+++ b/content/acknowledgement.tex
@@ -0,0 +1,8 @@
+% !TEX root = Clean-Thesis.tex
+%
+\pdfbookmark[0]{Acknowledgement}{Acknowledgement}
+\chapter*{Acknowledgement}
+\label{sec:acknowledgement}
+\vspace*{-10mm}
+
+\Blindtext[2][2]
diff --git a/content/chapter-concepts.tex b/content/chapter-concepts.tex
new file mode 100644
index 0000000..de2167b
--- /dev/null
+++ b/content/chapter-concepts.tex
@@ -0,0 +1,28 @@
+% !TEX root = ../Clean-Thesis.tex
+%
+\chapter{Concepts}
+\label{sec:concepts}
+
+\cleanchapterquote{Users do not care about what is inside the box, as long as the box does what they need done.}{Jef Raskin}{about Human Computer Interfaces}
+
+\Blindtext[2][1]
+
+\section{Concepts Section 1}
+\label{sec:concepts:sec1}
+
+\Blindtext[2][2]
+
+\section{Concepts Section 2}
+\label{sec:concepts:sec2}
+
+\Blindtext[3][2]
+
+\section{Concepts Section 3}
+\label{sec:concepts:sec3}
+
+\Blindtext[4][2]
+
+\section{Conclusion}
+\label{sec:concepts:conclusion}
+
+\Blindtext[2][1]
diff --git a/content/chapter-conclusion.tex b/content/chapter-conclusion.tex
new file mode 100644
index 0000000..525eeae
--- /dev/null
+++ b/content/chapter-conclusion.tex
@@ -0,0 +1,21 @@
+% !TEX root = ../Clean-Thesis.tex
+%
+\chapter{Conclusion}
+\label{sec:conclusion}
+
+\Blindtext[2][1]
+
+\section{System Section 1}
+\label{sec:conclusion:sec1}
+
+\Blindtext[2][2]
+
+\section{System Section 2}
+\label{sec:conclusion:sec2}
+
+\Blindtext[3][2]
+
+\section{Future Work}
+\label{sec:conclusion:future}
+
+\Blindtext[2][2]
diff --git a/content/chapter-introduction.tex b/content/chapter-introduction.tex
new file mode 100644
index 0000000..f24327d
--- /dev/null
+++ b/content/chapter-introduction.tex
@@ -0,0 +1,45 @@
+% !TEX root = ../Clean-Thesis.tex
+%
+\chapter{Introduction}
+\label{sec:intro}
+
+\cleanchapterquote{You can’t do better design with a computer, but you can speed up your work enormously.}{Wim Crouwel}{(Graphic designer and typographer)}
+
+\Blindtext[2][2]
+
+\section{Postcards: My Address}
+\label{sec:intro:address}
+
+\textbf{Ricardo Langner} \\
+Bunsenstr. 9 \\
+39124 Magdeburg \\
+Germany
+
+
+\section{Motivation and Problem Statement}
+\label{sec:intro:motivation}
+
+\Blindtext[3][1]
+
+\section{Results}
+\label{sec:intro:results}
+
+\Blindtext[1][2]
+
+\section{Thesis Structure}
+\label{sec:intro:structure}
+
+\textbf{Chapter \ref{sec:related}} \\[0.2em]
+\blindtext
+
+\textbf{Chapter \ref{sec:system}} \\[0.2em]
+\blindtext
+
+\textbf{Chapter \ref{sec:concepts}} \\[0.2em]
+\blindtext
+
+\textbf{Chapter \ref{sec:concepts}} \\[0.2em]
+\blindtext
+
+\textbf{Chapter \ref{sec:conclusion}} \\[0.2em]
+\blindtext
diff --git a/content/chapter-related-work.tex b/content/chapter-related-work.tex
new file mode 100644
index 0000000..d3991f9
--- /dev/null
+++ b/content/chapter-related-work.tex
@@ -0,0 +1,28 @@
+% !TEX root = ../Clean-Thesis.tex
+%
+\chapter{Related Work}
+\label{sec:related}
+
+\cleanchapterquote{A picture is worth a thousand words. An interface is worth a thousand pictures.}{Ben Shneiderman}{(Professor for Computer Science)}
+
+\Blindtext[2][1]
+
+\section{Related Work Section 1}
+\label{sec:related:sec1}
+
+\Blindtext[2][2]
+
+\section{Related Work Section 2}
+\label{sec:related:sec2}
+
+\Blindtext[3][2]
+
+\section{Related Work Section 3}
+\label{sec:related:sec3}
+
+\Blindtext[4][2]
+
+\section{Conclusion}
+\label{sec:related:conclusion}
+
+\Blindtext[2][1]
diff --git a/content/chapter-system.tex b/content/chapter-system.tex
new file mode 100644
index 0000000..47e9fff
--- /dev/null
+++ b/content/chapter-system.tex
@@ -0,0 +1,44 @@
+% !TEX root = ../Clean-Thesis.tex
+%
+\chapter{System}
+\label{sec:system}
+
+\cleanchapterquote{Innovation distinguishes between a leader and a follower.}{Steve Jobs}{(CEO Apple Inc.)}
+
+\Blindtext[2][1]
+
+\section{System Section 1}
+\label{sec:system:sec1}
+
+\Blindtext[1][2]
+
+\begin{figure}[htb]
+ \includegraphics[width=\textwidth]{gfx/Clean-Thesis-Figure}
+ \caption{Figure example: \textit{(a)} example part one, \textit{(c)} example part two; \textit{(c)} example part three}
+ \label{fig:system:example1}
+\end{figure}
+
+\Blindtext[1][2]
+
+\section{System Section 2}
+\label{sec:system:sec2}
+
+\Blindtext[1][2]
+
+\begin{figure}[htb]
+ \includegraphics[width=\textwidth]{gfx/Clean-Thesis-Figure}
+ \caption{Another Figure example: \textit{(a)} example part one, \textit{(c)} example part two; \textit{(c)} example part three}
+ \label{fig:system:example2}
+\end{figure}
+
+\Blindtext[2][2]
+
+\section{System Section 3}
+\label{sec:system:sec3}
+
+\Blindtext[4][2]
+
+\section{Conclusion}
+\label{sec:system:conclusion}
+
+\Blindtext[2][1]
diff --git a/content/colophon.tex b/content/colophon.tex
new file mode 100644
index 0000000..e8eddd7
--- /dev/null
+++ b/content/colophon.tex
@@ -0,0 +1,11 @@
+% !TEX root = ../Clean-Thesis.tex
+%
+\pagestyle{empty}
+\hfill
+\vfill
+\pdfbookmark[0]{Colophon}{Colophon}
+\section*{Colophon}
+
+This thesis was typeset with \LaTeXe\ using the \textit{Clean Thesis} style. The design of this style is inspired by user guide documents from Apple Inc.
+
+Download the \textit{Clean Thesis} style at \url{http://cleanthesis.der-ric.de/}.
diff --git a/content/declaration.tex b/content/declaration.tex
new file mode 100644
index 0000000..38b417f
--- /dev/null
+++ b/content/declaration.tex
@@ -0,0 +1,27 @@
+% !TEX root = ../Clean-Thesis.tex
+%
+%************************************************
+% Declaration
+%************************************************
+\pdfbookmark[0]{Declaration}{Declaration}
+\chapter*{Declaration}
+\label{sec:declaration}
+\thispagestyle{empty}
+
+You can put your declaration here, to declare that you have completed your work solely and only with the help of the references you mentioned.
+
+\bigskip
+
+\noindent\textit{\thesisUniversityCity, \thesisDate}
+
+\smallskip
+
+\begin{flushright}
+ \begin{minipage}{5cm}
+ \rule{\textwidth}{1pt}
+ \centering\thesisName
+ \end{minipage}
+\end{flushright}
+
+%*****************************************
+%*****************************************
diff --git a/content/titlepages.tex b/content/titlepages.tex
new file mode 100644
index 0000000..0165dc8
--- /dev/null
+++ b/content/titlepages.tex
@@ -0,0 +1,84 @@
+% !TEX root = Clean-Thesis.tex
+%
+% ------------------------------------ --> cover title page
+\begin{titlepage}
+ \pdfbookmark[0]{Cover}{Cover}
+ \flushright
+ \hfill
+ \vfill
+ {\LARGE\thesisTitle} \par
+ \rule[5pt]{\textwidth}{.4pt} \par
+ {\Large\thesisName}
+ \vfill
+ \textit{\large\thesisDate} \\
+ Version: \thesisVersion
+\end{titlepage}
+
+
+% ------------------------------------ --> main title page
+\begin{titlepage}
+ \pdfbookmark[0]{Titlepage}{Titlepage}
+ \tgherosfont
+ \centering
+
+ {\Large \thesisUniversity} \\[4mm]
+ \includegraphics[width=6cm]{gfx/Clean-Thesis-Logo} \\[2mm]
+ \textsf{\thesisUniversityDepartment} \\
+ \textsf{\thesisUniversityInstitute} \\
+ \textsf{\thesisUniversityGroup} \\
+
+ \vfill
+ {\large \thesisSubject} \\[5mm]
+ {\LARGE \color{cthesismaincolor}\textbf{\thesisTitle} \\[10mm]}
+ {\Large \thesisName} \\
+
+ \vfill
+ \begin{minipage}[t]{.27\textwidth}
+ \raggedleft
+ \textit{1. Reviewer}
+ \end{minipage}
+ \hspace*{15pt}
+ \begin{minipage}[t]{.65\textwidth}
+ {\Large \thesisFirstReviewer} \\
+ {\small \thesisFirstReviewerDepartment} \\[-1mm]
+ {\small \thesisFirstReviewerUniversity}
+ \end{minipage} \\[5mm]
+ \begin{minipage}[t]{.27\textwidth}
+ \raggedleft
+ \textit{2. Reviewer}
+ \end{minipage}
+ \hspace*{15pt}
+ \begin{minipage}[t]{.65\textwidth}
+ {\Large \thesisSecondReviewer} \\
+ {\small \thesisSecondReviewerDepartment} \\[-1mm]
+ {\small \thesisSecondReviewerUniversity}
+ \end{minipage} \\[10mm]
+ \begin{minipage}[t]{.27\textwidth}
+ \raggedleft
+ \textit{Supervisors}
+ \end{minipage}
+ \hspace*{15pt}
+ \begin{minipage}[t]{.65\textwidth}
+ \thesisFirstSupervisor\ and \thesisSecondSupervisor
+ \end{minipage} \\[10mm]
+
+ \thesisDate \\
+
+\end{titlepage}
+
+
+% ------------------------------------ --> lower title back for single page layout
+\hfill
+\vfill
+\small
+\textbf{\thesisName} \\
+\textit{\thesisTitle} \\
+\thesisSubject, \thesisDate \\
+Reviewers: \thesisFirstReviewer\ and \thesisSecondReviewer \\
+Supervisors: \thesisFirstSupervisor\ and \thesisSecondSupervisor \\[1.5em]
+\textbf{\thesisUniversity} \\
+\textit{\thesisUniversityGroup} \\
+\thesisUniversityInstitute \\
+\thesisUniversityDepartment \\
+\thesisUniversityStreetAddress \\
+\thesisUniversityPostalCode\ and \thesisUniversityCity
diff --git a/gfx/Clean-Thesis-Figure.pdf b/gfx/Clean-Thesis-Figure.pdf
new file mode 100644
index 0000000..f817692
--- /dev/null
+++ b/gfx/Clean-Thesis-Figure.pdf
@@ -0,0 +1,2687 @@
+%PDF-1.3
%
+1 0 obj
<>]/Pages 3 0 R/Type/Catalog>>
endobj
2 0 obj
<>stream
+
+
+
+
+ application/pdf
+
+
+ Clean-Thesis-figure
+
+
+
+
+ Adobe Illustrator CS5
+ 2011-05-27T13:46:45+02:00
+ 2011-05-27T13:46:45+02:00
+ 2011-05-27T13:46:45+02:00
+
+
+
+ 256
+ 164
+ JPEG
+ /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgApAEAAwER
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7
FXYqxj8x/LNt5j8qXWnXWs3Gg2Z/eXV/bSLEfSCsHSRnHH0yGqa+AxVINX/JdNTM/qeePNtutwyM
yW+qCNFCR+mUVfSI4v8AaYdzirP7C0FnYW1mJZLgW0SQieducsnpqF5yNQcnalWPjiqvirsVdirs
VdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirFfzL0byVq3lW
e385TC30SNhNJKZmgoyK3RlILHiW+HevhiqUP+RP5fPbtbFNQ+q+v9bjt/0nfGOK49UzetCpmpHJ
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
irsVdirsVdirsVdirsVdir//2Q==
+
+
+
+
+
+ proof:pdf
+ uuid:65E6390686CF11DBA6E2D887CEACB407
+ xmp.did:FA7F11740720681192B09E943B71A8D6
+ uuid:6a5e8f5d-074c-c34c-b566-08f89cb9e2a3
+ 1
+
+ xmp.iid:F77F11740720681192B09E943B71A8D6
+ xmp.did:F77F11740720681192B09E943B71A8D6
+ uuid:65E6390686CF11DBA6E2D887CEACB407
+ proof:pdf
+
+
+
+
+ saved
+ xmp.iid:F77F11740720681192B09E943B71A8D6
+ 2011-05-27T10:30:47+02:00
+ Adobe Illustrator CS5
+ /
+
+
+ saved
+ xmp.iid:FA7F11740720681192B09E943B71A8D6
+ 2011-05-27T13:46:41+02:00
+ Adobe Illustrator CS5
+ /
+
+
+
+
+
+ Web
+
+
+ 1
+ True
+ False
+
+ 1292.598633
+ 255.930664
+ Points
+
+
+
+
+ Colaborate-Bold
+ Colaborate-Bold
+ Regular
+ Open Type
+ 001.000
+ False
+ ColabBol.otf
+
+
+ Colaborate-Light
+ ColaborateLight
+ Regular
+ Open Type
+ 001.000
+ False
+ ColabLig.otf
+
+
+ HelveticaLTStd-Light
+ Helvetica LT Std
+ Light
+ Open Type
+ OTF 1.029;PS 001.004;Core 1.0.33;makeotf.lib1.4.1585
+ False
+ HelveticaLTStd-Light.otf
+
+
+ HelveticaLTStd-Bold
+ Helvetica LT Std
+ Bold
+ Open Type
+ Version 1.040;PS 003.001;Core 1.0.35;makeotf.lib1.5.4492
+ False
+ HelveticaLTStd-Bold.otf
+
+
+ FontinSans-Bold
+ Fontin Sans
+ Bold
+ Open Type
+ 1.000
+ False
+ Fontin_Sans_B_45b.otf
+
+
+ FontinSans-Regular
+ Fontin Sans
+ Regular
+ Open Type
+ 1.000
+ False
+ Fontin_Sans_R_45b.otf
+
+
+ Delicious-Roman
+ Delicious
+ Roman
+ Type 1
+ 001.000
+ False
+ DelicRom; Delicious_76
+
+
+ YanoneKaffeesatz-Light
+ Yanone Kaffeesatz
+ Light
+ Open Type
+ Version 1.002
+ False
+ YanoneKaffeesatz-Light.otf
+
+
+ GentiumPlus
+ Gentium Plus
+ Regular
+ Open Type
+ Version 1.504
+ False
+ GentiumPlus-R.ttf
+
+
+ YanoneKaffeesatz-Bold
+ Yanone Kaffeesatz
+ Bold
+ Open Type
+ Version 1.002
+ False
+ YanoneKaffeesatz-Bold.otf
+
+
+ Delicious-Bold
+ Delicious
+ Bold
+ Type 1
+ 001.000
+ False
+ DelicBol; Delicious_76
+
+
+
+
+
+ Cyan
+ Magenta
+ Yellow
+ Black
+
+
+
+
+
+ Default Swatch Group
+ 0
+
+
+
+ White
+ RGB
+ PROCESS
+ 255
+ 255
+ 255
+
+
+ Black
+ RGB
+ PROCESS
+ 0
+ 0
+ 0
+
+
+ RGB Red
+ RGB
+ PROCESS
+ 255
+ 0
+ 0
+
+
+ RGB Yellow
+ RGB
+ PROCESS
+ 255
+ 255
+ 0
+
+
+ RGB Green
+ RGB
+ PROCESS
+ 0
+ 255
+ 0
+
+
+ RGB Cyan
+ RGB
+ PROCESS
+ 0
+ 255
+ 255
+
+
+ RGB Blue
+ RGB
+ PROCESS
+ 0
+ 0
+ 255
+
+
+ RGB Magenta
+ RGB
+ PROCESS
+ 255
+ 0
+ 255
+
+
+ R=193 G=39 B=45
+ RGB
+ PROCESS
+ 193
+ 39
+ 45
+
+
+ R=237 G=28 B=36
+ RGB
+ PROCESS
+ 237
+ 28
+ 36
+
+
+ R=241 G=90 B=36
+ RGB
+ PROCESS
+ 241
+ 90
+ 36
+
+
+ R=247 G=147 B=30
+ RGB
+ PROCESS
+ 247
+ 147
+ 30
+
+
+ R=251 G=176 B=59
+ RGB
+ PROCESS
+ 251
+ 176
+ 59
+
+
+ R=252 G=238 B=33
+ RGB
+ PROCESS
+ 252
+ 238
+ 33
+
+
+ R=217 G=224 B=33
+ RGB
+ PROCESS
+ 217
+ 224
+ 33
+
+
+ R=140 G=198 B=63
+ RGB
+ PROCESS
+ 140
+ 198
+ 63
+
+
+ R=57 G=181 B=74
+ RGB
+ PROCESS
+ 57
+ 181
+ 74
+
+
+ R=0 G=146 B=69
+ RGB
+ PROCESS
+ 0
+ 146
+ 69
+
+
+ R=0 G=104 B=55
+ RGB
+ PROCESS
+ 0
+ 104
+ 55
+
+
+ R=34 G=181 B=115
+ RGB
+ PROCESS
+ 34
+ 181
+ 115
+
+
+ R=0 G=169 B=157
+ RGB
+ PROCESS
+ 0
+ 169
+ 157
+
+
+ R=41 G=171 B=226
+ RGB
+ PROCESS
+ 41
+ 171
+ 226
+
+
+ R=0 G=113 B=188
+ RGB
+ PROCESS
+ 0
+ 113
+ 188
+
+
+ R=46 G=49 B=146
+ RGB
+ PROCESS
+ 46
+ 49
+ 146
+
+
+ R=27 G=20 B=100
+ RGB
+ PROCESS
+ 27
+ 20
+ 100
+
+
+ R=102 G=45 B=145
+ RGB
+ PROCESS
+ 102
+ 45
+ 145
+
+
+ R=147 G=39 B=143
+ RGB
+ PROCESS
+ 147
+ 39
+ 143
+
+
+ R=158 G=0 B=93
+ RGB
+ PROCESS
+ 158
+ 0
+ 93
+
+
+ R=212 G=20 B=90
+ RGB
+ PROCESS
+ 212
+ 20
+ 90
+
+
+ R=237 G=30 B=121
+ RGB
+ PROCESS
+ 237
+ 30
+ 121
+
+
+ R=199 G=178 B=153
+ RGB
+ PROCESS
+ 199
+ 178
+ 153
+
+
+ R=153 G=134 B=117
+ RGB
+ PROCESS
+ 153
+ 134
+ 117
+
+
+ R=115 G=99 B=87
+ RGB
+ PROCESS
+ 115
+ 99
+ 87
+
+
+ R=83 G=71 B=65
+ RGB
+ PROCESS
+ 83
+ 71
+ 65
+
+
+ R=198 G=156 B=109
+ RGB
+ PROCESS
+ 198
+ 156
+ 109
+
+
+ R=166 G=124 B=82
+ RGB
+ PROCESS
+ 166
+ 124
+ 82
+
+
+ R=140 G=98 B=57
+ RGB
+ PROCESS
+ 140
+ 98
+ 57
+
+
+ R=117 G=76 B=36
+ RGB
+ PROCESS
+ 117
+ 76
+ 36
+
+
+ R=96 G=56 B=19
+ RGB
+ PROCESS
+ 96
+ 56
+ 19
+
+
+ R=66 G=33 B=11
+ RGB
+ PROCESS
+ 66
+ 33
+ 11
+
+
+
+
+
+ Grays
+ 1
+
+
+
+ R=0 G=0 B=0
+ RGB
+ PROCESS
+ 0
+ 0
+ 0
+
+
+ R=26 G=26 B=26
+ RGB
+ PROCESS
+ 26
+ 26
+ 26
+
+
+ R=51 G=51 B=51
+ RGB
+ PROCESS
+ 51
+ 51
+ 51
+
+
+ R=77 G=77 B=77
+ RGB
+ PROCESS
+ 77
+ 77
+ 77
+
+
+ R=102 G=102 B=102
+ RGB
+ PROCESS
+ 102
+ 102
+ 102
+
+
+ R=128 G=128 B=128
+ RGB
+ PROCESS
+ 128
+ 128
+ 128
+
+
+ R=153 G=153 B=153
+ RGB
+ PROCESS
+ 153
+ 153
+ 153
+
+
+ R=179 G=179 B=179
+ RGB
+ PROCESS
+ 179
+ 179
+ 179
+
+
+ R=204 G=204 B=204
+ RGB
+ PROCESS
+ 204
+ 204
+ 204
+
+
+ R=230 G=230 B=230
+ RGB
+ PROCESS
+ 230
+ 230
+ 230
+
+
+ R=242 G=242 B=242
+ RGB
+ PROCESS
+ 242
+ 242
+ 242
+
+
+
+
+
+ Web Color Group
+ 1
+
+
+
+ R=63 G=169 B=245
+ RGB
+ PROCESS
+ 63
+ 169
+ 245
+
+
+ R=122 G=201 B=67
+ RGB
+ PROCESS
+ 122
+ 201
+ 67
+
+
+ R=255 G=147 B=30
+ RGB
+ PROCESS
+ 255
+ 147
+ 30
+
+
+ R=255 G=29 B=37
+ RGB
+ PROCESS
+ 255
+ 29
+ 37
+
+
+ R=255 G=123 B=172
+ RGB
+ PROCESS
+ 255
+ 123
+ 172
+
+
+ R=189 G=204 B=212
+ RGB
+ PROCESS
+ 189
+ 204
+ 212
+
+
+
+
+
+
+
+
+ Adobe PDF library 9.90
+ False
+
+
+ PDF/X-1:2001
+
+
+ PDF/X-1:2001
+ PDF/X-1a:2001
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
endstream
endobj
3 0 obj
<>
endobj
6 0 obj
<>/Font<>/ProcSet[/PDF/Text]>>/TrimBox[0.0 0.0 1292.6 255.931]/Type/Page>>
endobj
7 0 obj
<>stream
+HYu
+] i lHxl`
}`?\Յں(RէdZp͛zwk5Vϼl%/-nZ)їmoba9?Ou=/]ɤ4q%byb15&hW猋mѤf31@ƥ^lRkt&Դ6o5u&6nJM{qysc<֯%8nf23'X*w03Ra, jk~[{zS#`b 'omM
lAhjM5v@HE9JÑK5
9Ʒcmk2M5|
+<Cp-&!>2#
;V
+Dߺ|ai06V
\:T[FqE4÷Y>mw6mEӉ.X|[뻗2JA/ N]bUk]9/gb*FqC&_y<ߺ@DHqS8Tv Zho@j:6_4RόPAMGK0x
+"rU*b
+aeOv bMtEO*|9R\-8Ķ 9^0E.=$lGRw(^QRcbGNxw~);QF,
>j RF0^a˴8t^4ߣS$*dcQ/C։էCBDumP:MRL,#*Uґ5D*ZcYע"м"mcIC=e
{nUQV#Ñ1Ifr]Ǎf
+c`MA}w~?]TCgɛ ^g4f+B.iRo]\kv6ZxW,-a@TfKf쌔CTm*-bIdS\]on1;