diff options
-rw-r--r-- | MANUAL.txt | 2 | ||||
-rw-r--r-- | data/templates/default.latex | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 4db1679d4..3e0e92452 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1352,7 +1352,7 @@ depending on the output format, but include the following: `toc-title` : title of table of contents (works only with EPUB, - opendocument, odt, docx, pptx) + opendocument, odt, docx, pptx, beamer) `include-before` : contents specified by `-B/--include-before-body` (may have diff --git a/data/templates/default.latex b/data/templates/default.latex index 4d1eeb56a..795b6c868 100644 --- a/data/templates/default.latex +++ b/data/templates/default.latex @@ -361,6 +361,9 @@ $endfor$ $if(toc)$ $if(beamer)$ \begin{frame} +$if(toc-title)$ +\frametitle{$toc-title$} +$endif$ \tableofcontents[hideallsubsections] \end{frame} $else$ |