diff options
| author | Andrew Dunning <[email protected]> | 2025-01-31 17:12:24 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-31 09:12:24 -0800 |
| commit | 57e98a72eb60f726e783a4604ed2f95e02ce0a50 (patch) | |
| tree | 0e6e90d696d0c9be84b82926b6a2bcb212f46ca8 | |
| parent | cf662b7178d4710d843c78bdd723412a255babc5 (diff) | |
Document top-level-division functionality with Docx (#10579)
Co-authored-by: John MacFarlane <[email protected]>
| -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 |
