diff --git a/documentation/documentation.tex b/documentation/documentation.tex index c26d72c..1662f76 100644 --- a/documentation/documentation.tex +++ b/documentation/documentation.tex @@ -1,15 +1,79 @@ -\documentclass[]{scrreprt} +\documentclass[a4paper, 12pt]{scrreprt} +\usepackage[utf8]{inputenc} +\usepackage[german]{babel} +\usepackage[T1]{fontenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage{graphicx} +\usepackage{lmodern} +\usepackage{enumitem} +\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry} +\PassOptionsToPackage{hyphens}{url} +\usepackage{hyperref} +\usepackage{longtable} +\usepackage{subcaption} +\usepackage{scrlayer-scrpage} +\usepackage{pdfpages} +\usepackage{verbatim} +\usepackage{ifsym} +%Figures +\usepackage{float} +\usepackage[export]{adjustbox} +\usepackage{wrapfig} +\newcommand*{\source}[1]{\par\raggedleft\footnotesize Quelle:~#1} %source command fuer bildunterschriften -% Title Page -\title{Ubiquitous Computing \\ Projektarbeit \\ GeoTime} +\usepackage{setspace} +\setstretch{1.2} %Zeilenabstand +\setlength\parindent{0pt} %keine Paragrapheneinrueckung + +%Schriftart Arial (kommt von Linux dort heisst sie Helvetica) +\usepackage[scaled]{helvet} +\renewcommand*{\familydefault}{\sfdefault} + +%Anfuehrungszeichen +\usepackage[autostyle=true,german=quotes]{csquotes} +\MakeOuterQuote{"} + +%Todos +\usepackage{todonotes} +%\missingfigure[figwidth=6cm]{Testing a long text string} + +%Tiefe des Inhaltsverzeichnisses +\setcounter{tocdepth}{1} + +% Metadaten \author{Simon Kellner, Marcel Schwarz, Tobias Wieck, Tim Zieger} - -% No paragrath indentation -\setlength\parindent{0pt} +\title{Ubiquitous Computing \\ Projektarbeit \\ GeoTime} \begin{document} -\maketitle +\begin{titlepage} + \centering + \leftline{\includegraphics[width=0.35\linewidth]{img/hft_logo}} \par + \textcolor{lightgray}{\rule{\linewidth}{1pt}} + \vspace{1cm}\\ + {\scshape\Large Studiengang Informatik \\ Ubiquitous Computing \\ Sommersemester 2020 \par} + \vspace{2cm} + {\LARGE\bfseries GeoTime \par} + {\Large Timetracking auf Standortbasis \par} + \vspace{1.5cm} + \vfill + {\large \textsc{von}} + \vfill + \begin{tabular}{l r} + Simon Kellner & 72kesi1bif@hft-stuttgart.de\\ + Marcel Schwarz & 72scma1bif@hft-stuttgart.de\\ + Tobias Wieck & 72wito1bif@hft-stuttgart.de\\ + Tim Zieger & 72ziti1bif@hft-stuttgart.de\\ + \end{tabular} + \vfill + Betreuender Professor \\ + Prof. Dr. Stefan \textsc{Knauth} + \vfill + {\large \today\par} +\end{titlepage} + \begin{abstract} {\huge Checkliste Lieferobjekte} diff --git a/documentation/img/hft_logo.png b/documentation/img/hft_logo.png new file mode 100644 index 0000000..e78e906 Binary files /dev/null and b/documentation/img/hft_logo.png differ