\documentclass[aspectratio=1610]{beamer} \usetheme{Madrid} \usecolortheme{beaver} \title{Presentation Title} \author{Louis Gallet} \institute{Org. Name} \date{date or \today} \begin{document} \frame{\titlepage} % frame 1 \begin{frame} \frametitle{Summary} \tableofcontents \end{frame} \end{document}