Allow framebreaks for beamer's TOC (#6012)
This commit is contained in:
parent
b8bd845542
commit
ea2c5152ec
1 changed files with 1 additions and 1 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Reference in a new issue