[latex3-commits] [latex3/latex3] main: Use @@ convention in Lua opacity backend code (096d4ec65)

github at latex-project.org github at latex-project.org
Sun Nov 5 21:03:17 CET 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/096d4ec65e01961a5412d32eca2dc12e33a789df

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

commit 096d4ec65e01961a5412d32eca2dc12e33a789df
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Nov 5 20:03:17 2023 +0000

    Use @@ convention in Lua opacity backend code


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

096d4ec65e01961a5412d32eca2dc12e33a789df
 l3backend/l3backend-opacity.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3backend/l3backend-opacity.dtx b/l3backend/l3backend-opacity.dtx
index eecc8376b..b0a6e24b1 100644
--- a/l3backend/l3backend-opacity.dtx
+++ b/l3backend/l3backend-opacity.dtx
@@ -310,7 +310,7 @@ local pdfmanagement_active do
 end
 
 if pdfmanagement_active and luaotfload and luaotfload.set_transparent_colorstack then
-  luaotfload.set_transparent_colorstack(function() return token.create'c__opacity_backend_stack_int'.index end)
+  luaotfload.set_transparent_colorstack(function() return token.create'c_@@_backend_stack_int'.index end)
 
   local transparent_register = {
     token.create'pdfmanagement_add:nnn',





More information about the latex3-commits mailing list.