-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththesis_title_page.tex
executable file
·103 lines (81 loc) · 3.17 KB
/
thesis_title_page.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% %
%%%%% Document Class %
%%%%% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{scrartcl}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% %
%%%%% Preamble %
%%%%% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage[top=3cm,bottom=2cm]{geometry}
\usepackage{setspace}
\usepackage{hyperref} %% For creating the PDF meta-data information
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% %
%%%%% Document Settings %
%%%%% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{Ph.D. Thesis Titlepage} %% Only used for PDF meta-data information
\author{John Doe} %% Only used for PDF meta-data information
% Use the 'hyperref' package in order to set PDF file meta data.
\makeatletter
\hypersetup{
pdftitle = {\@title},
pdfauthor = {\@author, <[email protected]>},
% pdfkeywords = {<KEYWORDS>},
% pdfsubject = {<SUBJECT>}
}
\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% %
%%%%% Start of Document %
%%%%% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\pagestyle{empty}
\begin{centering}
\vspace{1cm}
DISS. ETH NO. 12345
\vspace*{1.5cm}
{\setstretch{1.0}
{\huge \uppercase{This is the Awesome Multi-Line\\Title of my Thesis}\par}
}
\vspace*{1cm}
{\setstretch{1.5}
A thesis submitted to attain the degree of\\
DOCTOR OF SCIENCES of ETH ZURICH\\
(Dr. sc. ETH Zurich)\par
}
\vspace*{1cm}
{\setstretch{1.5}
presented by\\
\uppercase{John Doe}\par
}
\vspace*{1cm}
M.Sc.,\\
Sample University\\
\vspace*{1cm}
born on 01.01.2001\\
\vspace*{0.5cm}
citizen of\\
Samplecountry\\
\vspace*{2cm}
accepted on the recommendation of\\
\vspace*{0.5cm}
Prof. Dr. The Examiner\\
Prof. Dr. First Co-Examiner\\
Prof. Dr. Second Co-Examiner\\
\vspace*{3cm}
2001\\
\end{centering}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% %
%%%%% End of Document %
%%%%% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%