summaryrefslogtreecommitdiffstats
path: root/titlepage.tex
diff options
context:
space:
mode:
Diffstat (limited to 'titlepage.tex')
-rw-r--r--titlepage.tex22
1 files changed, 17 insertions, 5 deletions
diff --git a/titlepage.tex b/titlepage.tex
index 90cad65..219bd8a 100644
--- a/titlepage.tex
+++ b/titlepage.tex
@@ -3,26 +3,38 @@
\pdfbookmark{Title}{title}
\begin{center}
\fausansoffice
- \includegraphics[width=0.5\textwidth]{images/FAU_NatFak_EN_Q_RGB_black.pdf}
+ \includegraphics[width=0.5\textwidth]{images/FAU_NatFak_EN_Q_RGB_black.pdf}
\vspace{1.5cm}
+
\textbf{\Huge Title Title Title\medskip\\ Title Title}
+ \vspace{0.5cm}
+ \directlua{% cspell:disable
+ local handle = io.popen("git rev-parse HEAD")
+ local commit = handle:read("*line")
+ handle:close()
+ output = 'commit \string\\href{https://git.jxir.de/master/commit/?id=' .. commit .. '}{' .. commit .. '}\\\\ compiled on ' .. os.date()
+ tex.print(output)
+ }% cspell:enable
\vspace{1.5cm}
+
A thesis presented for the degree of\\
\textit{Master in Physics}
-
\vspace{1cm}
+
by\\
\textbf{Justin Gassner}
+ \vspace{\fill}
+ %\vfill
- \vfill
Supervised by\\
\textbf{Prof.\ Dr.\ Hanno Sahlmann}\\
\textbf{Prof.\ Dr.\ Gandalf Lechner}
-
\vspace{1.5cm}
+
Erlangen\\
- September 2023
+ March 2024
\end{center}
\end{titlepage}
+\cleardoublepage