diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-07-20 21:58:16 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-07-20 21:58:16 -0700 |
commit | 64c7a0ab765eced232c84a9e86064518f786a78c (patch) | |
tree | d5cba589982ed608aa4d7ae89f2cd244769a5313 /README | |
parent | 98c7ada061c61555331e224a701c83cdbc26c68e (diff) | |
download | pandoc-64c7a0ab765eced232c84a9e86064518f786a78c.tar.gz |
Include `lot` and `lof` variables in latex template.
These can be set to get `\listoftables` and `\listoffigures`.
Closes #1407.
At this point we won't add a command line argument, because
this only affects one writer. But the variables can be set
at the command line with
-Vlof -Vlot
or in YAML metadata.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -828,6 +828,14 @@ as `title`, `author`, and `date`) as well as the following: : color for citation links in LaTeX documents `links-as-notes` : causes links to be printed as footnotes in LaTeX documents +`toc` +: include table of contents in LaTeX documents +`toc-depth` +: level of section to include in table of contents in LaTeX documents +`lof` +: include list of figures in LaTeX documents +`lot` +: include list of tables in LaTeX documents `biblio-style` : bibliography style in LaTeX, when used with `--natbib` `biblio-files` |