12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % Author: Phillip Rothenbeck
- % Title: Your Thesis
- % File: chap01-introduction/chap01-introduction.tex
- % Part: introduction
- % Description:
- % summary of the content in this chapter
- % Version: 01.01.2012
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \chapter{Introduction} % \chapter{Einf\"{u}hrung}
- \label{chap:introduction}
- chapter intro\newline
- \blindtext
- % -------------------------------------------------------------------
- \section{Motivation}
- \label{sec:motivation}
- Motivation of your topic.\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- \section{Your tasks} % \section{Aufgabenstellung}
- \label{sec:task}
- Explain the tasks you want to solve.\newline
- \blindtext
- % -------------------------------------------------------------------
- \section{Related work} % \section{Literatur\"{u}berblick}
- \label{sec:relatedWork}
- Overview of existing literature, \eg~\cite{Doe12:TIA}. You can split it into several subsections if you want to (not mandatory).
- \subsection{Part 1}
- \label{subsec:part1}
- literature part 1\newline
- \Blindtext[2][2]
- \subsection{Part 2}
- \label{subsec:part2}
- literature part 2\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- % You can insert additional sections like notations or something else
- % -------------------------------------------------------------------
- \section{Overview} % \section{Aufbau der Arbeit}
- \label{sec:overview}
- Overview of remaining chapters\newline
- \blindtext
- % -------------------------------------------------------------------
|