[latex3-commits] [git/LaTeX3-latex3-latex3] luacolor: First steps in using Lua for color (b2d408834)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Jun 4 13:55:49 CEST 2021
Repository : https://github.com/latex3/latex3
On branch : luacolor
Link : https://github.com/latex3/latex3/commit/b2d4088344f5ff9de235e9905f7024dd7f5bb4ef
>---------------------------------------------------------------
commit b2d4088344f5ff9de235e9905f7024dd7f5bb4ef
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Jun 4 12:55:43 2021 +0100
First steps in using Lua for color
Just PDF mode at the moment, and xform boxes are
not covered.
>---------------------------------------------------------------
b2d4088344f5ff9de235e9905f7024dd7f5bb4ef
l3backend/build.lua | 2 +-
l3backend/l3backend-color.dtx | 347 +++++++++-
l3backend/l3backend.ins | 26 +
.../l3draw/testfiles/m3draw003.luatex.tlg | 727 +++++++++++++++++++++
.../l3draw/testfiles/m3draw004.luatex.tlg | 443 +++++++++++++
.../l3draw/testfiles/m3draw005.luatex.tlg | 83 +++
.../l3draw/testfiles/m3draw006.luatex.tlg | 350 ++++++++++
.../l3draw/testfiles/m3draw007.luatex.tlg | 138 ++++
.../xcoffins/testfiles/xcoffins002.luatex.tlg | 2 -
.../xcoffins/testfiles/xcoffins003.luatex.tlg | 16 -
l3kernel/testfiles/d3pdfmode.luatex.tlg | 5 +-
l3kernel/testfiles/d3xetex.luatex.tlg | 5 +-
l3kernel/testfiles/m3coffins001.luatex.tlg | 274 --------
.../{m3color001.tlg => m3color001.luatex.tlg} | 32 +-
.../{m3color003.tlg => m3color003.luatex.tlg} | 20 +-
l3kernel/testfiles/m3expl001.luatex.tlg | 4 +
l3kernel/testfiles/m3expl001.tlg | 1 +
l3kernel/testfiles/m3expl001.xetex.tlg | 1 +
l3kernel/testfiles/m3expl002.luatex.tlg | 3 +
l3kernel/testfiles/m3expl003.luatex.tlg | 4 +
l3kernel/testfiles/m3expl003.tlg | 1 +
l3kernel/testfiles/m3expl003.xetex.tlg | 1 +
l3kernel/testfiles/m3expl004.luatex.tlg | 3 +
l3kernel/testfiles/m3expl006.luatex.tlg | 3 +
l3kernel/testfiles/m3expl007.luatex.tlg | 3 +
l3trial/xbox/testfiles/xbox001.luatex.tlg | 54 --
l3trial/xbox/testfiles/xbox002.luatex.tlg | 36 -
27 files changed, 2154 insertions(+), 430 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --textconv --cc b2d4088344f5ff9de235e9905f7024dd7f5bb4ef
More information about the latex3-commits
mailing list.