texlive[51235] Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua:
commits+karl at tug.org
commits+karl at tug.org
Mon May 27 23:22:37 CEST 2019
Revision: 51235
http://tug.org/svn/texlive?view=revision&revision=51235
Author: karl
Date: 2019-05-27 23:22:37 +0200 (Mon, 27 May 2019)
Log Message:
-----------
luatex +direction, tex4ht r570
Revision Links:
--------------
http://tug.org/svn/texlive?view=revision&revision=570
Modified Paths:
--------------
trunk/Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua 2019-05-27 20:55:31 UTC (rev 51234)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua 2019-05-27 21:22:37 UTC (rev 51235)
@@ -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 @@
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 tex-live-commits
mailing list