diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-08-03 10:19:26 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-08-03 10:20:27 -0700 |
commit | f25df13b8e6498a8e9a5dc2b0aee9c7855ce4eb2 (patch) | |
tree | 4182c0c69956214da1d734211d3a65b5aa290b30 | |
parent | f628c3fe9e7dc6190d3fe997ea406df9f404886c (diff) | |
download | pandoc-f25df13b8e6498a8e9a5dc2b0aee9c7855ce4eb2.tar.gz |
Note in README that --chapters is implicit when certain classes used.
report, book, or memoir.
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -269,7 +269,8 @@ Options `--chapters` : Treat top-level headers as chapters in LaTeX, ConTeXt, and DocBook - output. + output. When the LaTeX template uses the report, book, or + memoir class, this option is implied. `-N`, `--number-sections` : Number section headings in LaTeX, ConTeXt, or HTML output. |