add basic thesis document with strucutre

This commit is contained in:
hannes.kuchelmeister
2020-01-15 12:33:23 +01:00
parent e08c26e942
commit 537ac8eefb
25 changed files with 12136 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
\chapter{Introduction}
\label{ch:Introduction}

View File

@@ -0,0 +1,2 @@
\chapter{Foundations}
\label{ch:Foundations}

View File

@@ -0,0 +1,2 @@
\chapter{Related Work}
\label{ch:RelatedWork}

View File

@@ -0,0 +1,2 @@
\chapter{Problem Identification and Solution Objectives}
\label{ch:ProblemAndObjectives}

View File

@@ -0,0 +1,2 @@
\chapter{Concept}
\label{ch:Concept}

View File

@@ -0,0 +1,2 @@
\chapter{Implementation}
\label{ch:Implementation}

View File

@@ -0,0 +1,2 @@
\chapter{Evaluation}
\label{ch:Evaluation}

View File

@@ -0,0 +1,2 @@
\chapter{Future Work}
\label{ch:FutureWork}

View File

@@ -0,0 +1,2 @@
\chapter{Conclusion}
\label{ch:Conclusion}

View File

@@ -0,0 +1,2 @@
\Abstract
Deutsche Zusammenfassung

View File

@@ -0,0 +1,2 @@
\Abstract
English abstract.

View File

@@ -0,0 +1,25 @@
\iflanguage{english}
{\chapter{Appendix}} % english style
{\chapter{Anhang}} % german style
\label{chap:appendix}
%% -------------------
%% | Example content |
%% -------------------
\section{First Appendix Section}
\label{sec:appendix:FirstSection}
\setcounter{figure}{0}
\begin{figure} [ht]
\centering
\caption{A figure}
\label{fig:anotherfigure}
\end{figure}
\dots
%% ---------------------
%% | / Example content |
%% ---------------------

View File

@@ -0,0 +1,33 @@
%% LaTeX2e class for student theses: Declaration of independent work
%% sections/declaration.tex
%%
%% Karlsruhe Institute of Technology
%% Institute for Program Structures and Data Organization
%% Chair for Software Design and Quality (SDQ)
%%
%% Dr.-Ing. Erik Burger
%% burger@kit.edu
%%
%% Version 1.3.3, 2018-04-17
\thispagestyle{empty}
\null\vfill
\noindent\hbox to \textwidth{\hrulefill}
\iflanguage{english}{I declare that I have developed and written the enclosed
thesis completely by myself, and have not used sources or means without
declaration in the text.}%
{Ich versichere wahrheitsgemäß, die Arbeit
selbstständig angefertigt, alle benutzten Hilfsmittel vollständig und genau
angegeben und alles kenntlich gemacht zu haben, was aus Arbeiten anderer
unverändert oder mit Änderungen entnommen wurde.}
%% ---------------------------------------------
%% | Replace PLACE and DATE with actual values |
%% ---------------------------------------------
\textbf{PLACE, DATE}
\vspace{1.5cm}
\dotfill\hspace*{8.0cm}\\
\hspace*{2cm}(\theauthor)
\cleardoublepage