diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-05 18:15:14 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-05 18:15:14 -0800 |
commit | f0347e7af09f8aad32287b2b2d808cfb57e4e50e (patch) | |
tree | 80d42f46ac3584a7ffd5a04654d9d2d4a359bfd7 /default.context | |
parent | 25ad173f00bc7e07c72468deb1d955f707aeaea0 (diff) | |
download | pandoc-f0347e7af09f8aad32287b2b2d808cfb57e4e50e.tar.gz |
Added \placelist to context writer.
This selects TOC depth.
Diffstat (limited to 'default.context')
-rw-r--r-- | default.context | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.context b/default.context index 6c77f75a4..6372cd0b4 100644 --- a/default.context +++ b/default.context @@ -69,6 +69,7 @@ $for(include-before)$ $include-before$ $endfor$ $if(toc)$ +\placelist[$placelist$] \placecontent $endif$ |