summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/tex4ebook/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-12-11 23:15:40 +0000
committerKarl Berry <karl@freefriends.org>2015-12-11 23:15:40 +0000
commit9edfaa6ebaa5d0e7e3df5a822c675bbe565b96e4 (patch)
treea7aa4739b367af3dcacc6fecfd6b3013af23c93a /Master/texmf-dist/doc/support/tex4ebook/README
parent7b226b60f1c5dce3911375f82c4711dc6ff30fc3 (diff)
tex4ebook (11dec15)
git-svn-id: svn://tug.org/texlive/trunk@39076 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/tex4ebook/README')
-rw-r--r--Master/texmf-dist/doc/support/tex4ebook/README13
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,