[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: test for tl2023 (d321308)

Ulrike Fischer fischer at troubleshooting-tex.de
Mon Feb 27 00:17:23 CET 2023


Repository : https://github.com/latex3/pdfresources
On branch  : develop
Link       : https://github.com/latex3/pdfresources/commit/d321308ccd64b644f97fe219f6b210bd5a69e211

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

commit d321308ccd64b644f97fe219f6b210bd5a69e211
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Feb 27 00:17:23 2023 +0100

    test for tl2023


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

d321308ccd64b644f97fe219f6b210bd5a69e211
 build.lua | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build.lua b/build.lua
index 5bf118a..366a757 100644
--- a/build.lua
+++ b/build.lua
@@ -2,6 +2,9 @@
 packageversion="0.95w"
 packagedate="2023-02-20"
 
+local luatexstatus = status.list()
+local istl2023 = string.match (luatexstatus.banner,"2023")
+
 -- Build script for "LaTeX PDF management testphase bundle" bundle
 
 -- Identify the bundle and module





More information about the latex3-commits mailing list.