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/tex4ebook/README | |
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/tex4ebook/README')
-rw-r--r-- | Master/texmf-dist/doc/support/tex4ebook/README | 11 |
1 files changed, 8 insertions, 3 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 |