summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-27 21:22:37 +0000
committerKarl Berry <karl@freefriends.org>2019-05-27 21:22:37 +0000
commit63dc5d5babc0ac62d07d7dfb8b9c0a3a9ce9eef5 (patch)
treedbd1be731ebfbbc79d4c0b4d39b59f45f7168fec /Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua
parent82d596d240daabc47804b08c81bca0e2dbad1b99 (diff)
luatex +direction, tex4ht r570
git-svn-id: svn://tug.org/texlive/trunk@51235 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua')
-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