From 7c10e579976a3016d86b613cf4f8b25e3c01a7da Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 5 Jan 2013 11:34:23 -0800 Subject: Changed `--epub-toc-level` to `--toc-level`. Also writerEpubTOCLevel -> writerTOCLevel. So far this is only implemented in the EPUB writer. --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index b7bb05ebe..d29112099 100644 --- a/README +++ b/README @@ -296,6 +296,11 @@ General writer options one) in the output document. This option has no effect on `man`, `docbook`, `slidy`, `slideous`, or `s5` output. +`--toc-level=`*NUMBER* +: Specify the number of section levels to include in the table + of contents. The default is 3 (which means that level 1, 2, and 3 + headers will be listed in the contents). Implies `--toc`. + `--no-highlight` : Disables syntax highlighting for code blocks and inlines, even when a language attribute is given. @@ -521,11 +526,6 @@ Options affecting specific writers documents with few level 1 headers, one might want to use a chapter level of 2 or 3. -`--epub-toc-level=`*NUMBER* -: Specify the number of section levels to include in an EPUB's table - of contents. The default is 3 (which means that level 1, 2, and 3 - headers will be listed in the contents). - `--latex-engine=`*pdflatex|lualatex|xelatex* : Use the specified LaTeX engine when producing PDF output. The default is `pdflatex`. If the engine is not in your PATH, -- cgit v1.2.3