mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
add basic thesis document with strucutre
This commit is contained in:
2
03_Thesis/sections/00_introduction.tex
Normal file
2
03_Thesis/sections/00_introduction.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\chapter{Introduction}
|
||||
\label{ch:Introduction}
|
||||
2
03_Thesis/sections/10_foundations.tex
Normal file
2
03_Thesis/sections/10_foundations.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\chapter{Foundations}
|
||||
\label{ch:Foundations}
|
||||
2
03_Thesis/sections/20_related_work.tex
Normal file
2
03_Thesis/sections/20_related_work.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\chapter{Related Work}
|
||||
\label{ch:RelatedWork}
|
||||
2
03_Thesis/sections/30_problem_and_objectives.tex
Normal file
2
03_Thesis/sections/30_problem_and_objectives.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\chapter{Problem Identification and Solution Objectives}
|
||||
\label{ch:ProblemAndObjectives}
|
||||
2
03_Thesis/sections/40_concept.tex
Normal file
2
03_Thesis/sections/40_concept.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\chapter{Concept}
|
||||
\label{ch:Concept}
|
||||
2
03_Thesis/sections/50_implementation.tex
Normal file
2
03_Thesis/sections/50_implementation.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\chapter{Implementation}
|
||||
\label{ch:Implementation}
|
||||
2
03_Thesis/sections/60_evaluation.tex
Normal file
2
03_Thesis/sections/60_evaluation.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\chapter{Evaluation}
|
||||
\label{ch:Evaluation}
|
||||
2
03_Thesis/sections/70_future_work.tex
Normal file
2
03_Thesis/sections/70_future_work.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\chapter{Future Work}
|
||||
\label{ch:FutureWork}
|
||||
2
03_Thesis/sections/80_conclusion.tex
Normal file
2
03_Thesis/sections/80_conclusion.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\chapter{Conclusion}
|
||||
\label{ch:Conclusion}
|
||||
2
03_Thesis/sections/abstract_de.tex
Normal file
2
03_Thesis/sections/abstract_de.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\Abstract
|
||||
Deutsche Zusammenfassung
|
||||
2
03_Thesis/sections/abstract_en.tex
Normal file
2
03_Thesis/sections/abstract_en.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\Abstract
|
||||
English abstract.
|
||||
25
03_Thesis/sections/appendix.tex
Normal file
25
03_Thesis/sections/appendix.tex
Normal 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 |
|
||||
%% ---------------------
|
||||
33
03_Thesis/sections/declaration.tex
Normal file
33
03_Thesis/sections/declaration.tex
Normal 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
|
||||
Reference in New Issue
Block a user