[latex3-commits] [git/LaTeX3-latex3-latex2e] cleanup-footnote-lab: don't use -dev (e35f8147)

Ulrike Fischer fischer at troubleshooting-tex.de
Tue Oct 11 20:04:42 CEST 2022


Repository : https://github.com/latex3/latex2e
On branch  : cleanup-footnote-lab
Link       : https://github.com/latex3/latex2e/commit/e35f8147b3162ba5de744c02ee923246b4ffb59e

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

commit e35f8147b3162ba5de744c02ee923246b4ffb59e
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Oct 11 20:04:42 2022 +0200

    don't use -dev


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

e35f8147b3162ba5de744c02ee923246b4ffb59e
 required/latex-lab/build.lua | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/required/latex-lab/build.lua b/required/latex-lab/build.lua
index 8a7ab637..4f31c513 100644
--- a/required/latex-lab/build.lua
+++ b/required/latex-lab/build.lua
@@ -31,11 +31,11 @@ checkengines = { "pdftex", "luatex" }
 -- specialformats
 specialformats = specialformats or {}
 
-specialformats["latex"] = specialformats["latex"] or
-  {
-    luatex     = {binary="luahbtex",format = "lualatex-dev"},
-    pdftex     = {binary="pdftex",format = "pdflatex-dev"},
-  }
+--specialformats["latex"] = specialformats["latex"] or
+--  {
+--    luatex     = {binary="luahbtex",format = "lualatex-dev"},
+--    pdftex     = {binary="pdftex",format = "pdflatex-dev"},
+--  }
 
 
 checkdeps =





More information about the latex3-commits mailing list.