latex/titlepage/titlepage.tex

33 lines
No EOL
828 B
TeX

\newcommand{\HRule}[2]{\noindent\rule[#1]{\linewidth}{#2}}
\newcommand{\vlinespace}[1]{\vspace*{#1\baselineskip}}
\newcommand{\titleemph}[1]{\textbf{#1}}
\begin{titlepage}
\sffamily
\includegraphics[width=5cm]{example}
\hfill
\includegraphics[width=5cm]{example}
\HRule{13pt}{1pt}
\centering
\vlinespace{5}\\
\workTyp\\
\begin{Large}
\textbf{Titel}\\
\textbf{und mehr}\\
\end{Large}
\vlinespace{4}
im Studiengang\\
<Studiengang>\\
am \workDatum\\
\vlinespace{4}
vorgelegt von\\
\begin{Large}
\textbf{\workNameStudent}\\
\end{Large}
\vlinespace{1}
Matrikelnummer: <12345>
\vfill
\raggedright{}
\HRule{13pt}{1pt} \\
\titleemph{Erstprüfer:} Prof. <wx>\\
\titleemph{Zweitprüfer:} Prof. <yz>
\end{titlepage}