diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2013-02-22 19:42:22 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-02-22 19:42:22 -0800 |
| commit | 4c106993b5a56d5dd3157a7b1c4836150c8fee1e (patch) | |
| tree | 7e57d629cd3e041a0ef8d799fa31c6bffc71ad07 | |
| parent | 91f507d393cd0621536fa837d87e402d9bab9fa2 (diff) | |
| download | pandoc-4c106993b5a56d5dd3157a7b1c4836150c8fee1e.tar.gz | |
Documented `--number-from`.
| -rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -397,6 +397,10 @@ Options affecting specific writers : Number section headings in LaTeX, ConTeXt, or HTML output. By default, sections are not numbered. +`--number-from`=*NUMBER* +: Starting number for top-level section headings in LaTeX, ConTeXt, + or HTML output. Implies `--number-sections`. + `--no-tex-ligatures` : Do not convert quotation marks, apostrophes, and dashes to the TeX ligatures when writing LaTeX or ConTeXt. Instead, just |
