In a presentation, I've declared sections like this:
Code: Select all
\section[Introduction]{This is more details about what I say in the intro}
Code: Select all
\begin{frame}{Outline}$
\tableofcontents$
\end{frame}$
- Introduction
- This is more details about what I say in the intro
A dirty quick fix is to do this:
Code: Select all
\section{Introduction}
\subsection[]{This is more details about what I say in the intro}
Any ides?
Many Thanks
Andy