add bibliography to outline document

This commit is contained in:
hannes.kuchelmeister
2020-02-10 12:04:33 +01:00
parent cc722fc731
commit bb4350eef7
2 changed files with 1301 additions and 1 deletions

1294
25_Outline/outline.bib Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -9,6 +9,10 @@
\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}
@@ -309,4 +313,6 @@ Generate groups with preferences (explicit preferences) and configuration state
\item Is this approach practical?
\end{itemize}
\printbibliography[heading=bibintoc]
\end{document}