[latex3-commits] [git/LaTeX3-latex3-pdfresources] master: simplify with new l3build (8fa5a6d)

Ulrike Fischer fischer at troubleshooting-tex.de
Wed Mar 11 23:05:05 CET 2020


Repository : https://github.com/latex3/pdfresources
On branch  : master
Link       : https://github.com/latex3/pdfresources/commit/8fa5a6dbb9299002e3addd9e35a301e3ae65e3b5

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

commit 8fa5a6dbb9299002e3addd9e35a301e3ae65e3b5
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Wed Mar 11 23:05:05 2020 +0100

    simplify with new l3build


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

8fa5a6dbb9299002e3addd9e35a301e3ae65e3b5
 build.lua        |  1 -
 config-dvips.lua | 27 ++-------------------------
 2 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/build.lua b/build.lua
index 69a5e97..f47b7d4 100644
--- a/build.lua
+++ b/build.lua
@@ -26,7 +26,6 @@ else
   specialformats["latex"] = specialformats["latex"] or 
    {
     luatex     = {binary="luahbtex",format = "lualatex"},
-    dvipsbat   = {binary="l3builddvips",format = ""},
     latexdvips = {binary="latex.exe",format = ""}
     }
 end
diff --git a/config-dvips.lua b/config-dvips.lua
index 9d38c34..912abd0 100644
--- a/config-dvips.lua
+++ b/config-dvips.lua
@@ -1,29 +1,6 @@
 testfiledir  = "testfiles-dvips"
--- checkengines = {"latexdvips"}
--- stdengine     = "latexdvips"
-checkengines = {"dvipsbat"}
-stdengine     = "dvipsbat"
+checkengines = {"latexdvips"}
+stdengine     = "latexdvips"
 
 checkruns=2
 ps2pdfopt = " -sDocumentUUID=DocumentUUID -sInstanceUUID=InstanceUUID -dCompressStreams=false -dCompressPages=false -dNOSAFER "
-function dvitopdf(name, dir, engine, hide)
-    run(
-      dir,
-      (forcecheckepoch and setepoch() or "") ..
-     "dvips " .. name .. dviext
-       .. (hide and (" > " .. os_null) or "")
-       .. os_concat ..
-     "ps2pdf " .. ps2pdfopt .. name .. psext
-      --  .. (hide and (" > " .. os_null) or "")
-    )
-end
-
--- dviext="xxx"
-
--- the use of this config file, needs a patch (or something equivalent)
--- called l3builddvips and which this content:
---
--- latex  %1 %2 %3 %4 %5
--- dvips %4
----ps2pdf -sDocumentUUID=DocumentUUID -sInstanceUUID=InstanceUUID -dCompressStreams=false -dCompressPages=false -dNOSAFER %4.ps
-





More information about the latex3-commits mailing list.