source: SMC4LRT/titlepage_en.tex

Last change on this file was 2673, checked in by vronk, 11 years ago

chapter-files moved to separate folder
main file is: thesis.tex

File size: 3.3 KB
Line 
1% $Id: titlepage.tex 1752 2010-03-20 11:07:02Z tkren $
2%
3% TU Wien - Faculty of Informatics
4% thesis titlepage
5%
6% This titlepage is using the geometry package, see
7% <http://www.ctan.org/macros/latex/contrib/geometry/geometry.pdf>
8%
9% For questions and comments send an email to
10% Thomas Krennwallner <tkren@kr.tuwien.ac.at>
11% or to Petra Brosch <brosch@big.tuwien.ac.at>
12%
13
14% setup page dimensions for titlepage
15\newgeometry{left=2.4cm,right=2.4cm,bottom=2.5cm,top=2cm}
16
17% force baselineskip and parindent
18%\newlength{\tmpbaselineskip}
19%\setlength{\tmpbaselineskip}{\baselineskip}
20%\setlength{\baselineskip}{13.6pt}
21%\newlength{\tmpparindent}
22%\setlength{\tmpparindent}{\parindent}
23%\setlength{\parindent}{17pt}
24
25% first titlepage
26\thispagestyle{tuinftitlepage}
27
28%
29% Kludge: for each titlepage set \pagenumbering to a different
30% style. This is used to fix a problem with hyperref, because there
31% are multiple "page 1" and hyperref hates that
32%
33\pagenumbering{Roman}
34
35\begin{center}
36{\ \vspace{3.4cm}}
37
38\begin{minipage}[t][2.8cm][s]{\textwidth}%
39\centering
40\thesistitlefontHUGE\sffamily\bfseries\tuinfthesistitle\\
41\bigskip
42{\thesistitlefonthuge\sffamily\bfseries\tuinfthesissubtitle}
43\end{minipage}
44
45\vspace{1.3cm}
46
47{\thesistitlefontLARGE\sffamily \tuinfthesistypeen}
48
49\vspace{6mm}
50
51{\thesistitlefontlarge\sffamily submitted in partial fulfillment of the requirements for the degree of}
52
53\vspace{6mm}
54
55{\thesistitlefontLARGE\sffamily\bfseries \tuinfthesisdegreeen}
56
57\vspace{6mm}
58
59{\thesistitlefontlarge\sffamily in}
60
61\vspace{6mm}
62
63{\thesistitlefontLarge\sffamily\bfseries \tuinfthesiscurriculumen}
64
65\vspace{6.5mm}
66
67{\thesistitlefontlarge\sffamily by}
68
69\vspace{6mm}
70
71{\thesistitlefontLarge\sffamily\bfseries \tuinfthesisauthor}
72
73\vspace{1.5mm}
74
75{\thesistitlefontlarge\sffamily Registration Number \tuinfthesismatrikelno} 
76
77\vspace{1.4cm}
78
79\begin{minipage}[t][1.6cm][t]{\textwidth}%
80  \vspace{0pt}\raggedright\thesistitlefontnormalsize\sffamily
81  %
82  to the Faculty of Informatics
83
84  at the Vienna University of Technology
85\end{minipage}
86
87\vspace{0pt}\raggedright\thesistitlefontnormalsize\sffamily
88\begin{minipage}[t][4cm][t]{\textwidth}%
89  \begin{tabbing}%
90            \hspace{19mm} \= \hspace{66mm} \kill
91            Advisor: \> \tuinfthesisbetreins\\
92            Assistance: \> \tuinfthesisbetrzwei\\
93                        \> \tuinfthesisbetrdrei
94     \end{tabbing}
95\end{minipage}
96
97\begin{minipage}[t][1.5cm][t]{\textwidth}%
98  \vspace{0pt}\sffamily\thesistitlefontnormalsize
99  \begin{tabbing}%
100    \hspace{45mm} \= \hspace{63mm} \= \hspace{51mm} \kill
101    Vienna, \tuinfthesisdate \> {\raggedright\rule{51mm}{0.5pt}} \> {\raggedright\rule{51mm}{0.5pt}} \\
102    \> \begin{minipage}[t][0.5cm][t]{51mm}\centering (Signature of Author)\end{minipage}
103    \> \begin{minipage}[t][0.5cm][t]{51mm}\centering (Signature of Advisor)\end{minipage}
104    \end{tabbing}
105\end{minipage}
106
107\end{center}
108
109% we want an empty page right after first titlepage
110\pagestyle{empty}
111\cleardoublepage
112
113% we're done with the titlepages, proceed with default pagenumbering
114\pagenumbering{roman}
115
116% restore baselineskip
117\setlength{\baselineskip}{\tmpbaselineskip}
118\setlength{\parindent}{\tmpparindent}
119
120% back to normal geometry
121\restoregeometry
122
123
124%%% Local Variables:
125%%% TeX-PDF-mode: t
126%%% TeX-debug-bad-boxes: t
127%%% TeX-parse-self: t
128%%% TeX-auto-save: t
129%%% reftex-plug-into-AUCTeX: t
130%%% End:
Note: See TracBrowser for help on using the repository browser.