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.tex18
1 files changed, 14 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/support/tex4ebook/readme.tex b/Master/texmf-dist/doc/support/tex4ebook/readme.tex
index 75db5437183..2a6110e03fc 100644
--- a/Master/texmf-dist/doc/support/tex4ebook/readme.tex
+++ b/Master/texmf-dist/doc/support/tex4ebook/readme.tex
@@ -166,25 +166,35 @@ Default identifier is URI, with value
\texttt{http://example.com/\textbackslash{}jobname}.
\begin{verbatim}
+\Configure{@author}{\let\footnote\@gobble}
+\end{verbatim}
+
+Local definitions of commands used in the
+\texttt{\textbackslash{}author} command. As contents of
+\texttt{\textbackslash{}author} are used in XML files, it is necessary
+to strip away any information which don't belongs here, such as
+\texttt{\textbackslash{}footnote}.
+
+\begin{verbatim}
\Configure{OpfScheme}{URI}
\end{verbatim}
-Type of unique identifier, default type is URI. It is used only in epub,
-it is deprecated for \texttt{epub3}
+Type of unique identifier, default type is URI. It is used only in
+\texttt{epub}, it is deprecated for \texttt{epub3}
\begin{verbatim}
\Configure{resettoclevels}{list of section types in descending order}
\end{verbatim}
Configure section types which should be included in the \texttt{NCX}
-file. Default value is the whole document hiearchy, from
+file. Default value is the whole document hierarchy, from
\texttt{\textbackslash{}part} to \texttt{\textbackslash{}paragraph}.
\begin{verbatim}
\Configure{DocumentLanguage}{language code}
\end{verbatim}
-Each epub must declare the document language. It is inferred from
+Each ePub file 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}