-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdissertation_titlepage.tex
More file actions
77 lines (68 loc) · 1.76 KB
/
Copy pathdissertation_titlepage.tex
File metadata and controls
77 lines (68 loc) · 1.76 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
\documentclass[titlepage,a4paper]{article}
\usepackage{graphicx}
\usepackage{soul}
\usepackage{xcolor}
\usepackage[utf8]{inputenc}
\usepackage[a4paper,bottom=1cm]{geometry}
% \geometry{showframe=true}
\definecolor{seeblau}{RGB}{0, 169, 224}
\setulcolor{seeblau}
\setul{0.1ex}{0.2ex}
\newcommand{\tinyspace}{\nobreak\hspace{.16667em}}
\begin{document}
\thispagestyle{empty}
\begin{center}
\begin{sffamily}
\begin{bfseries}
\begin{LARGE}
\vspace*{8mm}
% if \ul{} is used over multiple lines, centering is fucked up. Therefore: one \ul{} for every line
\mbox{\ul{The Influence of High Temperature Steps on}}\\%
\mbox{\ul{Defect Etching and Dislocations:}}\\%
\mbox{\ul{Etch Pit Density Reduction in Multicrystalline Silicon}}\\%
\vspace{15mm}
\end{LARGE}
\begin{Large}
\Large
Doctoral thesis for obtaining the\\[0.6\baselineskip]
academic degree\\[0.6\baselineskip]
Dr.{\tinyspace}rer.{\tinyspace}nat.\\
\end{Large}
\end{bfseries}
\begin{mdseries}
\begin{large}
\vspace{15mm}
submitted by \\[0.6\baselineskip]
Martin Gabriel Fleck\\
\vspace{15mm}
at the\\[\baselineskip]
{\includegraphics[width=0.5\textwidth]{UniKonstanz_Logo_Optimum_SW}}\\
\vspace{24mm}
Mathematisch-Naturwissenschaftliche Sektion\\[0.6\baselineskip]
Fachbereich Physik\\
\end{large}
\end{mdseries}
\end{sffamily}
\end{center}
{
\large\mdseries\sffamily
\vspace{27mm}
\noindent
Konstanz, 2020
}
\newpage
{
\thispagestyle{empty}
\large\mdseries\sffamily
\null % there must be something before \vpsace or \vfill works
\vspace{0.8\textheight}
{
\noindent
Oral examination on November 23, 2020 \\
\noindent
1. Referee: Prof. Dr. Giso Hahn \\
\noindent
2. Referee: Prof. Dr. Johannes Boneberg
}
}
\end{document}