[latex3-commits] [git/l3build] master: Normalise LuaTeX "\pdfliteral origin" special (12a1b45)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jan 18 23:09:35 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/12a1b45ee7cff6aa1807d2b42e8fcbfad9be23be

>---------------------------------------------------------------

commit 12a1b45ee7cff6aa1807d2b42e8fcbfad9be23be
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jan 18 22:09:35 2018 +0000

    Normalise LuaTeX "\pdfliteral origin" special


>---------------------------------------------------------------

12a1b45ee7cff6aa1807d2b42e8fcbfad9be23be
 l3build-check.lua |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/l3build-check.lua b/l3build-check.lua
index 9aa3935..5a2c616 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -317,6 +317,8 @@ local function formatlualog(logfile, newfile)
     -- The first time a new font is used, it shows up
     -- as being cached
     line = gsub(line, "(save cache:", "(load cache:")
+    -- Changes in PDF specials
+    line = gsub(line, "\\pdfliteral origin", "\\pdfliteral")
     -- A function to handle the box prefix part
     local function boxprefix(s)
       return gsub(match(s, "^(%.+)"), "%.", "%%.")





More information about the latex3-commits mailing list