.dotfiles/templates/latex/005-titlepage.tex
2024-12-31 21:32:21 +01:00

28 lines
501 B
TeX

%! 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