From 756c8d492a3793a8a0c2b750dac6005885b9a2d0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 23 Feb 2013 18:11:05 -0800 Subject: `--number-from` -> `--number-offset` Also `writerNumberFrom` -> `writeNumberOffset`. The offset is a list of numbers (0 by default). These are added to the section, subsection, etc. numbers that would have been generated automatically. --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 853ea282f..3afaabab0 100644 --- a/README +++ b/README @@ -397,9 +397,11 @@ Options affecting specific writers : Number section headings in LaTeX, ConTeXt, HTML, or EPUB output. By default, sections are not numbered. -`--number-from`=*NUMBER* -: Starting number for top-level section headings in HTML output. - Ignored in other output formats. Implies `--number-sections`. +`--number-offset`=*NUMBER[,NUMBER,...]*, +: Offset for section headings in HTML output (ignored in other + output formats). The first number is added to the section number for + top-level headers, the second for second-level headers, and so on. + Offsets are 0 by default. Implies `--number-sections`. `--no-tex-ligatures` : Do not convert quotation marks, apostrophes, and dashes to -- cgit v1.2.3