furtherWork.tex 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Author: Phillip Rothenbeck
  3. % Title: Your Thesis
  4. % File: furtherWork/furtherWork.tex
  5. % Part: ideas for further work
  6. % Description:
  7. % summary of the content in this chapter
  8. % Version: 01.01.2012
  9. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. \chapter{Further work} % \chap{Ausblick}
  11. \label{chap:furtherWork}
  12. \begin{itemize}
  13. \item explain ideas for further work
  14. \item what is not yet solved?
  15. \item possible extensions/improvements
  16. \item you can use different sections (and even subsections) for different ideas, problems
  17. \item a single text, e.g. with paragraphs, is also sufficient
  18. \end{itemize}
  19. % -------------------------------------------------------------------
  20. \section{Further ideas for your approach}
  21. \label{sec:furtherIdeas}
  22. shortcomings of your approach, problems\newline
  23. \Blindtext[2][2]
  24. % -------------------------------------------------------------------
  25. \subsection{First extension}
  26. \label{subsec:firstExtension}
  27. ideas for a first extension\newline
  28. \Blindtext[2][2]
  29. % -------------------------------------------------------------------
  30. \subsection{Second extension}
  31. \label{subsec:secondExtension}
  32. ideas for a second extension\newline
  33. \Blindtext[2][2]
  34. % -------------------------------------------------------------------
  35. \section{Ideas for a different approach}
  36. \label{sec:differentApproach}
  37. how to solve your problem in another way\newline
  38. \Blindtext[2][2]
  39. % -------------------------------------------------------------------
  40. % insert further sections if necessary