summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua b/Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua
index ab0f50ef1ca..2f6bb120255 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua
+++ b/Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua
@@ -1,4 +1,4 @@
--- fontspec-4ht.lua (2017-03-22-16:24), generated from tex4ht-4ht.tex
+-- fontspec-4ht.lua (2019-05-27-14:22), generated from tex4ht-4ht.tex
-- Copyright 2016-2017 TeX Users Group
--[[
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2017-03-22-16:24}
+\immediate\write-1{version 2019-05-27-14:22}
--]]
local M = {}
@@ -92,7 +92,7 @@ function M.char_to_entity(head)
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