summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-02-23 18:39:21 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-02-23 18:39:21 -0800
commit5afe5218b799d2d9a96ae11f6abac59a62a72eff (patch)
tree1ebf03446b9d97435b072de8a5503c144ada3a50 /README
parent756c8d492a3793a8a0c2b750dac6005885b9a2d0 (diff)
Added examples in README for `--number-offset`.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 3afaabab0..f63caf2d9 100644
--- a/README
+++ b/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`