123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % Author: Phillip Rothenbeck
- % Title: Your Thesis
- % File: conclusions/conclusions.tex
- % Part: conclusions
- % Description:
- % summary of the content in this chapter
- % Version: 01.01.2012
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \chapter{Conclusions} % \chap{Zusammenfassung}
- \label{chap:conclusions}
- \begin{itemize}
- \item summarize your findings and draw conclusions
- \item you can use different sections (and even subsections) for different applications or approaches if you want to
- \item a single text, e.g. with paragraphs, is also sufficient
- \end{itemize}
- % -------------------------------------------------------------------
- \section{Application 1}
- \label{sec:application1}
- section intro, what was the task\newline
- \blindtext
- % -------------------------------------------------------------------
- \subsection{Approach 1}
- \label{subsec:approach1}
- findings and conclusions of approach 1 in application 1\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- \subsection{Approach 2}
- \label{subsec:approach2}
- findings and conclusions of approach 2 in application 1\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- \section{Application 2}
- \label{sec:application2}
- section intro, what was the task\newline
- \blindtext
- % -------------------------------------------------------------------
- \subsection{Basic method}
- \label{subsec:basisMethod}
- findings and conclusions of your basic method\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- \subsection{Extended method}
- \label{subsec:extendedMethod}
- findings and conclusions of your extended method, e.g. with additional parameter optimization\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- % insert further sections if necessary
|