diff options
author | Karl Berry <karl@freefriends.org> | 2023-08-19 20:43:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-08-19 20:43:52 +0000 |
commit | b3561b2ea4a2c4f0b07db0cf5304a28eb9b979e2 (patch) | |
tree | c694461e63c376f6a940344869d21e50459e3f49 /Master/texmf-dist/tex | |
parent | 31f5ca25b2fc6d2a135960eedb53f25f89c64ce7 (diff) |
luacolor (19aug23)
git-svn-id: svn://tug.org/texlive/trunk@67987 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/luacolor/luacolor.lua | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/luacolor/luacolor.sty | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/luacolor/luacolor.lua b/Master/texmf-dist/tex/latex/luacolor/luacolor.lua index 851b72c5190..b2cf4e9d8d0 100644 --- a/Master/texmf-dist/tex/latex/luacolor/luacolor.lua +++ b/Master/texmf-dist/tex/latex/luacolor/luacolor.lua @@ -9,11 +9,11 @@ -- This is a generated file. -- -- Project: luacolor --- Version: 2021-02-17 v1.17 +-- Version: 2023-08-18 v1.18 -- -- Copyright (C) -- 2007, 2009-2011 Heiko Oberdiek --- 2016-2021 Oberdiek Package Support Group +-- 2016-2023 Oberdiek Package Support Group -- -- This work may be distributed and/or modified under the -- conditions of the LaTeX Project Public License, either @@ -31,7 +31,6 @@ -- Heiko Oberdiek and the Oberdiek Package Support Group -- https://github.com/ho-tex/luacolor/issues -- --- -- This work consists of the main source file luacolor.dtx -- and the derived files -- luacolor.sty, luacolor.pdf, luacolor.ins, luacolor.drv, @@ -41,7 +40,7 @@ oberdiek = oberdiek or {} local luacolor = oberdiek.luacolor or {} oberdiek.luacolor = luacolor function luacolor.getversion() - tex.write("2021-02-17 v1.17") + tex.write("2023-08-18 v1.18") end local ifpdf = tonumber(tex.outputmode or tex.pdfoutput) > 0 local prefix diff --git a/Master/texmf-dist/tex/latex/luacolor/luacolor.sty b/Master/texmf-dist/tex/latex/luacolor/luacolor.sty index b82069ea648..7fd5f830d7d 100644 --- a/Master/texmf-dist/tex/latex/luacolor/luacolor.sty +++ b/Master/texmf-dist/tex/latex/luacolor/luacolor.sty @@ -9,11 +9,11 @@ %% This is a generated file. %% %% Project: luacolor -%% Version: 2021-02-17 v1.17 +%% Version: 2023-08-18 v1.18 %% %% Copyright (C) %% 2007, 2009-2011 Heiko Oberdiek -%% 2016-2021 Oberdiek Package Support Group +%% 2016-2023 Oberdiek Package Support Group %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -31,7 +31,6 @@ %% Heiko Oberdiek and the Oberdiek Package Support Group %% https://github.com/ho-tex/luacolor/issues %% -%% %% This work consists of the main source file luacolor.dtx %% and the derived files %% luacolor.sty, luacolor.pdf, luacolor.ins, luacolor.drv, @@ -89,7 +88,7 @@ \edef\LuaCol@AtEnd{\LuaCol@AtEnd\noexpand\endinput} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luacolor}% - [2021-02-17 v1.17 Color support via LuaTeX's attributes (HO)] + [2023-08-18 v1.18 Color support via LuaTeX's attributes (HO)] \RequirePackage{color} \ifx\directlua\@undefined \PackageError{luacolor}{% @@ -112,7 +111,7 @@ require("luacolor")% } \begingroup - \edef\x{\directlua{tex.write("2021-02-17 v1.17")}}% + \edef\x{\directlua{tex.write("2023-08-18 v1.18")}}% \edef\y{% \directlua{% if oberdiek.luacolor.getversion then % @@ -169,6 +168,7 @@ oberdiek.luacolor.get("\luaescapestring{\current@color}")% }% }% + \aftergroup\reset@color } \def\reset@color{} \def\luacolorProcessBox#1{% |