1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % Author: Phillip Rothenbeck
- % Title: Your Thesis
- % File: furtherWork/furtherWork.tex
- % Part: ideas for further work
- % Description:
- % summary of the content in this chapter
- % Version: 01.01.2012
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \chapter{Further work} % \chap{Ausblick}
- \label{chap:furtherWork}
- \begin{itemize}
- \item explain ideas for further work
- \item what is not yet solved?
- \item possible extensions/improvements
- \item you can use different sections (and even subsections) for different ideas, problems
- \item a single text, e.g. with paragraphs, is also sufficient
- \end{itemize}
- % -------------------------------------------------------------------
- \section{Further ideas for your approach}
- \label{sec:furtherIdeas}
- shortcomings of your approach, problems\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- \subsection{First extension}
- \label{subsec:firstExtension}
- ideas for a first extension\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- \subsection{Second extension}
- \label{subsec:secondExtension}
- ideas for a second extension\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- \section{Ideas for a different approach}
- \label{sec:differentApproach}
- how to solve your problem in another way\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- % insert further sections if necessary
|