diff --git a/.gitignore b/.gitignore index a3c9411..37b04ad 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ *.bak *.doc *.docx +*.synctex* md-converted \ No newline at end of file diff --git a/img/ptb-signature.png b/img/ptb-signature.png new file mode 100644 index 0000000..37a101e Binary files /dev/null and b/img/ptb-signature.png differ diff --git a/lib/title.tex b/lib/title.tex index 736e810..873f925 100644 --- a/lib/title.tex +++ b/lib/title.tex @@ -1,16 +1,23 @@ -\subject{\zTyp} -\title{ - \normalfont\endgraf\rule{\textwidth}{.4pt} +\begin{titlepage} + \begin{figure*}[ht!] + \includegraphics[width=0.45\textwidth]{img/th_header_logo.png} \hfill + \includegraphics[width=0.45\textwidth]{img/hwr_header_logo.png} + \end{figure*} + \vspace{20pt} + \centering \textbf{\huge \zTyp} + \normalfont\endgraf\rule{\textwidth}{.4pt}\endgraf{} \begingroup - \centering - \linespread{1.5} - \huge\zTitel{} + \centering + \linespread{2.5} + \huge\zTitel{} \endgroup - \linespread{1} + \linespread{1.5} \endgraf\rule{\textwidth}{.4pt} -} - -\publishers{ + \hfill + \begin{center} + \textbf{\today} + \endgraf{} + \end{center} \begin{tabular}{rl} \textbf{\normalsize{Name, Vorname:}} & \normalsize{\zStudent} \\ \textbf{\normalsize{Matrikelnummer:}} & \normalsize{\zMatrikelnr} \\ @@ -23,16 +30,7 @@ \textbf{\normalsize{Betreuer Unternehmen:}} & \normalsize{\zBetreuerUn} \\ \textbf{\normalsize{Anzahl der Wörter}} & \normalsize{\zAnzahlWoerter} \\ \end{tabular} -} - -\titlehead{ - \begin{center} - \includegraphics[scale=1.5]{img/th_header_logo.png} - \includegraphics[scale=0.7]{img/hwr_header_logo.png} - \end{center} -} - -% ------------------------- - -\maketitle{} -\onehalfspacing{} \ No newline at end of file + \endgraf{} + \vspace{50pt} + \includegraphics[scale=0.5]{img/ptb-signature.png} +\end{titlepage} \ No newline at end of file