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`
: 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`