diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-25 10:48:25 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-25 10:48:25 -0800 |
commit | 31629cb992763940bdfc332e1b256aca570d70cd (patch) | |
tree | 9bc456fb35f0fc8880b938153d84e46f0ea93252 /README | |
parent | 6fde073eb5d4d7bd1e597fb3eb638fd83572e01e (diff) | |
download | pandoc-31629cb992763940bdfc332e1b256aca570d70cd.tar.gz |
Updated README on --chapters with --beamer.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -292,7 +292,8 @@ Options `--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. + memoir class, this option is implied. If `--beamer` is used, + top-level headers will become `\part{..}`. `-N`, `--number-sections` : Number section headings in LaTeX, ConTeXt, or HTML output. |