diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-12-10 10:24:14 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-12-10 10:24:14 -0800 |
commit | 7929099a7d3da1c9b44a2d7ca1f099f0706171fd (patch) | |
tree | e0d2614bfd1076bbf5f68e94651107f49bd7edba /README | |
parent | 26052d3cbaa5da50ed55dc5c1e68287554924980 (diff) | |
download | pandoc-7929099a7d3da1c9b44a2d7ca1f099f0706171fd.tar.gz |
Fixed documentation bug.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -434,8 +434,8 @@ Options affecting specific writers `--chapters` : Treat top-level headers as chapters in LaTeX, ConTeXt, and DocBook output. When the LaTeX template uses the report, book, or - memoir class, this option is implied. If `--beamer` is used, - top-level headers will become `\part{..}`. + memoir class, this option is implied. If `beamer` is the output + format, top-level headers will become `\part{..}`. `-N`, `--number-sections` : Number section headings in LaTeX, ConTeXt, HTML, or EPUB output. |