123456789101112131415161718192021222324252627282930313233343536 |
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % Author: Phillip Rothenbeck
- % Title: Your Thesis
- % File: chap03/chap03.tex
- % Part: your contribution
- % Description:
- % summary of the content in this chapter
- % Version: 01.01.2012
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \chapter{Your contribution}
- \label{chap:contribution}
- chapter intro\newline
- \blindtext
- % -------------------------------------------------------------------
- \section{Ideas}
- \label{sec:ideas}
- Explain your ideas.\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- \section{Approach}
- \label{sec:approach}
- your approach, how do you implement your ideas\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- % insert further sections if necessary
|