[latex3-commits] [git/LaTeX3-latex3-latex3] opacity: Move l3opacity to l3experimental (40296e61f)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jul 1 12:32:04 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : opacity
Link       : https://github.com/latex3/latex3/commit/40296e61f1edde64dd03534752ff0e0802ed5b5a

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

commit 40296e61f1edde64dd03534752ff0e0802ed5b5a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jul 1 11:30:32 2021 +0100

    Move l3opacity to l3experimental


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

40296e61f1edde64dd03534752ff0e0802ed5b5a
 l3experimental/CHANGELOG.md                                    |  3 +++
 l3experimental/README.md                                       |  6 ++++++
 {l3trial => l3experimental}/l3opacity/build.lua                |  2 +-
 {l3trial => l3experimental}/l3opacity/l3opacity.dtx            | 10 +++++-----
 {l3trial => l3experimental}/l3opacity/l3opacity.ins            |  4 ++--
 .../l3opacity/testfiles/m3opacity000.lvt                       |  0
 .../l3opacity/testfiles/m3opacity000.tlg                       |  0
 .../l3opacity/testfiles/m3opacity001.luatex.tlg                |  0
 .../l3opacity/testfiles/m3opacity001.lvt                       |  0
 .../l3opacity/testfiles/m3opacity001.ptex.tlg                  |  0
 .../l3opacity/testfiles/m3opacity001.tlg                       |  0
 .../l3opacity/testfiles/m3opacity001.uptex.tlg                 |  0
 .../l3opacity/testfiles/m3opacity001.xetex.tlg                 |  0
 13 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/l3experimental/CHANGELOG.md b/l3experimental/CHANGELOG.md
index 75d0cd745..7528b55ac 100644
--- a/l3experimental/CHANGELOG.md
+++ b/l3experimental/CHANGELOG.md
@@ -7,6 +7,9 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+### Added
+- Module `l3opacity`
+
 ## [2021-05-27]
 
 ### Added
diff --git a/l3experimental/README.md b/l3experimental/README.md
index 18e5541fe..ffc908696 100644
--- a/l3experimental/README.md
+++ b/l3experimental/README.md
@@ -24,6 +24,7 @@ bundles:
 * `l3benchmark`
 * `l3draw`
 * `l3graphics`
+* `l3opacity`
 * `l3str`
 * `l3sys-shell`
 * `xcoffins`
@@ -47,6 +48,11 @@ TikZ system.
 This module provides interfaces for the inclusion of graphics files
 in documents, similar to the `graphics` package.
 
+`l3opacity`
+-------
+
+This module provides support for opacity in PDF output.
+
 `l3str`
 -------
 
diff --git a/l3trial/l3opacity/build.lua b/l3experimental/l3opacity/build.lua
similarity index 92%
rename from l3trial/l3opacity/build.lua
rename to l3experimental/l3opacity/build.lua
index b9f360ce5..5cc9926f2 100644
--- a/l3trial/l3opacity/build.lua
+++ b/l3experimental/l3opacity/build.lua
@@ -4,7 +4,7 @@
 
 -- Identify the bundle and module: the module may be empty in the case where
 -- there is no subdivision
-bundle = "l3trial"
+bundle = "l3experimental"
 module = "l3opacity"
 
 -- Location of main directory: use Unix-style path separators
diff --git a/l3trial/l3opacity/l3opacity.dtx b/l3experimental/l3opacity/l3opacity.dtx
similarity index 92%
rename from l3trial/l3opacity/l3opacity.dtx
rename to l3experimental/l3opacity/l3opacity.dtx
index f39e0e919..e68d4f4d6 100644
--- a/l3trial/l3opacity/l3opacity.dtx
+++ b/l3experimental/l3opacity/l3opacity.dtx
@@ -11,7 +11,7 @@
 %
 %    http://www.latex-project.org/lppl.txt
 %
-% This file is part of the "l3trial bundle" (The Work in LPPL)
+% This file is part of the "l3experimental bundle" (The Work in LPPL)
 % and all files in that bundle must be distributed together.
 %
 % -----------------------------------------------------------------------
@@ -46,7 +46,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2020-10-27}
+% \date{Released 2021-07-01}
 %
 % \maketitle
 %
@@ -61,7 +61,7 @@
 % (\pdfTeX{}, \LuaTeX{}) or with recent versions of \texttt{(x)dvipdfmx}:
 % these backends do offer the necessary support.
 %
-% \begin{function}{\opacity_select:n}
+% \begin{function}[added = 2021-07-01]{\opacity_select:n}
 %   \begin{syntax}
 %     \cs{\opacity_select:n} \Arg{expression}
 %   \end{syntax}
@@ -69,7 +69,7 @@
 %   This is then activated as an opacity for both filling and stroking.
 % \end{function}
 %
-% \begin{function}{\opacity_fill:n, \opacity_stroke:n}
+% \begin{function}[added = 2021-07-01]{\opacity_fill:n, \opacity_stroke:n}
 %   \begin{syntax}
 %     \cs{\opacity_fill:n} \Arg{expression}
 %   \end{syntax}
@@ -92,7 +92,7 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplPackage{l3opacity}{2020-10-27}{}
+\ProvidesExplPackage{l3opacity}{2021-07-01}{}
   {L3 Experimental opacity support}
 %    \end{macrocode}
 %
diff --git a/l3trial/l3opacity/l3opacity.ins b/l3experimental/l3opacity/l3opacity.ins
similarity index 91%
rename from l3trial/l3opacity/l3opacity.ins
rename to l3experimental/l3opacity/l3opacity.ins
index d7a6acf16..15d87c8f9 100644
--- a/l3trial/l3opacity/l3opacity.ins
+++ b/l3experimental/l3opacity/l3opacity.ins
@@ -11,7 +11,7 @@ of this license is in the file
 
    http://www.latex-project.org/lppl.txt
 
-This file is part of the "l3trial bundle" (The Work in LPPL)
+This file is part of the "l3experimental bundle" (The Work in LPPL)
 and all files in that bundle must be distributed together.
 
 -----------------------------------------------------------------------
@@ -43,7 +43,7 @@ version of this license is in the file:
 
    http://www.latex-project.org/lppl.txt
 
-This file is part of the "l3trial bundle" (The Work in LPPL)
+This file is part of the "l3experimental bundle" (The Work in LPPL)
 and all files in that bundle must be distributed together.
 
 \endpreamble
diff --git a/l3trial/l3opacity/testfiles/m3opacity000.lvt b/l3experimental/l3opacity/testfiles/m3opacity000.lvt
similarity index 100%
rename from l3trial/l3opacity/testfiles/m3opacity000.lvt
rename to l3experimental/l3opacity/testfiles/m3opacity000.lvt
diff --git a/l3trial/l3opacity/testfiles/m3opacity000.tlg b/l3experimental/l3opacity/testfiles/m3opacity000.tlg
similarity index 100%
rename from l3trial/l3opacity/testfiles/m3opacity000.tlg
rename to l3experimental/l3opacity/testfiles/m3opacity000.tlg
diff --git a/l3trial/l3opacity/testfiles/m3opacity001.luatex.tlg b/l3experimental/l3opacity/testfiles/m3opacity001.luatex.tlg
similarity index 100%
rename from l3trial/l3opacity/testfiles/m3opacity001.luatex.tlg
rename to l3experimental/l3opacity/testfiles/m3opacity001.luatex.tlg
diff --git a/l3trial/l3opacity/testfiles/m3opacity001.lvt b/l3experimental/l3opacity/testfiles/m3opacity001.lvt
similarity index 100%
rename from l3trial/l3opacity/testfiles/m3opacity001.lvt
rename to l3experimental/l3opacity/testfiles/m3opacity001.lvt
diff --git a/l3trial/l3opacity/testfiles/m3opacity001.ptex.tlg b/l3experimental/l3opacity/testfiles/m3opacity001.ptex.tlg
similarity index 100%
rename from l3trial/l3opacity/testfiles/m3opacity001.ptex.tlg
rename to l3experimental/l3opacity/testfiles/m3opacity001.ptex.tlg
diff --git a/l3trial/l3opacity/testfiles/m3opacity001.tlg b/l3experimental/l3opacity/testfiles/m3opacity001.tlg
similarity index 100%
rename from l3trial/l3opacity/testfiles/m3opacity001.tlg
rename to l3experimental/l3opacity/testfiles/m3opacity001.tlg
diff --git a/l3trial/l3opacity/testfiles/m3opacity001.uptex.tlg b/l3experimental/l3opacity/testfiles/m3opacity001.uptex.tlg
similarity index 100%
rename from l3trial/l3opacity/testfiles/m3opacity001.uptex.tlg
rename to l3experimental/l3opacity/testfiles/m3opacity001.uptex.tlg
diff --git a/l3trial/l3opacity/testfiles/m3opacity001.xetex.tlg b/l3experimental/l3opacity/testfiles/m3opacity001.xetex.tlg
similarity index 100%
rename from l3trial/l3opacity/testfiles/m3opacity001.xetex.tlg
rename to l3experimental/l3opacity/testfiles/m3opacity001.xetex.tlg





More information about the latex3-commits mailing list.