Added examples in README for --number-offset
.
This commit is contained in:
parent
756c8d492a
commit
5afe5218b7
1 changed files with 4 additions and 0 deletions
4
README
4
README
|
@ -401,6 +401,10 @@ Options affecting specific writers
|
|||
: 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.
|
||||
So, for example, if you want the first top-level header in your
|
||||
document to be numbered "6", specify `--number-offset=5`.
|
||||
If your document starts with a level-2 header which you want to
|
||||
be numbered "1.5", specify `--number-offset=1,4`.
|
||||
Offsets are 0 by default. Implies `--number-sections`.
|
||||
|
||||
`--no-tex-ligatures`
|
||||
|
|
Loading…
Reference in a new issue