[latex3-commits] [git/LaTeX3-latex3-latex3] color: Merge branch 'master' into color (9c68871ab)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Feb 10 14:07:16 CET 2021
Repository : https://github.com/latex3/latex3
On branch : color
Link : https://github.com/latex3/latex3/commit/9c68871ab86f0be4aa6af6082e1905ae046e2135
>---------------------------------------------------------------
commit 9c68871ab86f0be4aa6af6082e1905ae046e2135
Merge: 7dfa64465 a8cda2400
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Feb 10 13:07:16 2021 +0000
Merge branch 'master' into color
>---------------------------------------------------------------
9c68871ab86f0be4aa6af6082e1905ae046e2135
.gitignore | 2 +
l3backend/CHANGELOG.md | 3 +
l3backend/l3backend-color.dtx | 28 +-
l3backend/l3backend-opacity.dtx | 6 +-
l3experimental/build.lua | 42 +--
l3kernel/CHANGELOG.md | 38 +--
l3kernel/build.lua | 10 +-
l3kernel/doc/source3body.tex | 4 +-
l3kernel/testfiles/m3expl001.luatex.tlg | 6 +-
l3kernel/testfiles/m3expl001.tlg | 6 +-
l3kernel/testfiles/m3expl003.luatex.tlg | 6 +-
l3kernel/testfiles/m3expl003.tlg | 6 +-
.../l3opacity/testfiles/m3opacity001.luatex.tlg | 324 +++++----------------
l3trial/l3opacity/testfiles/m3opacity001.tlg | 308 +++++---------------
.../{m3opacity001.tlg => m3opacity001.xetex.tlg} | 8 +-
15 files changed, 221 insertions(+), 576 deletions(-)
diff --cc l3experimental/build.lua
index 353ad7584,7f5a8c950..c95f3930d
--- a/l3experimental/build.lua
+++ b/l3experimental/build.lua
@@@ -20,28 -20,29 +20,28 @@@ uploadconfig =
bugtracker = "https://github.com/latex3/latex3/issues",
update = true,
description = [[
- The `l3experimental` packages are a collection of experimental
- implementations for aspects of the LaTeX3 kernel, dealing with
- higher-level ideas such as the Designer Interface. Some of them work as
- stand alone packages, providing new functionality, and can be used on
- top of LaTeX2e with no changes to the existing kernel.
+ The `l3experimental` packages are a collection of experimental
+ implementations for aspects of the LaTeX3 kernel, dealing with
+ higher-level ideas such as the Designer Interface. Some of them work as
+ stand alone packages, providing new functionality, and can be used on
+ top of LaTeX2e with no changes to the existing kernel.
- The present release includes:
- - `l3benchmark` for measuring the time taken by TeX to run certain code;
- - `l3cctab`, support for saving and restoring category codes en masse in a
- table;
- - `l3draw`, a code-level interface for constructing drawings;
- - `l3graphics`, an interfaces for the inclusion of graphics files;
- - `l3pdf`, support for core PDF concepts like compression, objects, PDF
- version and so on;
- - `l3str`, support for string manipulation;
- - `l3sys-shell`, which provides abstractions for common shell functions like
- file deletion and copying;
- - [`xcoffins`](https://ctan.org/pkg/xcoffins), which allows the alignment of
- boxes using a series of 'handle' positions, supplementing the simple TeX
- reference point;
- - [`xgalley`](https://ctan.org/pkg/xgalley), which controls boxes receiving
- text for typesetting.
+ The present release includes:
+ - `l3benchmark` for measuring the time taken by TeX to run certain code;
+ - `l3cctab`, support for saving and restoring category codes en masse in a
+ table;
-- `l3color`, support for setting colors using a range of color models;
+ - `l3draw`, a code-level interface for constructing drawings;
+ - `l3graphics`, an interfaces for the inclusion of graphics files;
+ - `l3pdf`, support for core PDF concepts like compression, objects, PDF
+ version and so on;
+ - `l3str`, support for string manipulation;
+ - `l3sys-shell`, which provides abstractions for common shell functions like
+ file deletion and copying;
+ - [`xcoffins`](https://ctan.org/pkg/xcoffins), which allows the alignment of
+ boxes using a series of 'handle' positions, supplementing the simple TeX
+ reference point;
+ - [`xgalley`](https://ctan.org/pkg/xgalley), which controls boxes receiving
+ text for typesetting.
]]
}
More information about the latex3-commits
mailing list.