- Every slide has a toc on the left. Sometimes titles are too long to fit in it, custom toc entries for a slide maybe defined in the following manner
\begin{slide}[toc=myname,bm={LaTeX, i*i=-1}]{\color{red}\LaTeX, $i^2=-1$}
My slide contents.
\end{slide}
Now, the table of contents will contain ‘myname’ as an entry for this slide rather than the cryptic latex string at the end
- To get rid of the toc alltogether use the ‘wideslide’ environment
\begin{wideslide}
...
\end{wideslide}
This may not be available in all slide styles.