- Change: readme text

- Add: initial style, document
This commit is contained in:
Ricardo Langner
2011-06-15 00:22:32 +02:00
parent 6a6f7bb18f
commit 49a56906c7
17 changed files with 6493 additions and 10 deletions

14
content/abstract.tex Normal file
View File

@@ -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

View File

@@ -0,0 +1,8 @@
% !TEX root = Clean-Thesis.tex
%
\pdfbookmark[0]{Acknowledgement}{Acknowledgement}
\chapter*{Acknowledgement}
\label{sec:acknowledgement}
\vspace*{-10mm}
\Blindtext[2][2]

View File

@@ -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]

View File

@@ -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]

View File

@@ -0,0 +1,45 @@
% !TEX root = ../Clean-Thesis.tex
%
\chapter{Introduction}
\label{sec:intro}
\cleanchapterquote{You cant 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

View File

@@ -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]

View File

@@ -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]

11
content/colophon.tex Normal file
View File

@@ -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/}.

27
content/declaration.tex Normal file
View File

@@ -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}
%*****************************************
%*****************************************

84
content/titlepages.tex Normal file
View File

@@ -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