[latex3-commits] [latex3/latex2e] UF-latexlab-toc: use default as plug name (4b15165e8)
github at latex-project.org
github at latex-project.org
Thu Jul 11 14:55:01 CEST 2024
Repository : https://github.com/latex3/latex2e
On branch : UF-latexlab-toc
Link : https://github.com/latex3/latex2e/commit/4b15165e8a4015cb6a28fe9eafbd479b5d95b76c
>---------------------------------------------------------------
commit 4b15165e8a4015cb6a28fe9eafbd479b5d95b76c
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Thu Jul 11 14:55:01 2024 +0200
use default as plug name
>---------------------------------------------------------------
4b15165e8a4015cb6a28fe9eafbd479b5d95b76c
required/latex-lab/latex-lab-toc.dtx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/required/latex-lab/latex-lab-toc.dtx b/required/latex-lab/latex-lab-toc.dtx
index d0a695fcf..30cd1f4f8 100644
--- a/required/latex-lab/latex-lab-toc.dtx
+++ b/required/latex-lab/latex-lab-toc.dtx
@@ -320,11 +320,11 @@
% \end{macrocode}
% Now map it into the config point:
% \begin{macrocode}
-\NewSocketPlug{tagsupport/toc/contentsline/before}{tagged}
+\NewSocketPlug{tagsupport/toc/contentsline/before}{default}
{
\@@_toc_contentsline_begin:nnnn #1
}
-\AssignSocketPlug{tagsupport/toc/contentsline/before}{tagged}
+\AssignSocketPlug{tagsupport/toc/contentsline/before}{default}
% \end{macrocode}
% \end{macro}
%
@@ -355,11 +355,11 @@
% \end{macrocode}
% Now we map it to the config point
% \begin{macrocode}
-\NewSocketPlug{tagsupport/toc/contentsline/after}{tagged}
+\NewSocketPlug{tagsupport/toc/contentsline/after}{default}
{
\@@_toc_contentsline_end:nnnn #1
}
-\AssignSocketPlug{tagsupport/toc/contentsline/after}{tagged}
+\AssignSocketPlug{tagsupport/toc/contentsline/after}{default}
% \end{macrocode}
% \end{macro}
%
More information about the latex3-commits
mailing list.