diff options
| -rw-r--r-- | MANUAL.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 2ef1ab345..e475432e7 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1109,7 +1109,7 @@ header when requesting a document from a URL: `--top-level-division=default`|`section`|`chapter`|`part` : Treat top-level headings as the given division type in - LaTeX, ConTeXt, DocBook, and TEI output. The hierarchy + LaTeX, ConTeXt, DocBook, and TEI output. The hierarchy order is part, chapter, then section; all headings are shifted such that the top-level heading becomes the specified type. The default behavior is to determine the @@ -1122,6 +1122,11 @@ header when requesting a document from a URL: headings to become `\part{..}`, while second-level headings remain as their default type. + In Docx output, this option adds section breaks before first-level + headings if `chapter` is selected, and before first- and second-level + headings if `part` is selected. Footnote numbers will restart + with each section break unless the reference doc modifies this. + `-N`, `--number-sections=[true|false]` : Number section headings in LaTeX, ConTeXt, HTML, Docx, ms, or EPUB |
