summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/tex4ebook/readme.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/tex4ebook/readme.tex')
-rw-r--r--Master/texmf-dist/doc/support/tex4ebook/readme.tex14
1 files changed, 13 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/support/tex4ebook/readme.tex b/Master/texmf-dist/doc/support/tex4ebook/readme.tex
index 3dc7b94e96d..01ea98348c3 100644
--- a/Master/texmf-dist/doc/support/tex4ebook/readme.tex
+++ b/Master/texmf-dist/doc/support/tex4ebook/readme.tex
@@ -106,9 +106,11 @@ resolution of target devices, which is usually about 167 ppi.
\item[-s,--shell-escape]
Enable shell escape in htlatex run. This may be needed if you run
external commands from your source files.
-\item[t,--tidy]
+\item[-t,--tidy]
process output html files with \texttt{HTML tidy} command\footnote{It
needs to be installed separately}.
+\item[-v,--version]
+print version number
\end{description}
\section{Configuration}\label{configuration}
@@ -163,6 +165,16 @@ Type of unique identifier, default type is URI. It is used only in epub,
it is deprecated for \texttt{epub3}
\begin{verbatim}
+\Configure{DocumentLanguage}{language code}
+\end{verbatim}
+
+Each epub must declare the document language. It is inferred from
+\texttt{babel} main language by default, but you can configure it when
+it doesn't work correctly. The \texttt{language code} should be in
+\href{https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes}{ISO 639-1}
+form.
+
+\begin{verbatim}
\Configure{CoverImage}{before cover image}{after cover image}
\end{verbatim}