[latex3-commits] [git/LaTeX3-latex3-l3build] master: Make sure the DVI line stays invisible (bbc370f)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Mar 16 14:07:34 CET 2020


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

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

commit bbc370f1bb2244d39c9bceec812e682127757abc
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Mar 16 13:07:34 2020 +0000

    Make sure the DVI line stays invisible


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

bbc370f1bb2244d39c9bceec812e682127757abc
 l3build-check.lua | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/l3build-check.lua b/l3build-check.lua
index 1487d37..9187481 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -225,7 +225,8 @@ local function normalize_log(content,engine,errlevels)
        end
      end
      -- Remove the \special line that in DVI mode keeps PDFs comparable
-    if match(line, "^%.*\\special%{pdf: docinfo << /Creator") then
+    if match(line, "^%.*\\special%{pdf: docinfo << /Creator") or
+      match(line, "^%.*\\special%{/setdistillerparams") then
       return ""
     end
      -- Remove \special lines for DVI .pro files





More information about the latex3-commits mailing list.