You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.2 KiB
63 lines
1.2 KiB
%*******************************************************
|
|
% Titlepage
|
|
%*******************************************************
|
|
%%%
|
|
%%% title page (german)
|
|
%%%
|
|
\thispagestyle{empty}
|
|
\pdfbookmark[0]{Titelblatt}{title}
|
|
\begin{titlepage}
|
|
|
|
% If printed on two sides, center the title page
|
|
\condTWOSIDE{\changetext{}{19mm}{}{19mm}{}}
|
|
|
|
\vspace{1cm}
|
|
\begin{center}
|
|
\includegraphics[width=7.7cm]{gfx/logo_h-da_rot} \\
|
|
\end{center}
|
|
|
|
\begin{center}
|
|
\vspace{0.1cm}
|
|
\huge \textbf{\myUni}\\
|
|
\vspace{0.4cm}
|
|
\LARGE -- \myFaculty --
|
|
\end{center}
|
|
|
|
\vfill
|
|
\vfill
|
|
|
|
\begin{center}
|
|
\LARGE \textbf{\myTitle}
|
|
\end{center}
|
|
|
|
\vfill
|
|
\vfill
|
|
|
|
\begin{center}
|
|
\Large Abschlussarbeit zur Erlangung des akademischen Grades\\
|
|
\vspace{0.3cm}
|
|
\Large \myDegree
|
|
\end{center}
|
|
|
|
\vfill
|
|
|
|
\begin{center}
|
|
\Large vorgelegt von\\
|
|
\vspace{0.3cm}
|
|
\Large \textbf{\myName}
|
|
\end{center}
|
|
|
|
\vfill
|
|
\vfill
|
|
|
|
\begin{center}
|
|
\begin{tabular}{lll}
|
|
Referent & : & \myProf \\
|
|
Korreferent & : & \myOtherProf
|
|
\end{tabular}
|
|
\end{center}
|
|
|
|
% If printed on two sides, center the title page
|
|
\condTWOSIDE{\changetext{}{-19mm}{}{-19mm}{}}
|
|
|
|
\end{titlepage}
|
|
|