appendix.tex 1.5 KB

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