[latex3-commits] [git/LaTeX3-latex3-graphics-def] master: No longer need TL'19 support (98ac3f6)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jan 7 15:38:10 CET 2021


Repository : https://github.com/latex3/graphics-def
On branch  : master
Link       : https://github.com/latex3/graphics-def/commit/98ac3f68d3fad4afc6bac3e4bdbdbf0475311225

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

commit 98ac3f68d3fad4afc6bac3e4bdbdbf0475311225
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jan 7 13:47:30 2021 +0000

    No longer need TL'19 support


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

98ac3f68d3fad4afc6bac3e4bdbdbf0475311225
 build.lua | 27 +++++++++------------------
 1 file changed, 9 insertions(+), 18 deletions(-)

diff --git a/build.lua b/build.lua
index 5ed1b9d..c2bc17e 100644
--- a/build.lua
+++ b/build.lua
@@ -12,24 +12,15 @@ sourcefiles  = {"*.def"}
 typesetfiles = {}
 textfiles= {"README.md"}
 
-if string.find(status.banner,"2019") then
-  print("TL2019")
-  TL2019bool=true
-else
-  -- tl2020
-  print("TL2020 or later")
-
- specialformats={}
-  specialformats["latex"] = specialformats["latex"] or
-   {
-    luatex     = {binary="luahbtex",format = "lualatex"},
-   }
-  specialformats["latex-dev"] = specialformats["latex-dev"] or
-   {
-    luatex = {binary="luahbtex",format = "lualatex-dev"}
-   }
-end
-
+specialformats = {}
+specialformats["latex"] = specialformats["latex"] or
+  {
+    luatex = {binary="luahbtex",format = "lualatex"},
+  }
+specialformats["latex-dev"] = specialformats["latex-dev"] or
+  {
+     luatex = {binary="luahbtex",format = "lualatex-dev"}
+  }
 
 -- Find and run the build system
 kpse.set_program_name ("kpsewhich")





More information about the latex3-commits mailing list.