[tex4ht-commits] [SCM] tex4ht updated: r258 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Mon Mar 20 21:10:00 CET 2017
Author: michal_h21
Date: 2017-03-20 22:10:00 +0200 (Mon, 20 Mar 2017)
New Revision: 258
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
Don't use russian accents with LuaLaTeX and XeLaTeX
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2017-03-20 19:56:43 UTC (rev 257)
+++ trunk/lit/ChangeLog 2017-03-20 20:10:00 UTC (rev 258)
@@ -2,6 +2,8 @@
* tex4ht-html4.tex (html4.4ht): check for new-accents option in
configuration for \bbl at umlauta accent.
+ * tex4ht-html4.tex (html4.4ht): prevent including of
+ html4-russian-accents.4ht with XeLaTeX and LuaLaTeX.
* tex4ht-4ht.tex (russianb.4ht): prevent usage of OpenType fonts with
LuaLaTX and XeLaTeX, load definitions for Cyrillic characters
with XeLaTeX.
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2017-03-20 19:56:43 UTC (rev 257)
+++ trunk/lit/tex4ht-html4.tex 2017-03-20 20:10:00 UTC (rev 258)
@@ -13084,9 +13084,14 @@
symbols. The problem will probably vanish once the new accent approach
will kick in.
+We definitely don't want to use it with XeLaTeX and LuaLaTeX.
+
\<russian\><<<
+\ifdefined\XeTeXrevision\else
+\ifdefined\luatexversion\else
\input{html4-russian-accents.4ht}
+\fi\fi
>>>
\<html4-russian-accents\><<<
More information about the tex4ht-commits
mailing list