[tex4ht-commits] [SCM] tex4ht updated: r570 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Mon May 27 08:53:24 CEST 2019
Author: michal_h21
Date: 2019-05-27 09:53:24 +0300 (Mon, 27 May 2019)
New Revision: 570
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
Fix for the current LuaTeX
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2019-05-22 12:41:27 UTC (rev 569)
+++ trunk/lit/ChangeLog 2019-05-27 06:53:24 UTC (rev 570)
@@ -1,3 +1,8 @@
+2019-05-27 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (fontspec-4ht.lua): current LuaTeX needs + sign before
+ direction.
+
2019-05-22 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (bussproofs.4ht),
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2019-05-22 12:41:27 UTC (rev 569)
+++ trunk/lit/tex4ht-4ht.tex 2019-05-27 06:53:24 UTC (rev 570)
@@ -3921,7 +3921,7 @@
elseif n.id == dir_id then
-- when text direction is TRT, the spaces in the DVI file have negative width and they are not recognized by tex4ht
-- so we just change the direction to normal TLT
- n.dir = "TLT"
+ n.dir = "+TLT"
end
end
return head
More information about the tex4ht-commits
mailing list