I like the Darmstadt theme in Beamer, but my presentation has to many sections for the headline. I tried to find an elegant solution, without success so far.
Do you know if it is possible to show only a part of the headline? My idea is to have a headline that shows as many sections as possible around (ie before and/or after) the current section.
Thank you for your help.
Cheers
Here is a MWE:
\documentclass{beamer}
\usetheme{Darmstadt}
\begin{document}
\section{Section 1}
\subsection{Subsection 1.1}
\begin{frame}{Frame 1.11}
...
\end{frame}
\begin{frame}{Frame 1.12}
...
\end{frame}
\begin{frame}{Frame 1.13}
...
\end{frame}
\subsection{Subsection 1.2}
\begin{frame}{Frame 1.21}
...
\end{frame}
\begin{frame}{Frame 1.22}
...
\end{frame}
\begin{frame}{Frame 1.23}
...
\end{frame}
\section{Section 2}
\begin{frame}{Frame 2}
...
\end{frame}
\section{Section 3}
\begin{frame}{Frame 3}
...
\end{frame}
\section{Section 4}
\begin{frame}{Frame 4}
...
\end{frame}
\section{Section 5}
\begin{frame}{Frame 5}
...
\end{frame}
\section{Section 6}
\begin{frame}{Frame 6}
...
\end{frame}
\section{Section 7}
\begin{frame}{Frame 7}
...
\end{frame}
\section{Section 8}
\begin{frame}{Frame 8}
...
\end{frame}
\section{Section 9}
\subsection{Subsection 9.1}
\begin{frame}{Frame 9.11}
...
\end{frame}
\begin{frame}{Frame 9.12}
...
\end{frame}
\begin{frame}{Frame 9.13}
...
\end{frame}
\subsection{Subsection 9.2}
\begin{frame}{Frame 9.21}
...
\end{frame}
\begin{frame}{Frame 9.22}
...
\end{frame}
\begin{frame}{Frame 9.23}
...
\end{frame}
\section{Section 10}
\begin{frame}{Frame 10}
...
\end{frame}
\section{Section 11}
\begin{frame}{Frame 11}
...
\end{frame}
\section{Section 12}
\begin{frame}{Frame 12}
...
\end{frame}
\section{Section 13}
\begin{frame}{Frame 13}
...
\end{frame}
\section{Section 14}
\begin{frame}{Frame 14}
...
\end{frame}
\section{Section 15}
\begin{frame}{Frame 15}
...
\end{frame}
\section{Section 16}
\subsection{Subsection 16.1}
\begin{frame}{Frame 16.11}
...
\end{frame}
\begin{frame}{Frame 16.12}
...
\end{frame}
\begin{frame}{Frame 16.13}
...
\end{frame}
\subsection{Subsection 16.2}
\begin{frame}{Frame 16.21}
...
\end{frame}
\begin{frame}{Frame 16.22}
...
\end{frame}
\begin{frame}{Frame 16.23}
...
\end{frame}
\section{Section 17}
\begin{frame}{Frame 17}
...
\end{frame}
\section{Section 18}
\begin{frame}{Frame 18}
...
\end{frame}
\section{Section 19}
\subsection{Subsection 19.1}
\begin{frame}{Frame 19.11}
...
\end{frame}
\begin{frame}{Frame 19.12}
...
\end{frame}
\begin{frame}{Frame 19.13}
...
\end{frame}
\subsection{Subsection 19.2}
\begin{frame}{Frame 19.21}
...
\end{frame}
\begin{frame}{Frame 19.22}
...
\end{frame}
\begin{frame}{Frame 19.23}
...
\end{frame}
\section{Section 20}
\begin{frame}{Frame 20}
...
\end{frame}
\end{document}

\documentclass{...}and ending with\end{document}. – samcarter_is_at_topanswers.xyz Sep 04 '16 at 18:07