Skip to content
Snippets Groups Projects
Verified Commit ec72f22c authored by Tobias Triffterer's avatar Tobias Triffterer :house_with_garden:
Browse files

Add Titlehead to LaTeX Document

A nice header for the title featuring the RUB logo, the faculty name and
the lab course module name.
parent 784429ca
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,17 @@
\author{}
\date{}
\titlehead{
\begin{wrapfigure}{r}{0.5\textwidth}
\raisebox{1cm}[2cm]{\includegraphics*[width=0.5\textwidth]{img/logo-ruhr-uni.pdf}}
\end{wrapfigure}
\raggedright
Fakultät für Physik und Astronomie\\
\vspace{1ex}
Fortgeschrittenen-Praktikum für Studierende der Physik\\
\centerline{\hrulefill}
}
\begin{document}
\maketitle
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment