[latex3-commits] [l3svn] r6031 - Remove l3str as it is now incorporated in l3kernel

noreply at latex-project.org noreply at latex-project.org
Tue Sep 22 21:38:25 CEST 2015


Author: bruno
Date: 2015-09-22 21:38:25 +0200 (Tue, 22 Sep 2015)
New Revision: 6031

Modified:
   trunk/l3trial/l3bigint/build.lua
   trunk/l3trial/l3bigint/l3bigint.dtx
Log:
Remove l3str as it is now incorporated in l3kernel


Modified: trunk/l3trial/l3bigint/build.lua
===================================================================
--- trunk/l3trial/l3bigint/build.lua	2015-09-22 19:27:03 UTC (rev 6030)
+++ trunk/l3trial/l3bigint/build.lua	2015-09-22 19:38:25 UTC (rev 6031)
@@ -11,7 +11,7 @@
 maindir = "../.."
 
 -- Non-standard settings
-checkdeps   = {maindir .. "/l3kernel", maindir .. "/l3build", maindir .. "/l3experimental/l3str"}
+checkdeps   = {maindir .. "/l3kernel", maindir .. "/l3build"}
 
 -- Load the common build code: this is the one place that a path needs to be
 -- hard-coded

Modified: trunk/l3trial/l3bigint/l3bigint.dtx
===================================================================
--- trunk/l3trial/l3bigint/l3bigint.dtx	2015-09-22 19:27:03 UTC (rev 6030)
+++ trunk/l3trial/l3bigint/l3bigint.dtx	2015-09-22 19:38:25 UTC (rev 6031)
@@ -35,7 +35,7 @@
 %%
 %
 %<*driver|package>
-\RequirePackage{expl3, l3str}
+\RequirePackage{expl3}
 \GetIdInfo$Id$
   {L3 Experimental support for unbounded integers}
 %</driver|package>



More information about the latex3-commits mailing list