-
Notifications
You must be signed in to change notification settings - Fork 0
/
abstract_standalone.tex
57 lines (48 loc) · 1.29 KB
/
abstract_standalone.tex
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
\documentclass[paper=a4,oneside, DIV=13]{scrbook}
\usepackage{xspace}
\usepackage{setspace}
\usepackage{fontspec}
\setmainfont{Minion Pro}
% \usepackage{showframe}% to print the typearea as a frame
\KOMAoptions{parskip=half}
\KOMAoptions{BCOR=0mm}
\newcommand{\magic}{MAGIC\xspace}
\newcommand{\fact}{FACT\xspace}
\newcommand{\hess}{H.E.S.S.\xspace}
\newcommand{\hegra}{HEGRA\xspace}
\newcommand{\veritas}{VERITAS\xspace}
\title{Unmasking the Gamma-Ray Sky}
\subtitle{Comprehensive and Reproducible Analysis for Cherenkov Telescopes}
\author{Kai Brügge}
\begin{document}
\begin{titlepage}
\KOMAoptions{BCOR=0mm}
\makeatletter
\begin{center}
{\setstretch{1.2}%
\begin{Huge}%
\@title
\end{Huge}\\[0.2cm]
%
\begin{Large}
\@subtitle
\end{Large}\\
%
\emph{by}\\
\@author\\
%
\vspace{0.8cm}
This abstract is submitted in partial fulfillment
of the requirements for the degree of\\
\emph{Dr. rer. nat.}\\
at\\
\textsc{Technische Universität Dortmund}
\vspace{1.cm}
Supervised by \\
Prof.\,Dr.\,Dr.\,Wolfgang Rhode\, and\, Prof.\,Dr.\,Kevin Kröninger
\par}
\end{center}
\input{contents/abstract.tex}
\makeatother
\end{titlepage}
\end{document}