aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-02-21 06:34:38 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-02-21 06:34:38 -0500
commitf1c59b271faf6e202ae71336d5da897bfb8ebf02 (patch)
tree5e9864baa66c766f48469b5528ca2f6e8cf580a2 /README
parent9693de7f59ddd37837d2591691574cdda7f81cc0 (diff)
downloadpandoc-f1c59b271faf6e202ae71336d5da897bfb8ebf02.tar.gz
Update README to reflect 4112b32.
We don't infer `--chapters` if `article` document option is set. For example: `\documentclass[article]{memoir}`.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index f5179dc89..2fce0dcec 100644
--- a/README
+++ b/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`