diff options
| author | John MacFarlane <[email protected]> | 2024-04-09 08:01:38 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-04-09 08:02:46 -0700 |
| commit | f43331b9ddafb1d6ec2bc1bcf42a6765ef94c4c4 (patch) | |
| tree | 38260793430e32232fae8e1a627a049d0a276c06 | |
| parent | a062ebbc4a8ce877a4d97f91d9a6d02b7ac91dec (diff) | |
Add clarification about `toc-title` in docx, pptx.
See #9645.
| -rw-r--r-- | MANUAL.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 7999e09b1..6caad10b3 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -3286,7 +3286,9 @@ on the output format, and include the following: `toc-title` : title of table of contents (works only with EPUB, - HTML, revealjs, opendocument, odt, docx, pptx, beamer, LaTeX) + HTML, revealjs, opendocument, odt, docx, pptx, beamer, LaTeX). + Note that in docx and pptx a custom `toc-title` will be + picked up from metadata, but cannot be set as a variable. [pandoc-templates]: https://github.com/jgm/pandoc-templates |
