diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/tex4ebook/README')
-rw-r--r-- | Master/texmf-dist/doc/support/tex4ebook/README | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/support/tex4ebook/README b/Master/texmf-dist/doc/support/tex4ebook/README index 55ab0a0f7d2..2514a630aca 100644 --- a/Master/texmf-dist/doc/support/tex4ebook/README +++ b/Master/texmf-dist/doc/support/tex4ebook/README @@ -99,11 +99,15 @@ but it is optional. You shouldn't need to modify your \TeX\ files : Enable shell escape in htlatex run. This may be needed if you run external commands from your source files. -t,--tidy +-t,--tidy : process output html files with `HTML tidy` command^[It needs to be installed separately]. +-v,--version +: print version number + + # Configuration `tex4ebook` uses `tex4ht`^[\url{http://www.tug.org/tex4ht/}] for conversion from LaTeX @@ -147,6 +151,13 @@ Default identifier is URI, with value `http://example.com/\jobname`. Type of unique identifier, default type is URI. It is used only in epub, it is deprecated for `epub3` + \Configure{DocumentLanguage}{language code} + +Each epub must declare the document language. It is inferred from `babel` main +language by default, but you can configure it when it doesn't work correctly. +The `language code` should be in [ISO +639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) form. + \Configure{CoverImage}{before cover image}{after cover image} By default, cover image is inserted in `<div class="cover-image">` element, |