To manage TOC in bearmer I normally use these codes:
\AtBeginSection[]{
\frame<beamer>{
\frametitle{Table of Contents}
\tableofcontents[currentsection,subsections]
}
}
\begin{frame}{Table of Contents}
\pdfbookmark[0]{Contents}{toc}
\tableofcontents{}
\end{frame}
I came across this presentation. This have TOC for sections only in two columns and then at the start of each section it has TOC for the section and subsections (please have a look on this nice presentation).
I wonder how to get such TOC and and color scheme for this WARSAW theme. Thanks in advance.
EDIT
I found that to get this beamer theme this code was used:
\documentclass[compress]{beamer}
\mode<presentation>
{
\usetheme{Warsaw}
}
Best Answer
You can use the multicol package to switch to two-column mode for the ToCs; the color for certain parts can be changed by setting the appropriate template or color template. A little example with two-column ToCs and with a variation of the color for the sections in the upper navigation bar, and the sections in the partial ToCs at the beginning of each section: