When creating a beamer presentation in LaTeX, I have so many sections and frames, that the headline with the navigation bar is too long for the frame. Also, the table of contents is too long. I know that I can change the fontsize for the TOC, but is there a possibility to arrange the TOC in 2 (or more) columns? And is it possible to arrange the headline in more then 1 (say, 2) lines?
Working example:
\documentclass[ngerman]{beamer}
\usetheme{Frankfurt}
\begin{document}
\begin{frame} \tableofcontents[hideallsubsections] \end{frame}
\section{Abschnitt} \subsection{Abschnitt} \begin{frame} Abschnitt \end{frame}
\section{Abschnitt} \subsection{Abschnitt} \begin{frame} Abschnitt \end{frame}
\section{Abschnitt} \subsection{Abschnitt} \begin{frame} Abschnitt \end{frame}
\section{Abschnitt} \subsection{Abschnitt} \begin{frame} Abschnitt \end{frame}
\section{Abschnitt} \subsection{Abschnitt} \begin{frame} Abschnitt \end{frame}
\section{Abschnitt} \subsection{Abschnitt} \begin{frame} Abschnitt \end{frame}
\section{Abschnitt} \subsection{Abschnitt} \begin{frame} Abschnitt \end{frame}
\section{Abschnitt} \subsection{Abschnitt} \begin{frame} Abschnitt \end{frame}
\section{Abschnitt} \subsection{Abschnitt} \begin{frame} Abschnitt \end{frame}
\section{Abschnitt} \subsection{Abschnitt} \begin{frame} Abschnitt \end{frame}
\section{Abschnitt} \subsection{Abschnitt} \begin{frame} Abschnitt \end{frame}
\section{Abschnitt} \subsection{Abschnitt} \begin{frame} Abschnitt \end{frame}
\section{Abschnitt} \subsection{Abschnitt} \begin{frame} Abschnitt \end{frame}
\end{document}
EDIT: The first question has been solved, thx to samcarter. For the second question the code in the given link does not work for me. Since I am using the theme Frankfurt, I thought I had to exchange \progressbaroptions{headline=sections} by \Frankfurtoptions{headline=sections} but this does not work. If I leave away that line, no headline at all is shown.
\part... – Paul Gaborit Mar 20 '14 at 06:00\Franfkfurtoptionsway to customize the theme. The beameruserguide will tell you how to do. – Claudio Fiandrino Mar 21 '14 at 15:09\progressbaris used inside the code, too) – Martin Mar 24 '14 at 08:42\progressbaroptions. You have to go with\setbeamertemplateinstead. – Claudio Fiandrino Mar 24 '14 at 08:50\setbeamertemplateto get a multi-line navigationbar? – Martin Mar 24 '14 at 10:53