This repository was archived by the owner on Nov 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTitelseite.tex
More file actions
93 lines (62 loc) · 1.97 KB
/
Titelseite.tex
File metadata and controls
93 lines (62 loc) · 1.97 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
%% LyX 2.3.2 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[12pt]{report}
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[a4paper]{geometry}
\geometry{verbose,tmargin=2cm,bmargin=2.5cm,lmargin=3.5cm,rmargin=2.5cm}
\pagestyle{empty}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\setlength{\parskip}{\medskipamount}
\setlength{\parindent}{0pt}
\usepackage{graphicx}
\usepackage{setspace}
\onehalfspacing
\begin{document}
\begin{titlepage}
\begin{minipage}[c][1\textheight]{1\columnwidth}%
\begin{center}
\includegraphics[width=2.8cm]{images/TU_Graz_Logo}
\vspace{2cm}
{\large{}Max Muster, Bsc}{\large\par}
\vspace{0.9cm}
\textbf{\Large{}1 Titel}\\
\textbf{\Large{}2 Titel}\\
\textbf{\Large{}3 Titel}{\Large\par}
\textbf{\large{}\vspace{0.6cm}
}{\large\par}
\textbf{\large{}1 English Title}\\
\textbf{\large{}2 English Title}\\
\textbf{\large{}3 English Title}{\large\par}
\vspace{1.3cm}
\textbf{\large{}\textbf{\large{}MASTER'S THESIS}}{\large\par}
\vspace{0.25cm}
{\small{}to achieve the university degree of}
{\small{}\vspace{0.25cm}
Diplom-Ingenieur}{\small\par}
{\small{}\vspace{0.25cm}
{\small{}Master's programme Civil Engineering - Infrastructure}}{\small\par}
{\small{}\vspace{1cm}
}{\small\par}
{\small{}{\small{}submitted to}}{\small\par}
\vspace{0.5cm}
\textbf{\large{}\textbf{\large{}Graz University of Technology}}{\large\par}
\vspace{0.75cm}
{\small{}{\small{}Supervisor}:}{\small\par}
{\small{}Prof. Dipl.-Ing. Dr.techn. Max Muster}{\small\par}
{\small{}\vspace{0.2cm}
}{\small\par}
{\small{}{\small{}Assisting adviser}:}{\small\par}
{\small{}Dipl.-Ing. Max Muster, Bsc}{\small\par}
{\small{}\vspace{1cm}
}{\small\par}
{\small{}Institut für Musterlösungen}{\small\par}
\vspace{0.8cm}
{\scriptsize{}Graz, Jänner 2000}{\scriptsize\par}
\end{center}%
\end{minipage}
\end{titlepage}
\end{document}