[latex3-commits] [l3svn] branch master updated: s/color-extra/color-extras/

noreply at latex-project.org noreply at latex-project.org
Fri Oct 13 20:47:46 CEST 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  dd028dd   s/color-extra/color-extras/
dd028dd is described below

commit dd028dd1006368ab54c2e18028dff1d5c3b02a70
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Oct 13 19:47:24 2017 +0100

    s/color-extra/color-extras/
    
    Lines up with Bruno's approach.
---
 l3trial/{l3color-extra => l3color-extras}/build.lua            |    4 ++--
 .../l3color-extra.dtx => l3color-extras/l3color-extras.dtx}    |    8 ++++----
 .../l3color-extra.ins => l3color-extras/l3color-extras.ins}    |    4 ++--
 .../testfiles/m3color-extras001.lvt}                           |    4 ++--
 .../testfiles/m3color-extras001.ptex.tlg}                      |    0
 .../testfiles/m3color-extras001.tlg}                           |    0
 .../testfiles/m3color-extras001.uptex.tlg}                     |    0
 .../testfiles/m3color-extras001.xetex.tlg}                     |    0
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/l3trial/l3color-extra/build.lua b/l3trial/l3color-extras/build.lua
similarity index 84%
rename from l3trial/l3color-extra/build.lua
rename to l3trial/l3color-extras/build.lua
index 87fd018..71f1847 100644
--- a/l3trial/l3color-extra/build.lua
+++ b/l3trial/l3color-extras/build.lua
@@ -1,11 +1,11 @@
 #!/usr/bin/env texlua
 
--- Build script for LaTeX3 "l3color-extra" files
+-- Build script for LaTeX3 "l3color-extras" files
 
 -- Identify the bundle and module: the module may be empty in the case where
 -- there is no subdivision
 bundle = "l3trial"
-module = "l3color-extra"
+module = "l3color-extras"
 
 -- Location of main directory: use Unix-style path separators
 maindir = "../.."
diff --git a/l3trial/l3color-extra/l3color-extra.dtx b/l3trial/l3color-extras/l3color-extras.dtx
similarity index 98%
rename from l3trial/l3color-extra/l3color-extra.dtx
rename to l3trial/l3color-extras/l3color-extras.dtx
index ea264da..84f38a8 100644
--- a/l3trial/l3color-extra/l3color-extra.dtx
+++ b/l3trial/l3color-extras/l3color-extras.dtx
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-%% File: l3color-extra.dtx Copyright(C) 2017 The LaTeX3 Project
+%% File: l3color-extras.dtx 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
@@ -32,7 +32,7 @@
 % \fi
 %
 % \title{^^A
-%   The \textsf{l3color-extra} package\\ Experimental additions to color support^^A
+%   The \textsf{l3color-extras} package\\ Experimental additions to color support^^A
 % }
 %
 % \author{^^A
@@ -96,7 +96,7 @@
 %
 % \begin{implementation}
 %
-% \section{\pkg{l3color-extra} Implementation}
+% \section{\pkg{l3color-extras} Implementation}
 %
 %    \begin{macrocode}
 %<*initex|package>
@@ -108,7 +108,7 @@
 %
 %    \begin{macrocode}
 %<*package>
-\ProvidesExplPackage{l3color-extra}{2017/10/10}{}
+\ProvidesExplPackage{l3color-extras}{2017/10/10}{}
   {L3 Experimental additions to color support}
 %</package>
 %    \end{macrocode}
diff --git a/l3trial/l3color-extra/l3color-extra.ins b/l3trial/l3color-extras/l3color-extras.ins
similarity index 85%
rename from l3trial/l3color-extra/l3color-extra.ins
rename to l3trial/l3color-extras/l3color-extras.ins
index ab233e8..c8ffc1a 100644
--- a/l3trial/l3color-extra/l3color-extra.ins
+++ b/l3trial/l3color-extras/l3color-extras.ins
@@ -1,6 +1,6 @@
 \iffalse meta-comment
 
-File l3color-extra.ins Copyright (C) 2017 The LaTeX3 Project
+File l3color-extras.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
@@ -35,6 +35,6 @@ Do not distribute a modified version of this file.
 
 \keepsilent
 
-\generate{\file{l3color-extra.sty}{\from{l3color-extra.dtx}{package}}}
+\generate{\file{l3color-extras.sty}{\from{l3color-extras.dtx}{package}}}
 
 \endbatchfile
diff --git a/l3trial/l3color-extra/testfiles/m3color-extra001.lvt b/l3trial/l3color-extras/testfiles/m3color-extras001.lvt
similarity index 98%
rename from l3trial/l3color-extra/testfiles/m3color-extra001.lvt
rename to l3trial/l3color-extras/testfiles/m3color-extras001.lvt
index 08f6435..11807ea 100644
--- a/l3trial/l3color-extra/testfiles/m3color-extra001.lvt
+++ b/l3trial/l3color-extras/testfiles/m3color-extras001.lvt
@@ -7,7 +7,7 @@
 \input{regression-test}
 
 \RequirePackage[check-declarations,log-functions]{expl3}
-\RequirePackage{l3color-extra}
+\RequirePackage{l3color-extras}
 
 \START
 
@@ -106,4 +106,4 @@
     \color_show:n { cyan }
   }
 
-\END
\ No newline at end of file
+\END
diff --git a/l3trial/l3color-extra/testfiles/m3color-extra001.ptex.tlg b/l3trial/l3color-extras/testfiles/m3color-extras001.ptex.tlg
similarity index 100%
rename from l3trial/l3color-extra/testfiles/m3color-extra001.ptex.tlg
rename to l3trial/l3color-extras/testfiles/m3color-extras001.ptex.tlg
diff --git a/l3trial/l3color-extra/testfiles/m3color-extra001.tlg b/l3trial/l3color-extras/testfiles/m3color-extras001.tlg
similarity index 100%
rename from l3trial/l3color-extra/testfiles/m3color-extra001.tlg
rename to l3trial/l3color-extras/testfiles/m3color-extras001.tlg
diff --git a/l3trial/l3color-extra/testfiles/m3color-extra001.uptex.tlg b/l3trial/l3color-extras/testfiles/m3color-extras001.uptex.tlg
similarity index 100%
rename from l3trial/l3color-extra/testfiles/m3color-extra001.uptex.tlg
rename to l3trial/l3color-extras/testfiles/m3color-extras001.uptex.tlg
diff --git a/l3trial/l3color-extra/testfiles/m3color-extra001.xetex.tlg b/l3trial/l3color-extras/testfiles/m3color-extras001.xetex.tlg
similarity index 100%
rename from l3trial/l3color-extra/testfiles/m3color-extra001.xetex.tlg
rename to l3trial/l3color-extras/testfiles/m3color-extras001.xetex.tlg

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


More information about the latex3-commits mailing list