[latex3-commits] [l3svn] r6434 - yet another extra normalisation for luatex 0.89.5

noreply at latex-project.org noreply at latex-project.org
Sun Mar 20 17:01:37 CET 2016


Author: carlisle
Date: 2016-03-20 17:01:37 +0100 (Sun, 20 Mar 2016)
New Revision: 6434

Modified:
   trunk/l3build/l3build.lua
Log:
yet another extra normalisation for luatex 0.89.5

Modified: trunk/l3build/l3build.lua
===================================================================
--- trunk/l3build/l3build.lua	2016-03-11 20:04:27 UTC (rev 6433)
+++ trunk/l3build/l3build.lua	2016-03-20 16:01:37 UTC (rev 6434)
@@ -859,6 +859,8 @@
     if string.match(line, "^%.+\\mathon$") then
       return line, line
     end
+    -- LuaTeX identifies spaceskip glue
+    line = string.gsub(line,"%(\\spaceskip%) ", " ")
     -- Remove 'display' at end of display math boxes:
     -- LuaTeX omits this as it includes direction in all cases
     line = string.gsub(line, "(\\hbox%(.*), display$", "%1")



More information about the latex3-commits mailing list