[latex3-commits] [git/LaTeX3-latex3-latex3] xparse: Typesetting l3kernel does need xparse (0e36d08dd)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Mar 6 23:36:30 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : xparse
Link       : https://github.com/latex3/latex3/commit/0e36d08dd2f1851e2d62e6500255121b815261be

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

commit 0e36d08dd2f1851e2d62e6500255121b815261be
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Mar 6 22:36:30 2020 +0000

    Typesetting l3kernel does need xparse
    
    As siunitx needs xparse 'proper', and that's used
    by l3news9.


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

0e36d08dd2f1851e2d62e6500255121b815261be
 l3kernel/build.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/build.lua b/l3kernel/build.lua
index e84c92059..b03996be8 100644
--- a/l3kernel/build.lua
+++ b/l3kernel/build.lua
@@ -45,7 +45,7 @@ typesetruns      = 3
 unpackfiles      = {"l3.ins"}
 
 checkdeps   = {maindir .. "/l3backend"}
-typesetdeps = {maindir .. "/l3backend"}
+typesetdeps = {maindir .. "/l3backend", maindir .. "/l3packages/xparse"}
 unpackdeps  = { }
 
 -- Load the common build code





More information about the latex3-commits mailing list.