changed tables to use itemise

This commit is contained in:
hannes.kuchelmeister
2020-02-10 11:23:34 +01:00
parent 5df65183cd
commit cc722fc731

View File

@@ -9,8 +9,6 @@
\usepackage{amssymb} \usepackage{amssymb}
\usepackage[framemethod=TikZ]{mdframed} \usepackage[framemethod=TikZ]{mdframed}
\newcommand{\tabitem}[1][\textbullet]{~~\llap{#1}~~}
\begin{document} \begin{document}
\title{Decision Support for Group Configuration using Recommender Systems} \title{Decision Support for Group Configuration using Recommender Systems}
\author{Hannes F. Kuchelmeister} \author{Hannes F. Kuchelmeister}
@@ -37,6 +35,7 @@ Commonly for content-based recommenders categories based on content are created
\end{itemize} \end{itemize}
\subsection{Advantages over Constrained-Based Recommendation} \subsection{Advantages over Constrained-Based Recommendation}
\begin{itemize} \begin{itemize}
\item Configuration state does not cause absence of recommendations \item Configuration state does not cause absence of recommendations
\item Expendable to also support constraints \item Expendable to also support constraints
@@ -125,15 +124,24 @@ The system has one main way to be used as defined in \autoref{tab:MainUseCase}.
\begin{tabularx}{\columnwidth}{l|X} \begin{tabularx}{\columnwidth}{l|X}
\multicolumn{2}{c}{Main System Usage} \\ \multicolumn{2}{c}{Main System Usage} \\
\hline \hline
Preconditions & \tabitem The configurator is opened with the same session on each of the group member's machines \\ Preconditions &
& \tabitem The configuration is in an unfinished state (this state is a consensus state)\\ \begin{itemize}
\item The configurator is opened with the same session on each of the group member's machines
\item The configuration is in an unfinished state (this state is a consensus state)
\end{itemize} \\
\hline \hline
Postcondition & \tabitem All users have entered their preferences for each attribute explicitly \\ Postcondition &
& \tabitem The system gives a recommendation based on all preferences and the unfinished configuration state \\ \begin{itemize}
\item All users have entered their preferences for each attribute explicitly.
\item The system gives a recommendation based on all preferences and the unfinished configuration state
\end{itemize} \\
\hline \hline
Basic Flow & \tabitem[1.] A user indicates a preference for an attribute \\ Basic Flow &
& \tabitem[2.] The system generates a recommendation (based on preferences and configuration status) \\ \begin{enumerate}
& \tabitem[3.] If not all users have given their preferences go to step 1. \\ \item A user indicates a preference for an attribute
\item The system generates a recommendation (based on preferences and configuration status)
\item If not all users have given their preferences go to step 1.
\end{enumerate} \\
\hline \hline
\end{tabularx} \end{tabularx}
\caption{A description of the main way users will interact with the system} \caption{A description of the main way users will interact with the system}