[latex3-commits] [git/LaTeX3-latex3-l3build] master: Need ps: in that line (2c65455)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Mar 16 18:02:47 CET 2020


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

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

commit 2c65455e0e6c84f5b2e5fce1b3949608ccd9812a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Mar 16 17:02:47 2020 +0000

    Need ps: in that line


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

2c65455e0e6c84f5b2e5fce1b3949608ccd9812a
 l3build-check.lua | 2 +-
 l3build.dtx       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3build-check.lua b/l3build-check.lua
index 9187481..21b6d3f 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -226,7 +226,7 @@ local function normalize_log(content,engine,errlevels)
      end
      -- Remove the \special line that in DVI mode keeps PDFs comparable
     if match(line, "^%.*\\special%{pdf: docinfo << /Creator") or
-      match(line, "^%.*\\special%{/setdistillerparams") then
+      match(line, "^%.*\\special%{ps: /setdistillerparams") then
       return ""
     end
      -- Remove \special lines for DVI .pro files
diff --git a/l3build.dtx b/l3build.dtx
index dd6f662..8b6aa95 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -2380,7 +2380,7 @@
 \else
   \ifx\XeTeXversion\@undefined
   \special{%
-      /setdistillerparams
+      ps: /setdistillerparams
       where
         {pop << /CompressPages false /CompressStreams false >> setdistillerparams}
       if





More information about the latex3-commits mailing list.