-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
68 lines (61 loc) · 2.12 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
\documentclass[minted,nocolor]{thesis}
% Title
\title{Refundable}
% Authors
\author{Linus Dehner}{5BHIT}{Projektleitung \& Frontend - responsives Webdesign}
\author{Michael Beier}{5BHIT}{Backend - REST-Schnittstelle und Infrastruktur}
\author{Ryan Foster}{5BHIT}{Frontend - Webapplikation als REST-Client}
% Submission Date
\date{21. April 2021}
\mysubtitle{effiziente Reise- und Exkursionsverwaltung}
\myteacher{DI Stefan Zakall, BSc}
\myyear{2020/21}
\mydivision{Medientechnik \& Systemtechnik}
\selectlanguage{ngerman} % Set language to german
% \setcode{frame=single} % Add a frame to codes
% \setcode{bgcolor=AlmostWhite} % Add a background to codes (minted only)
% \usemintedstyle{rainbow_dash} % autumn, rainbow_dash, tango (default), trac
\AtBeginEnvironment{minted}{\dontdofcolorbox}
\def\dontdofcolorbox{\renewcommand\fcolorbox[4][]{##4}}
\makeatother
\begin{document}
\input{chapters/abstract}
\include{chapters/gender}
% Table of contents
{\hypersetup{linkcolor=black}\tableofcontents}\glsresetall
\newpage\pagestyle{fancy}
\lfoot{Linus Dehner, Michael Beier, Ryan Foster}
\include{chapters/vorwort}
\include{chapters/danksagung}
\include{chapters/einleitung}
\lfoot{Linus Dehner}
\include{chapters/projektmanagement}
\lfoot{Linus Dehner, Michael Beier, Ryan Foster}
\include{chapters/studie}
\lfoot{Linus Dehner}
\include{chapters/studie/ldehner}
\lfoot{Michael Beier}
\include{chapters/studie/mbeier}
\lfoot{Ryan Foster}
\include{chapters/studie/rfoster}
\lfoot{Linus Dehner, Michael Beier, Ryan Foster}
\include{chapters/konzept}
\lfoot{Linus Dehner}
\include{chapters/konzept/ldehner}
\lfoot{Michael Beier}
\include{chapters/konzept/mbeier}
\lfoot{Ryan Foster}
\include{chapters/konzept/rfoster}
\lfoot{Linus Dehner, Michael Beier, Ryan Foster}
\include{chapters/implementierung}
\lfoot{Linus Dehner}
\include{chapters/implementierung/ldehner}
\lfoot{Michael Beier}
\include{chapters/implementierung/mbeier}
\lfoot{Ryan Foster}
\include{chapters/implementierung/rfoster}
\lfoot{Linus Dehner, Michael Beier, Ryan Foster}
\include{chapters/retrospektive}
\include{chapters/conclusio}
\glsaddall % Also list unused glossary entries
\end{document}