Clarify that --number-from
only works in HTML.
This commit is contained in:
parent
a33828f375
commit
4d54c6368b
1 changed files with 3 additions and 3 deletions
6
README
6
README
|
@ -394,12 +394,12 @@ Options affecting specific writers
|
||||||
top-level headers will become `\part{..}`.
|
top-level headers will become `\part{..}`.
|
||||||
|
|
||||||
`-N`, `--number-sections`
|
`-N`, `--number-sections`
|
||||||
: Number section headings in LaTeX, ConTeXt, or HTML output.
|
: Number section headings in LaTeX, ConTeXt, HTML, or EPUB output.
|
||||||
By default, sections are not numbered.
|
By default, sections are not numbered.
|
||||||
|
|
||||||
`--number-from`=*NUMBER*
|
`--number-from`=*NUMBER*
|
||||||
: Starting number for top-level section headings in LaTeX, ConTeXt,
|
: Starting number for top-level section headings in HTML output.
|
||||||
or HTML output. Implies `--number-sections`.
|
Ignored in other output formats. Implies `--number-sections`.
|
||||||
|
|
||||||
`--no-tex-ligatures`
|
`--no-tex-ligatures`
|
||||||
: Do not convert quotation marks, apostrophes, and dashes to
|
: Do not convert quotation marks, apostrophes, and dashes to
|
||||||
|
|
Loading…
Reference in a new issue