Neo4j und..
Author:
ilhem
Last Updated:
9 years ago
License:
Creative Commons CC BY 4.0
Abstract:
abstract+ einleitung
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
abstract+ einleitung
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
%titlepage as document option possible
\documentclass[
titlepage=false,
bibliography=totoc,
11pt,
twocolumn=false]
{scrartcl}
%--Eingebundene Pakete------------------------------------------------
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[ngerman]{babel}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{blindtext}
\bibliographystyle{plain}
\usepackage{listings}
\usepackage{hyperref}
\usepackage{comment}
% Language Definitions for SPARQL
\lstdefinelanguage{sparql}{
%morecomment=[l][\color{red}]{\#},
%morestring=[b][\color{blue}]\",
morekeywords={ SELECT,CONSTRUCT,DESCRIBE,ASK,WHERE,FROM,NAMED,PREFIX,BASE,OPTIONAL,FILTER,GRAPH,LIMIT,OFFSET,SERVICE,UNION,EXISTS,NOT,BINDINGS,MINUS,a},
sensitive=true
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{listings}
\usepackage{color}
\definecolor{dkgreen}{rgb}{0,0.6,0}
\definecolor{gray}{rgb}{0.5,0.5,0.5}
\definecolor{mauve}{rgb}{0.58,0,0.82}
\lstset{frame=tb,
language=Java,
aboveskip=3mm,
belowskip=3mm,
showstringspaces=false,
columns=flexible,
basicstyle={\small\ttfamily},
numbers=none,
numberstyle=\tiny\color{gray},
keywordstyle=\color{blue},
commentstyle=\color{dkgreen},
stringstyle=\color{mauve},
breaklines=true,
breakatwhitespace=true,
tabsize=3
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%--Dokumenteinstellungen----------------------------------------------
\setkomafont{disposition}{\normalfont\bfseries}
%\bibliography{quellen}
%--Titel-Informationen---------------------------------------------------
\subject{Abschluss Arbeit}
\title{Neo4j und..}
\subtitle{}
\author{Asmaa Haja \\ 348758 \and
Ilhem Bouzir \\ 350778 \and
Josseph \\ 330187 }
\date{\today}
\publishers{Muss geaendert werden: TU Berlin -- Fakultät IV\\Institut für Wirtschaftsinformatik und Quantitative Methoden\\Fachgebiet Informatik und Gesellschaft\\Prof. Dr.-Ing. Frank Pallas\\Max Ulbricht}
%--Anfang des Dokuments---------------------------------------------
\begin{document}
%--Titelseite und Inhaltsverzeichnis----------------------------------
%\maketitle
\maketitle\thispagestyle{empty}
\pagebreak
\tableofcontents\thispagestyle{empty}
\listoffigures %Abbildungsverzeichnis
\lstlistoflistings
\newpage
\setcounter{page}{1}
%--Beginn des eigentlichen Inhalts----------------------------------
\input{Text}
%--Literaturverzeichnis-----------------------------------------------
\pagebreak
\bibliography{quellen}
%\printbibliography
%--Anhang--------------------------------------------------------------
\pagebreak
\appendix
\end{document}