summaryrefslogtreecommitdiffstats
path: root/titlepage.tex
blob: 219bd8aa016d468bf039cd4c7dd47edc1887ea2e (plain) (blame)
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
\begin{titlepage}
  \bookmarksetupnext{level=section,italic}
  \pdfbookmark{Title}{title}
  \begin{center}
    \fausansoffice

    \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

    Supervised by\\
    \textbf{Prof.\ Dr.\ Hanno Sahlmann}\\
    \textbf{Prof.\ Dr.\ Gandalf Lechner}
    \vspace{1.5cm}

    Erlangen\\
    March 2024
  \end{center}
\end{titlepage}
\cleardoublepage