12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % Author: Phillip Rothenbeck
- % Title: Your Thesis
- % File: appendix/appendix.tex
- % Part: appendix
- % Description:
- % summary of the content in this chapter
- % Version: 19.07.2024
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \chapter{Mathematical Details}
- \label{app:mathDetails}
- chapter intro\newline
- \blindtext
- % -------------------------------------------------------------------
- \section{Further Explanations}
- \label{app:explanations}
- Explain some complicated issues in this section.\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- \section{Fancy Proof}
- \label{app:proof}
- Proof a statement here.\newline
- \Blindtext[2][2]
- %---------------------------------------------------------------------------
- % -------------------------------------------------------------------
- \chapter{Additional Results}
- \label{app:results}
- chapter intro\newline
- \blindtext
- % -------------------------------------------------------------------
- \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
- %---------------------------------------------------------------------------
|