[latex3-commits] [git/LaTeX3-latex3-l3build] master: Normalise out compression info in DVI mode (d6cb01f)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Jul 31 14:11:15 CEST 2018


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

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

commit d6cb01f017f5e6abec1c08fe3b3d9cd707fc7f6b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jul 31 13:11:10 2018 +0100

    Normalise out compression info in DVI mode


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

d6cb01f017f5e6abec1c08fe3b3d9cd707fc7f6b
 CHANGELOG.md      |    2 --
 l3build-check.lua |    3 +++
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ace37b..734626c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,8 +15,6 @@ this project uses date-based 'snapshot' version identifiers.
 ### Changed
 - PDF-based testing now uses 'digested' PDF file for comparison,
   working from dedicated .pvt input files
-- dvips and (x)dvipdfmx .tlg files may need rebuilding to allow for
-  additional normalisation data added at start of output
 
 ### Removed
 - "--pdf" command line switch
diff --git a/l3build-check.lua b/l3build-check.lua
index 2fc01e7..38ea7dd 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -207,6 +207,9 @@ local function formatlog(logfile, newfile, engine, errlevels)
     if match(line, "^%.*\\special%{pdf: docinfo << /Creator") then
       return ""
     end
+    if match(line, "^%.*\\special%{dvipdfmx:config") then
+      return ""
+    end
     -- Remove the \special line possibly present in DVI mode for paper size
     if match(line, "^%.*\\special%{papersize") then
       return ""





More information about the latex3-commits mailing list