I am creating a presentation using the beamer class and the Singapore theme, however I have so many sections that the slide ticker bar at the top runs off the edge of the page.
Is there a way to make a second row of section names in the header, or alternatively insert a line break into the section names? I have tried following the advice here: using \textit in \section{} with beamer class to try and get formatting in the section to no avail, and here How to put a line-break in section heading? but it doesn't seem to work with beamer.
Minimum working example:
\documentclass[compres]{beamer}
\documentclass[compres]{beamer}
\usetheme{Singapore}
\begin{document}
\section{Bijection to nondeterministic metric space}
\subsection{}
\begin{frame}{}
\end{frame}
\section{Introduction to Langevin diffusion}
\subsection{}
\begin{frame}{}
\end{frame}
\section{Twice differentiable complexity classes}
\subsection{}
\begin{frame}{}
\end{frame}
\section{Applications in 4D}
\subsection{}
\begin{frame}{}
\end{frame}
\section{Conclusions}
\subsection{}
\begin{frame}{}
\end{frame}
\end{document}
In this example, line breaking the section headings would allow the problem to be fixed.
