feat: add latex template

This commit is contained in:
Leon Schwarzäugl 2024-12-31 21:31:53 +01:00
parent 526b9acead
commit 68bc6f5473
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
18 changed files with 924 additions and 42 deletions

View file

@ -0,0 +1,28 @@
%! TEX root = **/000-main.tex
% vim: spell spelllang=en:
\thispagestyle{empty}
\clearpage
\setcounter{page}{-1}
\makeatletter
\begin{titlepage}
{
\centering
\includegraphics[width=0.9\textwidth]{institution-logo}
\null%
\vspace{3em}
{\Huge \bfseries \@title \par}
\vspace{2em}
{\large \scshape \@date \par}
\vfill
\begin{center}
% Supplementary image
\end{center}
\vspace{5em}
\vfill
{\raggedleft \large \@author \par}
}
\end{titlepage}
\makeatother