-
Notifications
You must be signed in to change notification settings - Fork 0
/
titlepage.tex
32 lines (29 loc) · 923 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
% file to create the title page
% feel free to customize
\begin{titlepage}
\samepage
{
\begin{center}
\includegraphics[width=80mm]{fig/HTLlogonew}
\vspace{5mm}
\textbf
{
Höhere Technische Bundeslehranstalt Weiz \\
Abteilung für Elektrotechnik
}
\vspace{10mm}
\rule{\textwidth}{1pt}
\huge{\textbf{Pflichtenheft}}
\rule[1.3ex]{\textwidth}{1pt}
\end{center}
\vspace{15mm}
\renewcommand{\arraystretch}{1.5}
\begin{large}
\begin{tabular}{l @{\hspace{0.25\textwidth}}l}
\textbf{Thema:} & \textbf{Name des Projekts} \\
\textbf{Jahrgang:} & XBHET \\
\textbf{Schuljahr:} & 20XX \\
\end{tabular}
\end{large}
}
\end{titlepage}