[latex3-commits] [l3svn] 01/02: fpu -> xfpu

noreply at latex-project.org noreply at latex-project.org
Sun Mar 5 21:44:21 CET 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 187e2e7e45db7c3660f7c6a9fd08ecd74efee99b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Mar 5 18:59:01 2017 +0000

    fpu -> xfpu
    
    We seem to be converging on either "xfpu" or "lxfpu" ...
---
 l3packages/README.md                               |   20 ++++++++++----------
 l3packages/{fpu => xfpu}/build.lua                 |    4 ++--
 .../fpu001.lvt => xfpu/testfiles/xfpu001.lvt}      |    2 +-
 .../fpu001.tlg => xfpu/testfiles/xfpu001.tlg}      |    2 +-
 l3packages/{fpu/fpu.dtx => xfpu/xfpu.dtx}          |   12 ++++++------
 l3packages/{fpu/fpu.ins => xfpu/xfpu.ins}          |    4 ++--
 6 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/l3packages/README.md b/l3packages/README.md
index f2c8c3e..d582bb8 100644
--- a/l3packages/README.md
+++ b/l3packages/README.md
@@ -20,21 +20,12 @@ updated at the same time.
 
 Currently included in the CTAN release of `l3packages` are the following
 bundles:
-* `fpu`
 * `l3keys2e`
+* `xfpu`
 * `xfrac`
 * `xparse`
 * `xtemplate`
 
-`fpu`
------
-
-The `fpu` package provides a document-level interface for the LaTeX3
-FPU. As such, it is a wrapper around the core `\fp_eval:n` function
-but does not require code syntax. It provides the expandable command
-`\fpeval`, which can be used inside for example `\edef` or contexts
-where TeX requires a number.
-
 `l3keys2e`
 ----------
 
@@ -43,6 +34,15 @@ and class options with LaTeX2e. This is tied to the method the existing kernel
 uses for processing options, and so it is likely that a stand-alone LaTeX3
 kernel will use a very different approach.
 
+`xfpu`
+-----
+
+The `xfpu` package provides a document-level interface for the LaTeX3
+FPU. As such, it is a wrapper around the core `\fp_eval:n` function
+but does not require code syntax. It provides the expandable command
+`\fpeval`, which can be used inside for example `\edef` or contexts
+where TeX requires a number.
+
 `xfrac`
 -------
 
diff --git a/l3packages/fpu/build.lua b/l3packages/xfpu/build.lua
similarity index 91%
rename from l3packages/fpu/build.lua
rename to l3packages/xfpu/build.lua
index 16e30e9..1daa240 100644
--- a/l3packages/fpu/build.lua
+++ b/l3packages/xfpu/build.lua
@@ -1,11 +1,11 @@
 #!/usr/bin/env texlua
 
--- Build script for LaTeX3 "fpu" files
+-- Build script for LaTeX3 "xfpu" files
 
 -- Identify the bundle and module: the module may be empty in the case where
 -- there is no subdivision
 bundle = "l3packages"
-module = "fpu"
+module = "xfpu"
 
 -- Location of main directory: use Unix-style path separators
 maindir = "../.."
diff --git a/l3packages/fpu/testfiles/fpu001.lvt b/l3packages/xfpu/testfiles/xfpu001.lvt
similarity index 94%
rename from l3packages/fpu/testfiles/fpu001.lvt
rename to l3packages/xfpu/testfiles/xfpu001.lvt
index f8a68d6..7b236b2 100644
--- a/l3packages/fpu/testfiles/fpu001.lvt
+++ b/l3packages/xfpu/testfiles/xfpu001.lvt
@@ -11,7 +11,7 @@
 \START
 \AUTHOR{Bruno Le Floch}
 
-\RequirePackage{fpu}
+\RequirePackage{xfpu}
 
 \TEST{fpeval}
   {
diff --git a/l3packages/fpu/testfiles/fpu001.tlg b/l3packages/xfpu/testfiles/xfpu001.tlg
similarity index 99%
rename from l3packages/fpu/testfiles/fpu001.tlg
rename to l3packages/xfpu/testfiles/xfpu001.tlg
index 33bf02a..75c577c 100644
--- a/l3packages/fpu/testfiles/fpu001.tlg
+++ b/l3packages/xfpu/testfiles/xfpu001.tlg
@@ -1,7 +1,7 @@
 This is a generated file for the LaTeX (2e + expl3) validation system.
 Don't change this file in any respect.
 Author: Bruno Le Floch
-(fpu.sty
+(xfpu.sty
 .................................................
 . LaTeX info: "xparse/define-command"
 . 
diff --git a/l3packages/fpu/fpu.dtx b/l3packages/xfpu/xfpu.dtx
similarity index 95%
rename from l3packages/fpu/fpu.dtx
rename to l3packages/xfpu/xfpu.dtx
index 7bf5419..0ead435 100644
--- a/l3packages/fpu/fpu.dtx
+++ b/l3packages/xfpu/xfpu.dtx
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-%% File: fpu.dtx (C) Copyright 2017 The LaTeX3 Project
+%% File: xfpu.dtx (C) Copyright 2017 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
@@ -27,16 +27,16 @@
 %<package>\@ifpackagelater{xparse}{2017/02/10}
 %<package>  {}
 %<package>  {%
-%<package>    \PackageError{fpu}{Support package xparse too old}
+%<package>    \PackageError{xfpu}{Support package xparse too old}
 %<package>      {%
 %<package>        Please install an up to date version of xparse\MessageBreak
 %<package>        using your TeX package manager or from CTAN.\MessageBreak
 %<package>        \MessageBreak
-%<package>        Loading fpu will abort!%
+%<package>        Loading xfpu will abort!%
 %<package>      }%
 %<package>    \endinput
 %<package>  }
-\def\ExplFileName{fpu}
+\def\ExplFileName{xfpu}
 \def\ExplFileDescription{LaTeX Floating Point Unit}
 \def\ExplFileDate{2017/02/10}
 \def\ExplFileVersion{6878}
@@ -53,7 +53,7 @@
 % \providecommand\nan{\texttt{NaN}}
 %
 % \title{^^A
-%   The \textsf{fpu} package\\Floating Point Unit^^A
+%   The \textsf{xfpu} package\\Floating Point Unit^^A
 %   \thanks{This file describes v\ExplFileVersion,
 %     last revised \ExplFileDate.}^^A
 % }
@@ -140,7 +140,7 @@
 %
 % \begin{implementation}
 %
-% \section{\pkg{fpu} implementation}
+% \section{\pkg{xfpu} implementation}
 %
 %    \begin{macrocode}
 %<*package>
diff --git a/l3packages/fpu/fpu.ins b/l3packages/xfpu/xfpu.ins
similarity index 91%
rename from l3packages/fpu/fpu.ins
rename to l3packages/xfpu/xfpu.ins
index d85591b..3047428 100644
--- a/l3packages/fpu/fpu.ins
+++ b/l3packages/xfpu/xfpu.ins
@@ -1,6 +1,6 @@
 \iffalse meta-comment
 
-File fpu.ins Copyright (C) 2017 The LaTeX3 Project
+File xfpu.ins Copyright (C) 2017 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
@@ -40,6 +40,6 @@ and all files in that bundle must be distributed together.
 
 \keepsilent
 
-\generate{\file{fpu.sty} {\from{fpu.dtx} {package}}}
+\generate{\file{xfpu.sty}{\from{xfpu.dtx}{package}}}
 
 \endbatchfile

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list