summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-04 22:29:41 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-04 22:29:41 -0800
commit30361308e7913eb82eb5e6f0cb7339153bd4ea32 (patch)
treead5219ae12bd2095a8f254573cff3d956b8bb281 /README
parent1d16349f38a39db9831cc852d4388e98a3086d49 (diff)
Added `--epub-chapter-level` and `--epub-toc-level` options.
Also added writerEpubChapterLevel and writerEpubTOCLevel fields to WriterOptions.
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index cf822d52f..b7bb05ebe 100644
--- a/README
+++ b/README
@@ -512,6 +512,20 @@ Options affecting specific writers
}
body { font-family: "DejaVuSans"; }
+`--epub-chapter-level=`*NUMBER*
+: Specify the header level at which to split the EPUB into separate
+ "chapter" files. The default is to split into chapters at level 1
+ headers. This option only affects the internal composition of the
+ EPUB, not the way chapters and sections are displayed to users. Some
+ readers may be slow if the chapter files are too large, so for large
+ 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,