[latex3-commits] [git/LaTeX3-latex3-latex3] xparse: Ensure typesetting format has up-to-date expl3 (5c79d163a)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Mar 6 17:49:50 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : xparse
Link       : https://github.com/latex3/latex3/commit/5c79d163ab7e964a47c7e8b5d31c0b1366402e09

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

commit 5c79d163ab7e964a47c7e8b5d31c0b1366402e09
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Mar 6 16:49:50 2020 +0000

    Ensure typesetting format has up-to-date expl3


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

5c79d163ab7e964a47c7e8b5d31c0b1366402e09
 build-config.lua | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build-config.lua b/build-config.lua
index 70fbf6d3b..483b54fda 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -126,3 +126,5 @@ end
 function checkinit_hook()
   return fmt(options["engine"] or checkengines,testdir)
 end
+
+function docinit_hook() return fmt({"pdftex"},typesetdir) end





More information about the latex3-commits mailing list.