Allow framebreaks for beamer's TOC (#6012)

This commit is contained in:
Heiko Schlittermann 2019-12-27 19:58:36 +01:00 committed by John MacFarlane
parent b8bd845542
commit ea2c5152ec

View file

@ -423,7 +423,7 @@ $if(toc-title)$
\renewcommand*\contentsname{$toc-title$}
$endif$
$if(beamer)$
\begin{frame}
\begin{frame}[allowframebreaks]
$if(toc-title)$
\frametitle{$toc-title$}
$endif$