diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-14 09:40:59 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-14 09:41:26 -0700 |
commit | 2cd08b47e099908bd549df55afc2c4308f7c0478 (patch) | |
tree | 75a59374d4b0ba344c2e89b3275d77c9c3061472 | |
parent | 81fa3ef2ee2c4e918cb4d01d324dc288e7439363 (diff) | |
download | pandoc-2cd08b47e099908bd549df55afc2c4308f7c0478.tar.gz |
Document `toc-title` variable in README.
See #2081.
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -993,6 +993,9 @@ as `title`, `author`, and `date`) as well as the following: `toc-depth` : level of section to include in table of contents in LaTeX documents +`toc-title` +: title of table of contents (works only with EPUB and docx) + `lof` : include list of figures in LaTeX documents |