[latex3-commits] [git/LaTeX3-latex3-latex3] master: Load l3fp-assign earlier: \c_one_fp will be needed in l3fp-trig (4c5dcc9)

Bruno Le Floch bruno at le-floch.fr
Mon Feb 12 03:02:34 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/4c5dcc9e3817271d4b4219576b3e1fc81e9a7829

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

commit 4c5dcc9e3817271d4b4219576b3e1fc81e9a7829
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Sun Feb 11 10:16:48 2018 -0500

    Load l3fp-assign earlier: \c_one_fp will be needed in l3fp-trig


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

4c5dcc9e3817271d4b4219576b3e1fc81e9a7829
 l3kernel/l3.ins          |    4 ++--
 l3kernel/l3format.ins    |    4 ++--
 l3kernel/source3body.tex |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/l3kernel/l3.ins b/l3kernel/l3.ins
index 29f6555..5433089 100644
--- a/l3kernel/l3.ins
+++ b/l3kernel/l3.ins
@@ -1,6 +1,6 @@
 \iffalse meta-comment
 
-File l3.ins Copyright (C) 2011,2012,2014-2017 The LaTeX3 Project
+File l3.ins Copyright (C) 2011,2012,2014-2018 The LaTeX3 Project
 
 It may be distributed and/or modified under the conditions of the
 LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -83,6 +83,7 @@ and all files in that bundle must be distributed together.
         \from{l3fp-traps.dtx}   {package}
         \from{l3fp-round.dtx}   {package}
         \from{l3fp-parse.dtx}   {package}
+        \from{l3fp-assign.dtx}  {package}
         \from{l3fp-logic.dtx}   {package}
         \from{l3fp-basics.dtx}  {package}
         \from{l3fp-extended.dtx}{package}
@@ -90,7 +91,6 @@ and all files in that bundle must be distributed together.
         \from{l3fp-trig.dtx}    {package}
         \from{l3fp-convert.dtx} {package}
         \from{l3fp-random.dtx}  {package}
-        \from{l3fp-assign.dtx}  {package}
         \from{l3sort.dtx}       {package}
         \from{l3tl-build.dtx}   {package}
         \from{l3tl-analysis.dtx}{package}
diff --git a/l3kernel/l3format.ins b/l3kernel/l3format.ins
index a17cdbd..7a118ac 100644
--- a/l3kernel/l3format.ins
+++ b/l3kernel/l3format.ins
@@ -1,6 +1,6 @@
 \iffalse meta-comment
 
-File l3format.ins Copyright (C) 2011,2012,2014-2017 The LaTeX3 Project
+File l3format.ins Copyright (C) 2011,2012,2014-2018 The LaTeX3 Project
 
 It may be distributed and/or modified under the conditions of the
 LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -83,6 +83,7 @@ and all files in that bundle must be distributed together.
         \from{l3fp-traps.dtx}   {initex}
         \from{l3fp-round.dtx}   {initex}
         \from{l3fp-parse.dtx}   {initex}
+        \from{l3fp-assign.dtx}  {initex}
         \from{l3fp-logic.dtx}   {initex}
         \from{l3fp-basics.dtx}  {initex}
         \from{l3fp-extended.dtx}{initex}
@@ -90,7 +91,6 @@ and all files in that bundle must be distributed together.
         \from{l3fp-trig.dtx}    {initex}
         \from{l3fp-convert.dtx} {initex}
         \from{l3fp-random.dtx}  {initex}
-        \from{l3fp-assign.dtx}  {initex}
         \from{l3sort.dtx}       {initex}
         \from{l3tl-build.dtx}   {initex}
         \from{l3tl-analysis.dtx}{initex}
diff --git a/l3kernel/source3body.tex b/l3kernel/source3body.tex
index 5d44250..33ee037 100644
--- a/l3kernel/source3body.tex
+++ b/l3kernel/source3body.tex
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-%% File: source3body.tex Copyright (C) 1990-2012,2014-2017 The LaTeX3 Project
+%% File: source3body.tex Copyright (C) 1990-2012,2014-2018 The LaTeX3 Project
 %%
 %% It may be distributed and/or modified under the conditions of the
 %% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -430,6 +430,7 @@ used on top of \LaTeXe{} if \cs{outer} tokens are used in the arguments.
     l3fp-traps.dtx ,
     l3fp-round.dtx ,
     l3fp-parse.dtx ,
+    l3fp-assign.dtx ,
     l3fp-logic.dtx ,
     l3fp-basics.dtx ,
     l3fp-extended.dtx ,
@@ -437,7 +438,6 @@ used on top of \LaTeXe{} if \cs{outer} tokens are used in the arguments.
     l3fp-trig.dtx ,
     l3fp-convert.dtx ,
     l3fp-random.dtx ,
-    l3fp-assign.dtx ,
   }
 \ExplSyntaxOff
 





More information about the latex3-commits mailing list