This commit is contained in:
Florian Hoss 2022-07-13 17:12:17 +02:00
parent a678bae348
commit 843bcecf85
3 changed files with 1463 additions and 0 deletions

1400
images/hs-esslingen.eps Normal file

File diff suppressed because it is too large Load diff

38
main.tex Normal file
View file

@ -0,0 +1,38 @@
\documentclass[
a4paper,
oneside,
parskip=half,
listof=entryprefix,
listof=totoc,
index=totoc,
bibliography=totoc
]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{pdfpages,graphicx,subcaption,lastpage}
\graphicspath{ {./images} }
\usepackage{geometry}
\geometry{a4paper, top=2.5cm, left=2.5cm, right=2.5cm, bottom=2.5cm}
\usepackage{float,listings,xcolor,csquotes,microtype,scrlayer-scrpage,etoolbox}
\usepackage[official]{eurosym}
\ihead{Audiotechnik SS22}
\chead{}
\ohead{Fluch der Karibik -Trailer}
\ofoot{Seite~\thepage{}/\pageref{LastPage}}
\cfoot{}
\title{Fluch der Karibik -Trailer}
\usepackage[breaklinks,colorlinks,linkcolor=black,citecolor=black,filecolor=black,urlcolor=black]{hyperref}
\begin{document}
\include{titlepage/titlepage}
\tableofcontents
\newpage
\listoffigures
\end{document}

25
titlepage/titlepage.tex Normal file
View file

@ -0,0 +1,25 @@
\newcommand{\HRule}[2]{\noindent\rule[#1]{\linewidth}{#2}}
\newcommand{\vlinespace}[1]{\vspace*{#1\baselineskip}}
\newcommand{\titleemph}[1]{\textbf{#1}}
\begin{titlepage}
\sffamily
\hfill
\includegraphics[width=5cm]{hs-esslingen}
\HRule{13pt}{1pt}
\centering
\Large
\vlinespace{5}\\
Projekt - Autiotechnik\\
\Large
\vlinespace{6}
\huge
\textbf{Fluch der Karibik -Trailer}\\
\vlinespace{6}
\huge
\textbf{Florian Hoss}\\
\Large
\vfill
\raggedright{}
\HRule{13pt}{1pt} \\
\titleemph{Dozent:} Florian Scholz
\end{titlepage}