[latex3-commits] [git/LaTeX3-latex3-latex3] master: Move l3pdf to l3experimental (7f6aee42c)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Jul 1 17:27:52 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/7f6aee42cda74ae323be97c1b3051c2a5eece53b

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

commit 7f6aee42cda74ae323be97c1b3051c2a5eece53b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Jul 1 16:27:52 2019 +0100

    Move l3pdf to l3experimental


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

7f6aee42cda74ae323be97c1b3051c2a5eece53b
 l3experimental/CHANGELOG.md                              | 4 ++++
 l3experimental/README.md                                 | 7 +++++++
 {l3trial => l3experimental}/l3pdf/build.lua              | 2 +-
 {l3trial => l3experimental}/l3pdf/l3pdf-code.tex         | 2 +-
 {l3trial => l3experimental}/l3pdf/l3pdf.dtx              | 2 +-
 {l3trial => l3experimental}/l3pdf/l3pdf.ins              | 2 +-
 {l3trial => l3experimental}/l3pdf/testfiles/m3pdf000.lvt | 0
 {l3trial => l3experimental}/l3pdf/testfiles/m3pdf000.tlg | 0
 {l3trial => l3experimental}/l3pdf/testfiles/m3pdf001.lvt | 0
 {l3trial => l3experimental}/l3pdf/testfiles/m3pdf001.tlg | 0
 10 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/l3experimental/CHANGELOG.md b/l3experimental/CHANGELOG.md
index 300ddc9b6..177488f92 100644
--- a/l3experimental/CHANGELOG.md
+++ b/l3experimental/CHANGELOG.md
@@ -7,6 +7,10 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+### Added
+
+- New module `l3pdf`
+
 ### Removed
 
 - `l3str-convert` module: moved to `l3kernel` (`expl3` core)
diff --git a/l3experimental/README.md b/l3experimental/README.md
index 669805acb..bf97f9cf4 100644
--- a/l3experimental/README.md
+++ b/l3experimental/README.md
@@ -26,6 +26,7 @@ bundles:
 * `l3color`
 * `l3draw`
 * `l3graphics`
+* `l3pdf`
 * `l3str`
 * `l3sys-shell`
 * `xcoffins`
@@ -64,6 +65,12 @@ TikZ system.
 This module provides interfaces for the inclusion of graphics files
 in documents, similar to the `graphics` package.
 
+`l3pdf`
+-------
+
+This module provides support for core PDF concepts such compression, objects,
+PDF version and so on.
+
 `l3str`
 -------
 
diff --git a/l3trial/l3pdf/build.lua b/l3experimental/l3pdf/build.lua
similarity index 95%
rename from l3trial/l3pdf/build.lua
rename to l3experimental/l3pdf/build.lua
index ccdeef54c..e9ac3aad0 100644
--- a/l3trial/l3pdf/build.lua
+++ b/l3experimental/l3pdf/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 = "l3pdf"
 
 -- Location of main directory: use Unix-style path separators
diff --git a/l3trial/l3pdf/l3pdf-code.tex b/l3experimental/l3pdf/l3pdf-code.tex
similarity index 93%
rename from l3trial/l3pdf/l3pdf-code.tex
rename to l3experimental/l3pdf/l3pdf-code.tex
index 88550387e..a93342f1f 100644
--- a/l3trial/l3pdf/l3pdf-code.tex
+++ b/l3experimental/l3pdf/l3pdf-code.tex
@@ -11,7 +11,7 @@ of this license is in the file
 
    https://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.
 
 The released version of this bundle is available from CTAN.
diff --git a/l3trial/l3pdf/l3pdf.dtx b/l3experimental/l3pdf/l3pdf.dtx
similarity index 99%
rename from l3trial/l3pdf/l3pdf.dtx
rename to l3experimental/l3pdf/l3pdf.dtx
index c8001cd7f..9d8825f90 100644
--- a/l3trial/l3pdf/l3pdf.dtx
+++ b/l3experimental/l3pdf/l3pdf.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.
 %
 % -----------------------------------------------------------------------
diff --git a/l3trial/l3pdf/l3pdf.ins b/l3experimental/l3pdf/l3pdf.ins
similarity index 95%
rename from l3trial/l3pdf/l3pdf.ins
rename to l3experimental/l3pdf/l3pdf.ins
index 95fac09b7..d39eefa11 100644
--- a/l3trial/l3pdf/l3pdf.ins
+++ b/l3experimental/l3pdf/l3pdf.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.
 
 -----------------------------------------------------------------------
diff --git a/l3trial/l3pdf/testfiles/m3pdf000.lvt b/l3experimental/l3pdf/testfiles/m3pdf000.lvt
similarity index 100%
rename from l3trial/l3pdf/testfiles/m3pdf000.lvt
rename to l3experimental/l3pdf/testfiles/m3pdf000.lvt
diff --git a/l3trial/l3pdf/testfiles/m3pdf000.tlg b/l3experimental/l3pdf/testfiles/m3pdf000.tlg
similarity index 100%
rename from l3trial/l3pdf/testfiles/m3pdf000.tlg
rename to l3experimental/l3pdf/testfiles/m3pdf000.tlg
diff --git a/l3trial/l3pdf/testfiles/m3pdf001.lvt b/l3experimental/l3pdf/testfiles/m3pdf001.lvt
similarity index 100%
rename from l3trial/l3pdf/testfiles/m3pdf001.lvt
rename to l3experimental/l3pdf/testfiles/m3pdf001.lvt
diff --git a/l3trial/l3pdf/testfiles/m3pdf001.tlg b/l3experimental/l3pdf/testfiles/m3pdf001.tlg
similarity index 100%
rename from l3trial/l3pdf/testfiles/m3pdf001.tlg
rename to l3experimental/l3pdf/testfiles/m3pdf001.tlg





More information about the latex3-commits mailing list