blob: a1ddb429db46ab62b264c7686be809b37cfa2477 (
plain)
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
|
%% Encoding: UTF-8 %%
%% titlepage.tex
\def\usesf{}
\let\usesf\sffamily % diese Zeile auskommentieren für normalen TeX Font
\begin{titlepage}
\setlength{\unitlength}{1pt}
\begin{picture}(00,0)(70,770)
\includegraphics[width=\paperwidth]{assets/KIT_Deckblatt.pdf}
\end{picture}
\thispagestyle{empty}
\begin{center}
\hbox{}
\vfill
\includegraphics[width=.5\textwidth]{assets/logo.pdf}
\vskip 1cm
{\usesf
{\huge\bfseries PSE\textsuperscript{2} - Podcast Synchronisation \\
made Efficient\\
Pflichtenheft \par}
\vskip 1.8cm
{\Large Wintersemester 2022/2023\\}
%von\\[2mm]
\vskip 1.5cm
% {\large\bfseries Vorname Nachname\\}
% \vskip 1.2cm
Praxis der Softwareentwicklung \\
Prof. Dr.-Ing. Gregor Snelting \\
Fakultät für Informatik\\
Karlsruher Institut für Technologie\\
\vskip 1.5cm
\begin{tabular}{p{20mm}l}
Autoren:
& Daniel Hönlinger \\
& Gero Beckmann \\
& Immanuel Reitz \\
& Julius Friesen \\
& Lukas Schmidheissler \\
\\
Betreuer: & M.Sc. Hans-Peter Lehmann \\
& M.Sc. Daniel Seemaier
\end{tabular}
}
\end{center}
\vfill
%\begin{textblock}{10}[0,0](4,15)
% \includegraphics[width=.3\textwidth]{logos/logo.pdf}
%\end{textblock}
% \begin{textblock}{8}[0,0](14,14)
% \includegraphics[width=.3\textwidth]{logos/KASTEL_logo.pdf}
% \end{textblock}
\end{titlepage}
% \thispagestyle{empty}
% \ \vfill
% \begin{flushleft}
% Copyright $\copyright$ ITI und Verfasser 201?\\
% \ \\
% Institut für Theoretische Informatik
% Fakultät für Informatik\\
% Karlsruher Institut für Technologie\\
% Am Fasanengarten 5\\
% 76131 Karlsruhe
% \end{flushleft}
% \newpage
|