mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
Allow framebreaks for beamer's TOC (#6012)
This commit is contained in:
committed by
John MacFarlane
parent
b8bd845542
commit
ea2c5152ec
@@ -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$
|
||||
|
||||
Reference in New Issue
Block a user