[latex3-commits] [l3svn] branch master updated: l3build: Allow for flexible output box in LuaTeX
noreply at latex-project.org
noreply at latex-project.org
Wed Oct 12 20:52:23 CEST 2016
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new 25c11b3 l3build: Allow for flexible output box in LuaTeX
25c11b3 is described below
commit 25c11b324b3dfcfc02a7c1ad7461e6cd3254e4b5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Oct 12 19:50:15 2016 +0100
l3build: Allow for flexible output box in LuaTeX
---
l3build/l3build.lua | 2 ++
1 file changed, 2 insertions(+)
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 6f8c784..59318e3 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -892,6 +892,8 @@ function formatlualog(logfile, newfile)
if string.match(line, "^%.+\\mathon$") then
return line, line
end
+ -- LuaTeX has a flexible output box
+ line = string.gsub(line,"\\box\\outputbox", "\\box255")
-- LuaTeX identifies spaceskip glue
line = string.gsub(line,"%(\\spaceskip%) ", " ")
-- Remove 'display' at end of display math boxes:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list