Add maxdepth for TOCs.

This commit is contained in:
Georg Brandl
2008-06-12 21:56:06 +00:00
parent e8bb912a9c
commit bd4166c2d6
4 changed files with 20 additions and 4 deletions

View File

@@ -38,6 +38,9 @@ New features added
* Added TextBuilder to create plain-text output.
* ``tocdepth`` can be given as a file-wide metadata entry, and specifies
the maximum depth of a TOC of this file.
Bugs fixed
----------