diff options
author | Karl Berry <karl@freefriends.org> | 2015-09-25 23:14:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-09-25 23:14:06 +0000 |
commit | cda0d28e6e36d691ee107b39a64ebfca1f22ba6d (patch) | |
tree | e496f6a2efd6d6e5636dd330d7cdea4481279539 /Master/texmf-dist/doc/support | |
parent | 3b7cf30fa31187f5d624753e77da7864f97f309b (diff) |
tex4ebook (25sep15)
git-svn-id: svn://tug.org/texlive/trunk@38463 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r-- | Master/texmf-dist/doc/support/tex4ebook/README | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/tex4ebook/changelog.tex | 25 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/tex4ebook/readme.tex | 18 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/tex4ebook/tex4ebook-doc.pdf | bin | 64894 -> 65558 bytes |
4 files changed, 45 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/support/tex4ebook/README b/Master/texmf-dist/doc/support/tex4ebook/README index 73a4e3f46d9..55ab0a0f7d2 100644 --- a/Master/texmf-dist/doc/support/tex4ebook/README +++ b/Master/texmf-dist/doc/support/tex4ebook/README @@ -211,7 +211,7 @@ be caused by some problem in `tex4ht` configuration. Comment out line if same error as in `tex4ebook` run arises, the problem is in some `tex4ht` configuration. Try to identify the source of problem and if you cannot find the solution, make minimal example showing the error and ask for help either on -*tex4ht mailinglist*^[\url{http://tug.org/mailman/listinfo/tex4ht}] or on +*tex4ht mailing list*^[\url{http://tug.org/mailman/listinfo/tex4ht}] or on *TeX-sx*^[\url{http://tex.stackexchange.com/}]. ## Fontspec @@ -238,9 +238,14 @@ Sample: } \makeatother -Drawback is that not all characters of Unicode range are supported with +The drawback is that not all characters of the Unicode range are supported with `inputenc`. For some solutions of this limitation, see a thread on *tex4ht -mailinglist*^[\url{http://tug.org/pipermail/tex4ht/2013q1/000719.html}] +mailing list*^[\url{http://tug.org/pipermail/tex4ht/2013q1/000719.html}] + +Other approach is to use `alternative4ht` package from [helpers4ht](https://github.com/michal-h21/helpers4ht) +bundle. It works only with Lua backend, but it supports full unicode and you +don't have to use conditional package inclusion in your document. See +an [example](http://michal-h21.github.io/samples/helpers4ht/fontspec.html). ## Validation diff --git a/Master/texmf-dist/doc/support/tex4ebook/changelog.tex b/Master/texmf-dist/doc/support/tex4ebook/changelog.tex index 4cec520fd94..40c7e0afc40 100644 --- a/Master/texmf-dist/doc/support/tex4ebook/changelog.tex +++ b/Master/texmf-dist/doc/support/tex4ebook/changelog.tex @@ -2,6 +2,31 @@ \begin{itemize} \item + 24/09/2015 Version 0.1b + + \begin{itemize} + \itemsep1pt\parskip0pt\parsep0pt + \item + info about new workaround for \texttt{fontspec} package + \end{itemize} +\item + 25/08/2015 + + \begin{itemize} + \itemsep1pt\parskip0pt\parsep0pt + \item + fatal error happened with epub3 when the document didn't contain the + TOC + \end{itemize} +\item + 23/08/2015 + + \begin{itemize} + \itemsep1pt\parskip0pt\parsep0pt + \item + simple cleaning of the ncx file if tidy command isn't available + \end{itemize} +\item 05/07/2015 Version 0.1a \begin{itemize} diff --git a/Master/texmf-dist/doc/support/tex4ebook/readme.tex b/Master/texmf-dist/doc/support/tex4ebook/readme.tex index d8b7d485a73..3dc7b94e96d 100644 --- a/Master/texmf-dist/doc/support/tex4ebook/readme.tex +++ b/Master/texmf-dist/doc/support/tex4ebook/readme.tex @@ -246,9 +246,9 @@ htlatex filename if same error as in \texttt{tex4ebook} run arises, the problem is in some \texttt{tex4ht} configuration. Try to identify the source of problem and if you cannot find the solution, make minimal example -showing the error and ask for help either on \emph{tex4ht -mailinglist}\footnote{\url{http://tug.org/mailman/listinfo/tex4ht}} or -on \emph{TeX-sx}\footnote{\url{http://tex.stackexchange.com/}}. +showing the error and ask for help either on \emph{tex4ht mailing +list}\footnote{\url{http://tug.org/mailman/listinfo/tex4ht}} or on +\emph{TeX-sx}\footnote{\url{http://tex.stackexchange.com/}}. \subsection{Fontspec}\label{fontspec} @@ -276,9 +276,15 @@ Sample: \makeatother \end{verbatim} -Drawback is that not all characters of Unicode range are supported with -\texttt{inputenc}. For some solutions of this limitation, see a thread -on \emph{tex4ht mailinglist}\footnote{\url{http://tug.org/pipermail/tex4ht/2013q1/000719.html}} +The drawback is that not all characters of the Unicode range are +supported with \texttt{inputenc}. For some solutions of this limitation, +see a thread on \emph{tex4ht mailing list}\footnote{\url{http://tug.org/pipermail/tex4ht/2013q1/000719.html}} + +Other approach is to use \texttt{alternative4ht} package from +\href{https://github.com/michal-h21/helpers4ht}{helpers4ht} bundle. It +works only with Lua backend, but it supports full unicode and you don't +have to use conditional package inclusion in your document. See an +\href{http://michal-h21.github.io/samples/helpers4ht/fontspec.html}{example}. \subsection{Validation}\label{validation} diff --git a/Master/texmf-dist/doc/support/tex4ebook/tex4ebook-doc.pdf b/Master/texmf-dist/doc/support/tex4ebook/tex4ebook-doc.pdf Binary files differindex a3a29b25d20..ab8150d2e06 100644 --- a/Master/texmf-dist/doc/support/tex4ebook/tex4ebook-doc.pdf +++ b/Master/texmf-dist/doc/support/tex4ebook/tex4ebook-doc.pdf |