chap01-introduction.tex 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Author: Phillip Rothenbeck
  3. % Title: Your Thesis
  4. % File: chap01-introduction/chap01-introduction.tex
  5. % Part: introduction
  6. % Description:
  7. % summary of the content in this chapter
  8. % Version: 01.01.2012
  9. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. \chapter{Introduction} % \chapter{Einf\"{u}hrung}
  11. \label{chap:introduction}
  12. chapter intro\newline
  13. \blindtext
  14. % -------------------------------------------------------------------
  15. \section{Motivation}
  16. \label{sec:motivation}
  17. Motivation of your topic.\newline
  18. \Blindtext[2][2]
  19. % -------------------------------------------------------------------
  20. \section{Your tasks} % \section{Aufgabenstellung}
  21. \label{sec:task}
  22. Explain the tasks you want to solve.\newline
  23. \blindtext
  24. % -------------------------------------------------------------------
  25. \section{Related work} % \section{Literatur\"{u}berblick}
  26. \label{sec:relatedWork}
  27. Overview of existing literature, \eg~\cite{Doe12:TIA}. You can split it into several subsections if you want to (not mandatory).
  28. \subsection{Part 1}
  29. \label{subsec:part1}
  30. literature part 1\newline
  31. \Blindtext[2][2]
  32. \subsection{Part 2}
  33. \label{subsec:part2}
  34. literature part 2\newline
  35. \Blindtext[2][2]
  36. % -------------------------------------------------------------------
  37. % You can insert additional sections like notations or something else
  38. % -------------------------------------------------------------------
  39. \section{Overview} % \section{Aufbau der Arbeit}
  40. \label{sec:overview}
  41. Overview of remaining chapters\newline
  42. \blindtext
  43. % -------------------------------------------------------------------