% Tor Vergata - Engineering Beamer template.
% Roberto Masocco <robmasocco[at]gmail.com>
% Alessandro Tenaglia <alessandro.tenaglia42[at]gmail.com>
% First version: February 5, 2022
% Last update: November 16, 2024
% Preferred aspect ratio is 16:9 but feel free to change it here
\documentclass[aspectratio=169]{beamer}
% Customized document information by setting these string options
% To leave a field empty, use "{}"
% If you want to hide navigation symbols, go to line 144 of the style file
\usepackage[
    title={The Title},
    subtitle={The Subtitle},
    event={The Event},
    author={The Author},
    longauthor={The Long Author},
    email={author@email.com},
    institute={The Institute},
    longinstitute={The Long Institute},
    department={The Department},
    researchgroup={The Research Group},
    date={Month Day, Year}
]{utvengbeamer}
\begin{document}
% --- Title page ---
\frame{\titlepage}
% --- Table of contents ---
\begin{frame}
\frametitle{Roadmap}
\tableofcontents
\end{frame}
% Include sections here, like this
% --- Section 1 ---
\input{sections/section1}
% --- Section 2 ---
\input{sections/section2}
\end{document}