appendix.tex 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Author: Phillip Rothenbeck
  3. % Title: Your Thesis
  4. % File: appendix/appendix.tex
  5. % Part: appendix
  6. % Description:
  7. % summary of the content in this chapter
  8. % Version: 19.07.2024
  9. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. \chapter{Mathematical Details}
  11. \label{app:mathDetails}
  12. chapter intro\newline
  13. \blindtext
  14. % -------------------------------------------------------------------
  15. \section{Further Explanations}
  16. \label{app:explanations}
  17. Explain some complicated issues in this section.\newline
  18. \Blindtext[2][2]
  19. % -------------------------------------------------------------------
  20. \section{Fancy Proof}
  21. \label{app:proof}
  22. Proof a statement here.\newline
  23. \Blindtext[2][2]
  24. %---------------------------------------------------------------------------
  25. % -------------------------------------------------------------------
  26. \chapter{Additional Results}
  27. \label{app:results}
  28. chapter intro\newline
  29. \blindtext
  30. % -------------------------------------------------------------------
  31. \section{Nice Plots of Experiment 1}
  32. \label{app:exp1}
  33. include additional figures
  34. % -------------------------------------------------------------------
  35. \section{Nice Plots of Experiment 2}
  36. \label{app:exp2}
  37. include additional figures
  38. % -------------------------------------------------------------------
  39. \section{Nice Plots of Experiment 3}
  40. \label{app:exp3}
  41. include additional figures
  42. %---------------------------------------------------------------------------