-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitlepage_en.tex
130 lines (96 loc) · 3.27 KB
/
titlepage_en.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
% $Id: titlepage.tex 1752 2010-03-20 11:07:02Z tkren $
%
% TU Wien - Faculty of Informatics
% thesis titlepage
%
% This titlepage is using the geometry package, see
% <http://www.ctan.org/macros/latex/contrib/geometry/geometry.pdf>
%
% For questions and comments send an email to
% Thomas Krennwallner <[email protected]>
% or to Petra Brosch <[email protected]>
%
% setup page dimensions for titlepage
\newgeometry{left=2.4cm,right=2.4cm,bottom=2.5cm,top=2cm}
% force baselineskip and parindent
%\newlength{\tmpbaselineskip}
%\setlength{\tmpbaselineskip}{\baselineskip}
%\setlength{\baselineskip}{13.6pt}
%\newlength{\tmpparindent}
%\setlength{\tmpparindent}{\parindent}
%\setlength{\parindent}{17pt}
% first titlepage
\thispagestyle{tuinftitlepage}
%
% Kludge: for each titlepage set \pagenumbering to a different
% style. This is used to fix a problem with hyperref, because there
% are multiple "page 1" and hyperref hates that
%
\pagenumbering{Roman}
\begin{center}
{\ \vspace{3.4cm}}
\begin{minipage}[t][2.8cm][s]{\textwidth}%
\centering
\thesistitlefontHUGE\sffamily\bfseries\tuinfthesistitle\\
\bigskip
{\thesistitlefonthuge\sffamily\bfseries\tuinfthesissubtitle}
\end{minipage}
\vspace{1.3cm}
{\thesistitlefontLARGE\sffamily \tuinfthesistypeen}
\vspace{6mm}
{\thesistitlefontlarge\sffamily submitted in partial fulfillment of the requirements for the degree of}
\vspace{6mm}
{\thesistitlefontLARGE\sffamily\bfseries \tuinfthesisdegreeen}
\vspace{6mm}
{\thesistitlefontlarge\sffamily in}
\vspace{6mm}
{\thesistitlefontLarge\sffamily\bfseries \tuinfthesiscurriculumen}
\vspace{6.5mm}
{\thesistitlefontlarge\sffamily by}
\vspace{6mm}
{\thesistitlefontLarge\sffamily\bfseries \tuinfthesisauthor}
\vspace{1.5mm}
{\thesistitlefontlarge\sffamily Registration Number \tuinfthesismatrikelno}
\vspace{1.4cm}
\begin{minipage}[t][1.6cm][t]{\textwidth}%
\vspace{0pt}\raggedright\thesistitlefontnormalsize\sffamily
%
to the Faculty of Informatics
at the Vienna University of Technology
\end{minipage}
\vspace{0pt}\raggedright\thesistitlefontnormalsize\sffamily
\begin{minipage}[t][4cm][t]{\textwidth}%
\begin{tabbing}%
\hspace{19mm} \= \hspace{66mm} \kill
Advisor: \> \tuinfthesisbetreins\\
Assistance: \> \tuinfthesisbetrzwei\\
\> \tuinfthesisbetrdrei
\end{tabbing}
\end{minipage}
\begin{minipage}[t][1.5cm][t]{\textwidth}%
\vspace{0pt}\sffamily\thesistitlefontnormalsize
\begin{tabbing}%
\hspace{45mm} \= \hspace{63mm} \= \hspace{51mm} \kill
Vienna, \tuinfthesisdate \> {\raggedright\rule{51mm}{0.5pt}} \> {\raggedright\rule{51mm}{0.5pt}} \\
\> \begin{minipage}[t][0.5cm][t]{51mm}\centering (Signature of Author)\end{minipage}
\> \begin{minipage}[t][0.5cm][t]{51mm}\centering (Signature of Advisor)\end{minipage}
\end{tabbing}
\end{minipage}
\end{center}
% we want an empty page right after first titlepage
\pagestyle{empty}
\cleardoublepage
% we're done with the titlepages, proceed with default pagenumbering
\pagenumbering{roman}
% restore baselineskip
\setlength{\baselineskip}{\tmpbaselineskip}
\setlength{\parindent}{\tmpparindent}
% back to normal geometry
\restoregeometry
%%% Local Variables:
%%% TeX-PDF-mode: t
%%% TeX-debug-bad-boxes: t
%%% TeX-parse-self: t
%%% TeX-auto-save: t
%%% reftex-plug-into-AUCTeX: t
%%% End: