From 553e9726f51a42d6c41518390dad709caa19c9ca Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 11 May 2022 19:52:50 +0000 Subject: tagpdf (11may22) git-svn-id: svn://tug.org/texlive/trunk@63282 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/source/latex/tagpdf/tagpdf-mc-luacode.dtx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist/source/latex/tagpdf/tagpdf-mc-luacode.dtx') diff --git a/Master/texmf-dist/source/latex/tagpdf/tagpdf-mc-luacode.dtx b/Master/texmf-dist/source/latex/tagpdf/tagpdf-mc-luacode.dtx index d8dba57fd1b..af6dbd1b395 100644 --- a/Master/texmf-dist/source/latex/tagpdf/tagpdf-mc-luacode.dtx +++ b/Master/texmf-dist/source/latex/tagpdf/tagpdf-mc-luacode.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -%% File: tagpdf-mc.dtx +%% File: tagpdf-mc-luacode.dtx % % Copyright (C) 2019-2022 Ulrike Fischer % @@ -22,11 +22,7 @@ % % for those people who are interested. %<*driver> -\RequirePackage{pdfmanagement-testphase} -\DeclareDocumentMetadata{} -\makeatletter -\declare@file@substitution{doc.sty}{doc-v3beta.sty} -\makeatother +\DocumentMetadata{} \documentclass{l3doc} \usepackage{array,booktabs,caption} \hypersetup{pdfauthor=Ulrike Fischer, @@ -50,7 +46,7 @@ % }^^A % } % -% \date{Version 0.93, released 2022-01-13} +% \date{Version 0.94, released 2022-05-11} % \maketitle % \begin{implementation} % The code is splitted into three parts: code shared by all engines, @@ -90,7 +86,7 @@ % \begin{macrocode} %<@@=tag> %<*luamode> -\ProvidesExplPackage {tagpdf-mc-code-lua} {2022-01-13} {0.93} +\ProvidesExplPackage {tagpdf-mc-code-lua} {2022-05-11} {0.94} {tagpdf - mc code only for the luamode } % % \end{macrocode} @@ -294,7 +290,7 @@ % We currently don't check if there is nesting as it doesn't matter so % much in lua. % \begin{macrocode} -\cs_new_protected:Nn \tag_mc_begin:n +\cs_set_protected:Nn \tag_mc_begin:n { \@@_check_if_active_mc:T { @@ -331,7 +327,7 @@ % % TODO: check how the use command must be guarded. % \begin{macrocode} -\cs_new_protected:Nn \tag_mc_end: +\cs_set_protected:Nn \tag_mc_end: { \@@_check_if_active_mc:T { -- cgit v1.2.3