Add some imports and titlepage
This commit is contained in:
parent
c61db5e8da
commit
406041fc1d
@ -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
|
\usepackage{setspace}
|
||||||
\title{Ubiquitous Computing \\ Projektarbeit \\ GeoTime}
|
\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}
|
\author{Simon Kellner, Marcel Schwarz, Tobias Wieck, Tim Zieger}
|
||||||
|
\title{Ubiquitous Computing \\ Projektarbeit \\ GeoTime}
|
||||||
% No paragrath indentation
|
|
||||||
\setlength\parindent{0pt}
|
|
||||||
|
|
||||||
\begin{document}
|
\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}
|
\begin{abstract}
|
||||||
{\huge Checkliste Lieferobjekte}
|
{\huge Checkliste Lieferobjekte}
|
||||||
|
BIN
documentation/img/hft_logo.png
Normal file
BIN
documentation/img/hft_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
Loading…
Reference in New Issue
Block a user