Update README to reflect 4112b32
.
We don't infer `--chapters` if `article` document option is set. For example: `\documentclass[article]{memoir}`.
This commit is contained in:
parent
9693de7f59
commit
f1c59b271f
1 changed files with 4 additions and 3 deletions
7
README
7
README
|
@ -628,9 +628,10 @@ Options affecting specific writers
|
|||
`--chapters`
|
||||
|
||||
: Treat top-level headers as chapters in LaTeX, ConTeXt, and DocBook
|
||||
output. When the LaTeX document class is set to `report`, `book`, or
|
||||
`memoir`, this option is implied. If `beamer` is the output
|
||||
format, top-level headers will become `\part{..}`.
|
||||
output. When the LaTeX document class is set to `report`, `book`,
|
||||
or `memoir` (unless the `article` option is specified), this
|
||||
option is implied. If `beamer` is the output format, top-level
|
||||
headers will become `\part{..}`.
|
||||
|
||||
`-N`, `--number-sections`
|
||||
|
||||
|
|
Loading…
Reference in a new issue