-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtitlepage.tex
More file actions
134 lines (99 loc) · 3.35 KB
/
titlepage.tex
File metadata and controls
134 lines (99 loc) · 3.35 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
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
131
132
133
134
% $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 <tkren@kr.tuwien.ac.at>
% or to Petra Brosch <brosch@big.tuwien.ac.at>
%
\selectlanguage{ngerman}
% 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{Alph}
\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 \tuinfthesistype}
\vspace{6mm}
{\thesistitlefontlarge\sffamily zur Erlangung des akademischen Grades}
\vspace{6mm}
{\thesistitlefontLARGE\sffamily\bfseries \tuinfthesisdegree}
\vspace{6mm}
{\thesistitlefontlarge\sffamily im Rahmen des Studiums}
\vspace{6mm}
{\thesistitlefontLarge\sffamily\bfseries \tuinfthesiscurriculum}
\vspace{6.5mm}
{\thesistitlefontlarge\sffamily eingereicht von}
\vspace{6mm}
{\thesistitlefontLarge\sffamily\bfseries \tuinfthesisauthor}
\vspace{1.5mm}
{\thesistitlefontlarge\sffamily Matrikelnummer \tuinfthesismatrikelno}
\vspace{1.4cm}
\vspace{0pt}\raggedright\thesistitlefontnormalsize\sffamily
\begin{minipage}[t][1.6cm][t]{\textwidth}%
%
an der
Fakult\"{a}t f\"{u}r Informatik der Technischen Universit\"{a}t Wien
\end{minipage}
\begin{minipage}[t][4cm][t]{\textwidth}%
\vspace{0pt}\raggedright\thesistitlefontnormalsize\sffamily
%
\begin{tabbing}%
\hspace{19mm} \= \hspace{66mm} \kill
\tuinfthesisbetreuung: \> \tuinfthesisbetreins\\
Mitwirkung: \> \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
Wien, \tuinfthesisdate \> {\raggedright\rule{51mm}{0.5pt}} \> {\raggedright\rule{51mm}{0.5pt}} \\
\> \begin{minipage}[t][0.5cm][t]{51mm}\centering (Unterschrift \tuinfthesisverfassung)\end{minipage}
\> \begin{minipage}[t][0.5cm][t]{51mm}\centering (Unterschrift \tuinfthesisbetreuung)\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
\selectlanguage{english}
%%% 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: