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:
Jesse Rosenthal 2016-02-21 06:34:38 -05:00
parent 9693de7f59
commit f1c59b271f

7
README
View file

@ -628,9 +628,10 @@ Options affecting specific writers
`--chapters` `--chapters`
: Treat top-level headers as chapters in LaTeX, ConTeXt, and DocBook : Treat top-level headers as chapters in LaTeX, ConTeXt, and DocBook
output. When the LaTeX document class is set to `report`, `book`, or output. When the LaTeX document class is set to `report`, `book`,
`memoir`, this option is implied. If `beamer` is the output or `memoir` (unless the `article` option is specified), this
format, top-level headers will become `\part{..}`. option is implied. If `beamer` is the output format, top-level
headers will become `\part{..}`.
`-N`, `--number-sections` `-N`, `--number-sections`