[latex3-commits] [latex3/latex2e] develop: Fixes missing argument of a \newsocket (#1557) (d599ba6f8)

github at latex-project.org github at latex-project.org
Thu Nov 21 18:11:29 CET 2024


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/d599ba6f81f0527e1857eb17761d1f15fe876bf2

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

commit d599ba6f81f0527e1857eb17761d1f15fe876bf2
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Nov 21 18:11:29 2024 +0100

    Fixes missing argument of a \newsocket (#1557)
    
    * correct missing argument in socket declaration
    
    * correct changes entry


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

d599ba6f81f0527e1857eb17761d1f15fe876bf2
 required/latex-lab/changes.txt         | 3 +++
 required/latex-lab/latex-lab-float.dtx | 9 +++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/required/latex-lab/changes.txt b/required/latex-lab/changes.txt
index 6142c3b81..effd0b35f 100644
--- a/required/latex-lab/changes.txt
+++ b/required/latex-lab/changes.txt
@@ -1,3 +1,6 @@
+2024-11-21 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+	* latex-lab-float.dtx: Correct socket declaration.
+
 2024-11-18 Joseph Wright <Joseph.Wright at latex-project.org>
 	* latex-lab-math.dtx: Use "@@" for a couple of internals
 
diff --git a/required/latex-lab/latex-lab-float.dtx b/required/latex-lab/latex-lab-float.dtx
index 536aa09cf..0bbf7b7eb 100644
--- a/required/latex-lab/latex-lab-float.dtx
+++ b/required/latex-lab/latex-lab-float.dtx
@@ -16,8 +16,8 @@
 %
 % for those people who are interested or want to report an issue.
 %
-\def\ltlabfloatdate{2024-09-20}
-\def\ltlabfloatversion{0.81f}
+\def\ltlabfloatdate{2024-11-21}
+\def\ltlabfloatversion{0.81g}
 %<*driver>
 \documentclass{l3doc}
 \EnableCrossrefs
@@ -549,11 +549,12 @@
  }
 %    \end{macrocode}
 % These socket are currently defined in tagpdf.
+% \changes{v0.81g}{2024-11-21}{add missing argument to socket}
 %    \begin{macrocode}
 \str_if_exist:cF { l__socket_tagsupport/para/begin_plug_str } 
  {
-   \NewSocket{tagsupport/para/begin} 
-   \NewSocket{tagsupport/para/end} 
+   \NewSocket{tagsupport/para/begin}{0} 
+   \NewSocket{tagsupport/para/end}{0} 
  }
 %    \end{macrocode}
 %





More information about the latex3-commits mailing list.