[latex3-commits] [l3svn] r6925 - Reorder modules in source3body.tex to match l3.ins

noreply at latex-project.org noreply at latex-project.org
Tue Feb 14 04:49:50 CET 2017


Author: bruno
Date: 2017-02-14 04:49:50 +0100 (Tue, 14 Feb 2017)
New Revision: 6925

Modified:
   trunk/l3kernel/l3format.ins
   trunk/l3kernel/source3body.tex
Log:
Reorder modules in source3body.tex to match l3.ins

Also swap l3seq and l3str in the format to match with the package too.


Modified: trunk/l3kernel/l3format.ins
===================================================================
--- trunk/l3kernel/l3format.ins	2017-02-14 03:20:03 UTC (rev 6924)
+++ trunk/l3kernel/l3format.ins	2017-02-14 03:49:50 UTC (rev 6925)
@@ -61,8 +61,8 @@
         \from{l3basics.dtx}     {initex}
         \from{l3expan.dtx}      {initex}
         \from{l3tl.dtx}         {initex}
+        \from{l3str.dtx}        {initex}
         \from{l3seq.dtx}        {initex}
-        \from{l3str.dtx}        {initex}
         % ======== FORMAT ONLY =========
         \from{l3alloc.dtx}      {initex}
         % ==============================

Modified: trunk/l3kernel/source3body.tex
===================================================================
--- trunk/l3kernel/source3body.tex	2017-02-14 03:20:03 UTC (rev 6924)
+++ trunk/l3kernel/source3body.tex	2017-02-14 03:49:50 UTC (rev 6925)
@@ -415,23 +415,20 @@
 \DocInput{l3names.dtx}
 \DocInput{l3basics.dtx}
 \DocInput{l3expan.dtx}
-\DocInput{l3prg.dtx}
-\DocInput{l3flag.dtx}
-\DocInput{l3quark.dtx}
-\DocInput{l3token.dtx}
-\DocInput{l3int.dtx}
-\DocInput{l3skip.dtx}
 \DocInput{l3tl.dtx}
 \DocInput{l3str.dtx}
 \DocInput{l3seq.dtx}
+\DocInput{l3int.dtx}
+\DocInput{l3flag.dtx}
+\DocInput{l3quark.dtx}
+\DocInput{l3prg.dtx}
 \DocInput{l3clist.dtx}
+\DocInput{l3token.dtx}
 \DocInput{l3prop.dtx}
-\DocInput{l3box.dtx}
-\DocInput{l3coffins.dtx}
-\DocInput{l3color.dtx}
 \DocInput{l3msg.dtx}
+\DocInput{l3file.dtx}
+\DocInput{l3skip.dtx}
 \DocInput{l3keys.dtx}
-\DocInput{l3file.dtx}
 \DocInput{l3fp.dtx}
 % To get the various submodules of l3fp to appear in the implementation
 % part only, they have to be added to the documentation list after typesetting
@@ -455,8 +452,11 @@
 \ExplSyntaxOff
 
 \DocInput{l3sort.dtx}
+\DocInput{l3box.dtx}
+\DocInput{l3coffins.dtx}
+\DocInput{l3color.dtx}
+\DocInput{l3sys.dtx}
 \DocInput{l3candidates.dtx}
-\DocInput{l3sys.dtx}
 \DocInput{l3luatex.dtx}
 \DocInput{l3drivers.dtx}
 



More information about the latex3-commits mailing list