1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % 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{Appendix}
- \label{chap:appendix}
- \begin{figure}[t]
- \centering
- \begin{subfigure}{0.45\textwidth}
- \includegraphics[width=\textwidth]{r_t_cluster_0.pdf}
- \end{subfigure}
- \begin{subfigure}{0.45\textwidth}
- \includegraphics[width=\textwidth]{I_cluster_0.pdf}
- \end{subfigure}
- \caption{Part 1 of the results}
- \label{fig:state_results_1}
- \end{figure}
- \begin{figure}[t]
- \centering
- \begin{subfigure}{0.45\textwidth}
- \includegraphics[width=\textwidth]{r_t_cluster_1.pdf}
- \end{subfigure}
- \begin{subfigure}{0.45\textwidth}
- \includegraphics[width=\textwidth]{I_cluster_1.pdf}
- \end{subfigure}
- \caption{Part 2 of the results}
- \label{fig:state_results_2}
- \end{figure}
- \begin{figure}[t]
- \centering
- \begin{subfigure}{0.45\textwidth}
- \includegraphics[width=\textwidth]{r_t_cluster_2.pdf}
- \end{subfigure}
- \begin{subfigure}{0.45\textwidth}
- \includegraphics[width=\textwidth]{I_cluster_2.pdf}
- \end{subfigure}
- \caption{Part 3 of the results}
- \label{fig:state_results_3}
- \end{figure}
- \begin{figure}[t]
- \centering
- \begin{subfigure}{0.45\textwidth}
- \includegraphics[width=\textwidth]{r_t_cluster_3.pdf}
- \end{subfigure}
- \begin{subfigure}{0.45\textwidth}
- \includegraphics[width=\textwidth]{I_cluster_3.pdf}
- \end{subfigure}
- \caption{Part 3 of the results}
- \label{fig:state_results_4}
- \end{figure}
|