1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % Author: Felix Kleinsteuber
- % Title: Anomaly Detection in Camera Trap Images
- % File: appendix/appendix.tex
- % Part: appendix
- % Description:
- % summary of the content in this chapter
- % Version: 16.05.2022
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \chapter{Mathematical Details}
- \label{app:mathDetails}
- chapter intro\newline
- % -------------------------------------------------------------------
- \section{Further Explanations}
- \label{app:explanations}
- Explain some complicated issues in this section.\newline
- % -------------------------------------------------------------------
- \section{Fancy Proof}
- \label{app:proof}
- Proof a statement here.\newline
- %---------------------------------------------------------------------------
- % -------------------------------------------------------------------
- \chapter{Additional Results}
- \label{app:results}
- chapter intro\newline
- % -------------------------------------------------------------------
- \section{Nice Plots of Experiment 1}
- \label{app:exp1}
- include additional figures
- % -------------------------------------------------------------------
- \section{Nice Plots of Experiment 2}
- \label{app:exp2}
- include additional figures
- % -------------------------------------------------------------------
- \section{Nice Plots of Experiment 3}
- \label{app:exp3}
- include additional figures
- %---------------------------------------------------------------------------
|