-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitlepage.tex
40 lines (28 loc) · 896 Bytes
/
titlepage.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
\begin{titlepage}
\thispagestyle{empty}
\newgeometry{right=0cm,left=0cm, top=0cm, bottom=0cm}
\makebox[0pt][l]{
\begin{picture}(50,50)
% 100 vergrößern, damit logo hoch wandert
\put(543, -155){
\hfill
\includegraphics[width=1.7cm]{./images/fh-logo-right.pdf} %fhac-right.pdf} %FHAC.jpg}
}
\end{picture}
}
\begin{center}
{\Large \textsc{\textbf{FH Aachen}}}\\[0.2cm]
{\large \textsc{University of Applied Sciences}}\\
{\large \textsc{Energiewirtschaft \& Informatik (M. Sc.)}}\\[1cm]
{\Huge \textsc{\textbf{\modulname}}}\\[0.2cm]
{\Large \textsc{Zusammenfassung}}\\[0.2cm]
{\textsc{\semester}}\\
\end{center}
\vspace{2cm}
\noindent\makebox[\textwidth][c]{
\begin{minipage}{0.6\textwidth}
\rule{\textwidth}{0.5pt}\\[.3cm]
\tableofcontents
\end{minipage}
}
\end{titlepage}