mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
48 lines
1.7 KiB
TeX
48 lines
1.7 KiB
TeX
\iflanguage{english}
|
|
{\chapter{Appendix}} % english style
|
|
{\chapter{Anhang}} % german style
|
|
\label{chap:appendix}
|
|
|
|
|
|
%% -------------------
|
|
%% | Example content |
|
|
%% -------------------
|
|
\section{First Appendix Section}
|
|
\label{sec:appendix:FirstSection}
|
|
|
|
\setcounter{figure}{0}
|
|
|
|
|
|
\dots
|
|
%% ---------------------
|
|
%% | / Example content |
|
|
%% ---------------------
|
|
|
|
|
|
\begin{figure}
|
|
\centering
|
|
\includegraphics[width=1\textwidth]{./figures/appendix/homogenous_happy_unhappy_increase_amount-1000__tc-94}
|
|
\caption{The satisfaction and dissatisfaction change using the group recommender for homogenous groups with $tc = 94$.}
|
|
\label{fig:Appendix:HomoSatisfactionIncrease}
|
|
\end{figure}
|
|
|
|
\begin{figure}
|
|
\centering
|
|
\includegraphics[width=1\textwidth]{./figures/appendix/homogenous_happy_unhappy_total_amount-1000__tc-94}
|
|
\caption{The average satisfaction and dissatisfaction with the recommender's decision for homogenous groups based on $tc = 94$.}
|
|
\label{fig:Appendix:HomoSatisfactionTotal}
|
|
\end{figure}
|
|
|
|
\begin{figure}
|
|
\centering
|
|
\includegraphics[width=1\textwidth]{./figures/appendix/radnom_happy_unhappy_increase_amount-1000__tc-85}
|
|
\caption{The satisfaction and dissatisfaction change using the group recommender for random groups with $tc = 85$.}
|
|
\label{fig:Appendix:RandomSatisfactionIncrease}
|
|
\end{figure}
|
|
|
|
\begin{figure}
|
|
\centering
|
|
\includegraphics[width=1\textwidth]{./figures/appendix/radnom_happy_unhappy_total_amount-1000__tc-85}
|
|
\caption{The average satisfaction and dissatisfaction with the recommender's decision for random groups based on $tc = 85$.}
|
|
\label{fig:Appendix:RandomSatisfactionTotal}
|
|
\end{figure} |