This repository was archived by the owner on Feb 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
93 lines (86 loc) · 4.07 KB
/
Copy pathmain.tex
File metadata and controls
93 lines (86 loc) · 4.07 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
\documentclass[minted, notitle]{protocol}
% Packages
\usepackage{verbatim}
\usepackage{pgfmath}
\usepackage{sectsty}
\usepackage{tikz}
\usepackage{multirow}
\usepackage[normalem]{ulem}
% Required
\title{Refundable}
\author{Dehner Linus, Foster Ryan, Beier Michael}
% Optional
\mysubtitle{State of the Art}
% Version
% \myteacher{}
\myversion{7}
% \mybegin{31. Januar 2018}
% \myfinish{17. April 2018}
% \setcode{frame=single} % Add a frame to codes (single, lines)
% \setcode{bgcolor=MyLightGray} % Add a background to codes (minted only)
% \usemintedstyle{rainbow_dash} % autumn, rainbow_dash, tango (default), trac
\tocfalse
\def\checkmark{\tikz\fill[scale=0.4](0,.35) -- (.25,0) -- (1,.7) -- (.25,.15) -- cycle;}
\definecolor{celadon}{rgb}{0.67, 0.88, 0.69}
\definecolor{lightgrey}{rgb}{0.88 0.88 0.88}
\definecolor{rlightgreen}{RGB}{221, 246, 202}
%\rowcolors{2}{celadon}{green!70!yellow!40}
\rowcolors{2}{lightgrey}{white}
\newcommand{\draft}{\cellcolor{Peach} Draft}
\newcommand{\abgabe}{\cellcolor{LimeGreen}Approved }
\newcommand{\version}{1.0}
% Kacpers total wichtige Design-Prinzipien
\usepackage[sfdefault]{roboto} % The font, that beats them all...
\usepackage{hyperref} % To make Hyperlinks inside the document
% Farbensetzen für Sections
% -- DEPRECATED -- I miss you green Hulk :/
%\sectionfont{\color{LimeGreen}} % Green Hulk > Red Hulk
%\subsectionfont{\color{OliveGreen}}
%\sectionfont{\color{darkgray}}
%\subsectionfont{\color{gray}}
\newlist{coloritemize}{itemize}{1}
\setlist[coloritemize]{label=\textcolor{OliveGreen}{\textbullet}}
\begin{document}
\begin{titlepage} % Fancy title page
\raggedleft % Right align the title page
\begingroup \color{gray}{\rule{3pt}{\textheight}} \endgroup % Vertical line
%\begingroup \color{OliveGreen}{\rule{3pt}{\textheight}} \endgroup % Vertical line
\hspace{0.05\textwidth} % Whitespace between the vertical line and title page text
\parbox[b]{0.75\textwidth}{ % Paragraph box for holding the title page text, adjust the width to move the title page left or right on the page
{{\fontsize{27}{48} \selectfont STATE OF THE ART}} \\ \\
\includegraphics[width=200pt]{images/refundable_logo_klein.png} \\ \\ \\ \\
%{\includegraphics[width=220pt]{images/Logo_1.png}} \\[2\baselineskip]
{{\fontsize{50}{40} \bfseries \color{Cyan} REFUNDABLE}} \\[0.5\baselineskip] %\LaTeX ~Templates}\\[2\baselineskip] % Title
{{\fontsize{20}{48} \selectfont effiziente Reise- und Exkursions-\\verwaltung für Schulen}} \\ [0.5\baselineskip] % Subtitle or further description
%{\Large Lernbüroverwaltungstool}\\ [2\baselineskip] % Subtitle or further description
{\vspace{-0.5cm}\large \begin{flushleft}Dehner Linus, Foster Ryan, Beier Michael\end{flushleft}} % Author name, lower case for consistent small caps
%\vspace{0.5\textheight} % Whitespace between the title block and the publisher
{\vspace{0.3cm}\includegraphics[width=220pt]{images/tgm_full.png}}
%{\noindent The Publisher~~\plogo}\\[\baselineskip] % Publisher and logo
}
\end{titlepage}
\begin{center}
\rowcolors{2}{white}{white}
\begin{tabular}{| c | p{1.8cm} | p{1.8cm} | c | c | p{3.4cm} |}
\hline \rowcolor{gray} \textbf{\color{white}Version} & \textbf{\color{white}Autor} & \textbf{\color{white}QS} & \textbf{\color{white}Datum} & \textbf{\color{white}Status} & \textbf{\color{white}Kommentare} \\
\hline \hline
0.1 & ldehner & mbeier & 2020-09-24 & Draft & Create \\ \hline
1 & mbeier & ldehner & 2020-10-24 & Draft & Backend - Überblick \\ \hline
2 & mbeier & ldehner & 2020-11-08 & Draft & Layout finalisiert \\ \hline
3 & mbeier & ldehner & 2020-11-08 & Draft & Backend - Docker \\ \hline
4 & ldehner & mbeier & 2020-11-09 & Draft & Webdesign - Überblick \\ \hline
5 & mbeier & ldehner & 2020-11-12 & Draft & Backend - Deployment \\ \hline
6 & mbeier & ldehner & 2020-11-26 & Draft & Backend - REST \\ \hline
7 & mbeier & ldehner & 2020-12-16 & Draft & Backend - Finish \\ \hline
\end{tabular}
\end{center}
\clearpage
{
\hypersetup{linkcolor=black}
\tableofcontents
}
\clearpage
\include{chapters/_ldehner}
\include{chapters/_mbeier}
\include{chapters/_rfoster}
\end{document}