-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtitlepage.tex
More file actions
53 lines (42 loc) · 1.09 KB
/
titlepage.tex
File metadata and controls
53 lines (42 loc) · 1.09 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
\begin{titlepage}
\begin{center}
% Oberer Teil der Titelseite:
%\includegraphics[width=0.15\textwidth]{./logo}\\[1cm]
\textsc{\LARGE Hochschule Luzern}\\[1.5cm]
\textsc{\Large Produktentwicklung\\
~\\
Technik \& Architektur}\\[0.5cm]
\vfill{}
% Title
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\HRule \\[0.4cm]
{ \Huge \bfseries Intelligente Ballwurfmaschine\\
~\\
\large Intelligent ball-throwing machine}\\[0.4cm]
\HRule \\[1.5cm]
% Author and supervisor
\begin{minipage}{0.4\textwidth}
\begin{flushleft} \large
\emph{Autoren:}\\
Ervin \textsc{Mazlagi\'c}\\
Adriano \textsc{Valsangiacomo}\\
Christian \textsc{Spycher}\\
Christian \textsc{Schürch}\\
Alexander \textsc{Suter}\\
Fabian \textsc{Wütrich}\\
\end{flushleft}
\end{minipage}
\hfill
\begin{minipage}{0.4\textwidth}
\begin{flushright} \large
\emph{Modulbetreuer:} \\
Martin \textsc{Vogel}
\end{flushright}
\end{minipage}
\vfill{}
\vfill{}
\vfill{}
% Unterer Teil der Seite
{\large Horw\\ \today}
\end{center}
\end{titlepage}