Regards, Zarko
> is in Beamer a way to put longer table of contents in two columns?
Yes, with package multicol and:
\begin{frame}
\frametitle{Contents}
\begin{multicols}{2}
\tableofcontents
\end{multicols}
\end{frame}
Regards.
--
Denis
Dear Denis,
thank you very much! It works!. Now is it so obvious ... I only try with
\twocolum ... \onecolumn and this doesn't work :-(.
Regards, Zarko