[latex3-commits] [latex3/latex2e] latexlab/tagging-9: add dummy definition if tagging is not active (f1886044)
github at latex-project.org
github at latex-project.org
Sun Sep 3 00:24:26 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : latexlab/tagging-9
Link : https://github.com/latex3/latex2e/commit/f18860449932133e6183dcfae108d90842e5ad28
>---------------------------------------------------------------
commit f18860449932133e6183dcfae108d90842e5ad28
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sun Sep 3 00:24:26 2023 +0200
add dummy definition if tagging is not active
>---------------------------------------------------------------
f18860449932133e6183dcfae108d90842e5ad28
required/latex-lab/latex-lab-block.dtx | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/required/latex-lab/latex-lab-block.dtx b/required/latex-lab/latex-lab-block.dtx
index 7210ef3b..d31b9990 100644
--- a/required/latex-lab/latex-lab-block.dtx
+++ b/required/latex-lab/latex-lab-block.dtx
@@ -3436,7 +3436,7 @@
% All of the following definitions should only be made if tagging
% is active!
% \begin{macrocode}
-\tag_if_active:T {
+\tag_if_active:TF {
% \end{macrocode}
%
% \begin{macro}{\@@_beginpar_vmode:}
@@ -3914,16 +3914,16 @@
}
% \end{macrocode}
% \end{macro}
-%
-%
-%
-%
-%
-%
% End of tagging related declarations.
% \begin{macrocode}
}
% \end{macrocode}
+% These command should have a dummy declaration if tagging is not active
+% \begin{macrocode}
+{
+ \cs_new:Npn \@@_start_para_structure_unconditionally:n #1 {}
+}
+% \end{macrocode}
%
%
%
More information about the latex3-commits
mailing list.