mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
36 lines
842 B
TeX
36 lines
842 B
TeX
\documentclass{article}
|
||
\usepackage{tabularx}
|
||
\usepackage{placeins}
|
||
\usepackage{hyperref}
|
||
\usepackage{multirow}
|
||
|
||
% MATHS PACKAGES
|
||
\usepackage{amsmath}
|
||
\usepackage{amssymb}
|
||
\usepackage[framemethod=TikZ]{mdframed}
|
||
|
||
% Bibliogreaphy
|
||
\usepackage[citestyle=numeric,style=numeric,sorting=none,backend=biber]{biblatex}
|
||
\addbibresource{outline.bib}
|
||
|
||
\begin{document}
|
||
\title{Decision Support for Group Configuration using Recommender Systems}
|
||
\author{Hannes F. Kuchelmeister}
|
||
%\date{2020/02/10}
|
||
|
||
\maketitle
|
||
|
||
\tableofcontents
|
||
|
||
\newpage
|
||
|
||
\input{sections/00_introduction.tex}
|
||
\input{sections/20_foundations.tex}
|
||
\input{sections/40_concept.tex}
|
||
\input{sections/50_design_and_implementation.tex}
|
||
\input{sections/60_evaluation.tex}
|
||
\input{sections/70_further_work.tex}
|
||
|
||
\printbibliography[heading=bibintoc]
|
||
|
||
\end{document} |