Select Git revision
-
Michael Leuschel authored
Signed-off-by:
Michael Leuschel <leuschel@uni-duesseldorf.de>
Michael Leuschel authoredSigned-off-by:
Michael Leuschel <leuschel@uni-duesseldorf.de>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
submission.tex 2.13 KiB
%%%%%%%%%%%%%%%%%%%%%%%%%
% Neue Referenz einfügen: $BibTeX %
% Änderung im Doukment: $LuaLaTex%
%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt]{article}
\usepackage[singlespacing]{setspace}
\usepackage{sectsty}
\sectionfont{\fontsize{14pt}{0}\selectfont}
\usepackage{fontspec}
\setmainfont{Arial}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{geometry}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage[english]{babel}
\usepackage[round]{natbib}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{hyperref} %anklickbare Literaturangaben
\geometry{a4paper,left=15mm,right=15mm, top=5mm, bottom=1cm,includeheadfoot}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{amsthm}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{bbold}
\usepackage{tikz}
\usepackage{multirow}
\parindent 6pt
\usepackage[]{titlesec}
\titlespacing*{\section}
{0pt}{6pt}{6pt}
\titlespacing*{\subsection}
{0pt}{6pt}{6pt}
\titlespacing*{\subsubsection}
{0pt}{6pt}{6pt}
\usepackage{footmisc}
\setlength{\abovedisplayskip}{0pt}
\renewcommand{\footrulewidth}{0.5pt}
\pagestyle{fancy}
\rhead{\today}
\rfoot{Page \thepage\ / \pageref{LastPage}}
\cfoot{}
\lhead{\bfseries \large Submission - \bearbeiter}
\definecolor{hhuUniBlau}{RGB}{0,106,179}
\hypersetup{
colorlinks,
citecolor=hhuUniBlau,
linkcolor=black,
urlcolor=hhuUniBlau}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Diese Felder ausfüllen! %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\Datum}{\today}
\newcommand{\bearbeiter}{Marc Feger B.Sc.}
\newcommand{\titel}{On the Diffculty of Evaluating Baselines\\
A Study on Recommender Systems}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\input{frontpage}
\newpage
\tableofcontents
\thispagestyle{empty}
\newpage
\setcounter{page}{1}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Hier beginnt der Inhalt! %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{introduction}
\input{recommender}
\input{baselines}
\input{conclusion}
\input{critical_assessment}
\newpage
\bibliography{references}
\bibliographystyle{plainnat}
\end{document}