Allow framebreaks for beamer's TOC (#6012)

This commit is contained in:
Heiko Schlittermann
2019-12-27 10:58:36 -08:00
committed by John MacFarlane
parent b8bd845542
commit ea2c5152ec
+1 -1
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$