Add some imports and titlepage

This commit is contained in:
Marcel Schwarz 2020-04-08 10:05:47 +02:00
parent c61db5e8da
commit 406041fc1d
2 changed files with 71 additions and 7 deletions

View File

@ -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}

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB