diff options
| author | Heiko Schlittermann <hs@schlittermann.de> | 2019-12-27 19:58:36 +0100 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2019-12-27 10:58:36 -0800 |
| commit | ea2c5152ec81758fa3ee697c3d884843020a1172 (patch) | |
| tree | 0281ca04b3e7c6ccb993c158ca7fa7cfa0c0b3e4 /data | |
| parent | b8bd845542d76dfd6915208c3ab48d3a72587738 (diff) | |
| download | pandoc-ea2c5152ec81758fa3ee697c3d884843020a1172.tar.gz | |
Allow framebreaks for beamer's TOC (#6012)
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/default.latex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/default.latex b/data/templates/default.latex index ed4b8ea33..73d98988e 100644 --- a/data/templates/default.latex +++ b/data/templates/default.latex @@ -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$ |
