\documentclass[14pt]{beamer} \usetheme{metropolis} % Packages \usepackage[english]{babel} % Proper hyphenation \usepackage{listings} % Side by side examples % Download pictures \write18{./get-assets.sh} % Setup titlepage data \title{Mail me baby one more time} \subtitle{Can people even mail?} \date{September 8, 2023} \author{arto} \institute{pWeapon} \bibliographystyle{IEEEtran} \begin{document} \maketitle \input{sections/presentation} \input{sections/signature} \nocite{*} \bibliography{refs} \end{document}