Files
bachelor_thesis/25_Outline/outline.tex
hannes.kuchelmeister 78b4e53b63 reorganize document
2020-02-18 14:33:16 +01:00

36 lines
842 B
TeX
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
\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}