Move: Diplomarbeitsbuch into subfolder!
Some checks failed
Word Count / count-words (push) Failing after 32s

This commit is contained in:
2026-04-13 21:33:24 +02:00
parent efaf02156c
commit 0551792aca
33 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,105 @@
\begin{titlepage}
\begin{minipage}[c]{0.25\textwidth}
\includegraphics[width=\textwidth]{images/preamble/szu.png}
\end{minipage}
\hfill
\begin{minipage}[c]{0.7\textwidth}
\raggedleft
\textbf{Schulzentrum HTL HAK Ungargasse} \\
Höhere Lehranstalt für Informationstechnologie \\
Ausbildungsschwerpunkt Netzwerktechnik
\end{minipage}
\rule{\textwidth}{0.4pt}
\vspace{1cm}
\begin{center}
\vspace{1.5cm}
\textbf{\Huge DIPLOMARBEIT} \\
\vspace{1cm}
\textbf{\huge AlumniHub} \\
\vspace{0.75cm}
\textit{\Large Plattform für den Absolventenverein des Schulzentrums HTL HAK Ungargasse} \\
\vspace{0.5cm}
\includegraphics[width=0.25\textwidth]{images/preamble/logo-short.png} \\
\end{center}
\vspace{2.5cm}
\begin{minipage}[t]{0.5\textwidth}
\textbf{Verfasser:} \\
Adam Gaiswinkler \\
Florian Edlmayer \\
Konstantin Hintermayer
\end{minipage}
\begin{minipage}[t]{0.4\textwidth}
\textbf{Betreuer:} \\
Prof. Thomas Gürth
\end{minipage}
\vspace{0.5cm}
\begin{minipage}[t]{0.5\textwidth}
\textbf{Klasse:} \\
5BHITN
\end{minipage}
\begin{minipage}[t]{0.4\textwidth}
\textbf{Schuljahr:} \\
2025/26
\end{minipage}
\vspace{0.75cm}
\begin{minipage}[t]{0.5\textwidth}
\textbf{Abgabevermerk:} \\
Wien, am 26.03.2026
\end{minipage}
\begin{minipage}[t]{0.4\textwidth}
\textbf{Projektnummer:} \\
3U\_HI\_2026\_04 \\
\hrulefill
\end{minipage}
\vspace{0.25cm}
\textbf{übernommen von:} \\
\hrulefill
\end{titlepage}
\thispagestyle{empty}
\cleardoublepage
\pagenumbering{Roman}
\section*{Eidesstattliche Erklärung}
Ich erkläre, dass ich die vorliegende Diplomarbeit selbstständig und ohne fremde Hilfe verfasst, andere als die angegebenen Quellen und Hilfsmittel nicht benutzt, sowie die aus anderen Werken übernommene Inhalte durch Quellenangaben erkenntlich gemacht habe.
\vspace{1.5cm}
\begin{tabular}{@{}p{5cm}p{1cm}p{7cm}@{}}
Wien, am 26.03.2026 & & \hrulefill \\
& & Adam Gaiswinkler
\end{tabular}
\vspace{1.2cm}
\begin{tabular}{@{}p{5cm}p{1cm}p{7cm}@{}}
Wien, am 26.03.2026 & & \hrulefill \\
& & Florian Edlmayer
\end{tabular}
\vspace{1.2cm}
\begin{tabular}{@{}p{5cm}p{1cm}p{7cm}@{}}
Wien, am 26.03.2026 & & \hrulefill \\
& & Konstantin Hintermayer
\end{tabular}
\makeatletter
\renewcommand{\tableofcontents}{%
\@starttoc{toc}%
}
\renewcommand{\listoffigures}{%
\@starttoc{lof}%
}
\renewcommand{\listoftables}{%
\@starttoc{lot}%
}