[latex3-commits] [git/LaTeX3-latex3-latex3] master: Move l3image to public area (bed65bf)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue May 7 22:58:06 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/bed65bf0a97caa5f45bef0bb37b5dca28018b262
>---------------------------------------------------------------
commit bed65bf0a97caa5f45bef0bb37b5dca28018b262
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue May 7 21:58:02 2019 +0100
Move l3image to public area
>---------------------------------------------------------------
bed65bf0a97caa5f45bef0bb37b5dca28018b262
l3experimental/CHANGELOG.md | 4 ++++
l3experimental/README.md | 7 +++++++
{l3trial => l3experimental}/l3image/build.lua | 2 +-
{l3trial => l3experimental}/l3image/l3image.dtx | 2 +-
{l3trial => l3experimental}/l3image/l3image.ins | 0
{l3trial => l3experimental}/l3image/testfiles/m3image000.lvt | 0
{l3trial => l3experimental}/l3image/testfiles/m3image000.tlg | 0
7 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/l3experimental/CHANGELOG.md b/l3experimental/CHANGELOG.md
index 8233867..0c914c6 100644
--- a/l3experimental/CHANGELOG.md
+++ b/l3experimental/CHANGELOG.md
@@ -7,6 +7,10 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+### Added
+
+- New `l3image` module
+
## [2019-05-03]
## Fixed
diff --git a/l3experimental/README.md b/l3experimental/README.md
index 8fc0ad6..c4ddf60 100644
--- a/l3experimental/README.md
+++ b/l3experimental/README.md
@@ -25,6 +25,7 @@ bundles:
* `l3cctab`
* `l3color`
* `l3draw`
+* `l3image`
* `l3str`
* `l3sys-shell`
* `xcoffins`
@@ -57,6 +58,12 @@ This module provides a code-level interface for constructing drawings. The
interfaces are heavily inspired by the `pgf` layer of the widely-used
TikZ system.
+`l3image`
+-------------
+
+This module provides interfaces for the inclusion of image (graphics) files
+in documents, similar to the `graphics` package.
+
`l3str`
-------
diff --git a/l3trial/l3image/build.lua b/l3experimental/l3image/build.lua
similarity index 94%
rename from l3trial/l3image/build.lua
rename to l3experimental/l3image/build.lua
index 5ec3b3a..9c3e266 100644
--- a/l3trial/l3image/build.lua
+++ b/l3experimental/l3image/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 = "l3image"
-- Location of main directory: use Unix-style path separators
diff --git a/l3trial/l3image/l3image.dtx b/l3experimental/l3image/l3image.dtx
similarity index 99%
rename from l3trial/l3image/l3image.dtx
rename to l3experimental/l3image/l3image.dtx
index 3f0948d..622f350 100644
--- a/l3trial/l3image/l3image.dtx
+++ b/l3experimental/l3image/l3image.dtx
@@ -9,7 +9,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/l3image/l3image.ins b/l3experimental/l3image/l3image.ins
similarity index 100%
rename from l3trial/l3image/l3image.ins
rename to l3experimental/l3image/l3image.ins
diff --git a/l3trial/l3image/testfiles/m3image000.lvt b/l3experimental/l3image/testfiles/m3image000.lvt
similarity index 100%
rename from l3trial/l3image/testfiles/m3image000.lvt
rename to l3experimental/l3image/testfiles/m3image000.lvt
diff --git a/l3trial/l3image/testfiles/m3image000.tlg b/l3experimental/l3image/testfiles/m3image000.tlg
similarity index 100%
rename from l3trial/l3image/testfiles/m3image000.tlg
rename to l3experimental/l3image/testfiles/m3image000.tlg
More information about the latex3-commits
mailing list