\documentclass{beamer} \usetheme{metropolis} % Use metropolis theme \title{A minimal example} \date{\today} \author{Matthias Vogelgesang} \institute{Centre for Modern Beamer Themes} \begin{document} \maketitle \section{First Section} \begin{frame}{First Frame} Hello, world! \end{frame} \end{document}