the outline in my presentation is blank and I don't know how to fix the problem because the file is compiling without any error. Using MiKTeX editor, here is what the 'code' I am using:
Code: Select all
\AtBeginSubsection[]
{
\begin{frame}<beamer>
\frametitle{Outline}
\tableofcontents[currentsection,currentsubsection]
\end{frame}
}
Thanks
Pat