pandoc/data/templates
John MacFarlane 64c7a0ab76 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.
2014-07-20 21:58:16 -07:00

9 lines
313 B
Text

tree 6519e4a9f9ac3291792bb619ff1231cd9d08c933
parent 4425dfc894761cc6cdff8e67d3e5ba78df2d5d4e
author John MacFarlane <jgm@berkeley.edu> 1405918485 -0700
committer John MacFarlane <jgm@berkeley.edu> 1405918485 -0700
Added `lot` and `lof` variables to latex template.
lof = list of figures.
lot = list of tables.