From 63dc5d5babc0ac62d07d7dfb8b9c0a3a9ce9eef5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 27 May 2019 21:22:37 +0000 Subject: luatex +direction, tex4ht r570 git-svn-id: svn://tug.org/texlive/trunk@51235 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua') 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 -- cgit v1.2.3