I want to add a subtitle to my section frame like this : I found a workaround with this code :
\section{Recherche arborescente de Monte Carlo\newline
\footnotesize{Monte Carlo Tree Search ou MCTS}}
However the subtitle appears in the table of contents : Is there a way to get the visual from the first image but to not have Monte Carlo Tree Search ou MCTS written in the table of content ?
Minimum working example :
\documentclass[10pt]{beamer}
\usetheme[progressbar=frametitle]{metropolis}
\begin{frame}{Table of content}
\setbeamertemplate{section in toc}[sections numbered]
\tableofcontents
\end{frame}
\section{Recherche arborescente de Monte Carlo\newline
\footnotesize{Monte Carlo Tree Search ou MCTS}}