chap02.tex 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Author: Phillip Rothenbeck
  3. % Title: Your Thesis
  4. % File: chap02/chap02.tex
  5. % Part: theoretical background
  6. % Description:
  7. % summary of the content in this chapter
  8. % Version: 01.01.2012
  9. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. \chapter{Theoretical background}
  11. \label{chap:background}
  12. chapter intro\newline
  13. \blindtext
  14. % -------------------------------------------------------------------
  15. \section{Basics}
  16. \label{sec:basics}
  17. explain some basic techniques
  18. reference: Figure~\ref{fig:myFigure}\newline
  19. \begin{figure}[tb]
  20. \centering
  21. \rule{4cm}{1cm}
  22. \caption[figure caption displayed in list of figures]{figure caption displayed below the figure}
  23. \label{fig:myFigure}
  24. \end{figure}
  25. \Blindtext[2][2]
  26. % -------------------------------------------------------------------
  27. \section{Already existing solutions}
  28. \label{sec:existingSolutions}
  29. detailed explanations of existing methods, models, etc. which solve your task or a similar task
  30. describe starting point for your ideas
  31. reference: Table~\ref{fig:myTable}\newline
  32. \begin{table}[tb]
  33. \centering
  34. \begin{tabular}{cc}
  35. example & table \\
  36. 1 & 2 \\
  37. 3 & 4 \\
  38. \end{tabular}
  39. \caption[table caption displayed in list of figures]{table caption displayed below the table}
  40. \label{fig:myTable}
  41. \end{table}
  42. \Blindtext[2][2]
  43. % -------------------------------------------------------------------
  44. % insert further sections if necessary