[latex3-commits] [l3svn] branch master updated: xfpu => xfp

noreply at latex-project.org noreply at latex-project.org
Tue Mar 7 08:04:39 CET 2017


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

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  fcd9551   xfpu => xfp
fcd9551 is described below

commit fcd9551f1b5be9a1e13a485723699efa44ba3d42
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Mar 7 07:04:26 2017 +0000

    xfpu => xfp
---
 l3packages/README.md                                             |    6 +++---
 l3packages/{xfpu => xfp}/build.lua                               |    4 ++--
 .../{xfpu/testfiles/xfpu001.lvt => xfp/testfiles/xfp001.lvt}     |    2 +-
 .../{xfpu/testfiles/xfpu001.tlg => xfp/testfiles/xfp001.tlg}     |    2 +-
 l3packages/{xfpu/xfpu.dtx => xfp/xfp.dtx}                        |    6 +++---
 l3packages/{xfpu/xfpu.ins => xfp/xfp.ins}                        |    4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/l3packages/README.md b/l3packages/README.md
index d582bb8..424e974 100644
--- a/l3packages/README.md
+++ b/l3packages/README.md
@@ -21,7 +21,7 @@ updated at the same time.
 Currently included in the CTAN release of `l3packages` are the following
 bundles:
 * `l3keys2e`
-* `xfpu`
+* `xfp`
 * `xfrac`
 * `xparse`
 * `xtemplate`
@@ -34,10 +34,10 @@ 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`
+`xfp`
 -----
 
-The `xfpu` package provides a document-level interface for the LaTeX3
+The `xfp` 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
diff --git a/l3packages/xfpu/build.lua b/l3packages/xfp/build.lua
similarity index 91%
rename from l3packages/xfpu/build.lua
rename to l3packages/xfp/build.lua
index 1daa240..acec9d4 100644
--- a/l3packages/xfpu/build.lua
+++ b/l3packages/xfp/build.lua
@@ -1,11 +1,11 @@
 #!/usr/bin/env texlua
 
--- Build script for LaTeX3 "xfpu" files
+-- Build script for LaTeX3 "xfp" files
 
 -- Identify the bundle and module: the module may be empty in the case where
 -- there is no subdivision
 bundle = "l3packages"
-module = "xfpu"
+module = "xfp"
 
 -- Location of main directory: use Unix-style path separators
 maindir = "../.."
diff --git a/l3packages/xfpu/testfiles/xfpu001.lvt b/l3packages/xfp/testfiles/xfp001.lvt
similarity index 94%
rename from l3packages/xfpu/testfiles/xfpu001.lvt
rename to l3packages/xfp/testfiles/xfp001.lvt
index 7b236b2..021a371 100644
--- a/l3packages/xfpu/testfiles/xfpu001.lvt
+++ b/l3packages/xfp/testfiles/xfp001.lvt
@@ -11,7 +11,7 @@
 \START
 \AUTHOR{Bruno Le Floch}
 
-\RequirePackage{xfpu}
+\RequirePackage{xfp}
 
 \TEST{fpeval}
   {
diff --git a/l3packages/xfpu/testfiles/xfpu001.tlg b/l3packages/xfp/testfiles/xfp001.tlg
similarity index 99%
rename from l3packages/xfpu/testfiles/xfpu001.tlg
rename to l3packages/xfp/testfiles/xfp001.tlg
index 75c577c..6f3d94c 100644
--- a/l3packages/xfpu/testfiles/xfpu001.tlg
+++ b/l3packages/xfp/testfiles/xfp001.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
-(xfpu.sty
+(xfp.sty
 .................................................
 . LaTeX info: "xparse/define-command"
 . 
diff --git a/l3packages/xfpu/xfpu.dtx b/l3packages/xfp/xfp.dtx
similarity index 97%
rename from l3packages/xfpu/xfpu.dtx
rename to l3packages/xfp/xfp.dtx
index a80ed01..889e115 100644
--- a/l3packages/xfpu/xfpu.dtx
+++ b/l3packages/xfp/xfp.dtx
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-%% File: xfpu.dtx (C) Copyright 2017 The LaTeX3 Project
+%% File: xfp.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
@@ -36,7 +36,7 @@
 %<package>      }%
 %<package>    \endinput
 %<package>  }
-\def\ExplFileName{xfpu}
+\def\ExplFileName{xfp}
 \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{xfpu} package\\Floating Point Unit^^A
+%   The \textsf{xfp} package\\Floating Point Unit^^A
 %   \thanks{This file describes v\ExplFileVersion,
 %     last revised \ExplFileDate.}^^A
 % }
diff --git a/l3packages/xfpu/xfpu.ins b/l3packages/xfp/xfp.ins
similarity index 91%
rename from l3packages/xfpu/xfpu.ins
rename to l3packages/xfp/xfp.ins
index 3047428..421df85 100644
--- a/l3packages/xfpu/xfpu.ins
+++ b/l3packages/xfp/xfp.ins
@@ -1,6 +1,6 @@
 \iffalse meta-comment
 
-File xfpu.ins Copyright (C) 2017 The LaTeX3 Project
+File xfp.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{xfpu.sty}{\from{xfpu.dtx}{package}}}
+\generate{\file{xfp.sty}{\from{xfp.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