[latex3-commits] [latex3/latex2e] tagging-134: fix some tlgs (168dfcc9d)

github at latex-project.org github at latex-project.org
Sat Jul 13 18:33:58 CEST 2024


Repository : https://github.com/latex3/latex2e
On branch  : tagging-134
Link       : https://github.com/latex3/latex2e/commit/168dfcc9d6a8563bc5ada357f7625125f727b928

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

commit 168dfcc9d6a8563bc5ada357f7625125f727b928
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sat Jul 13 18:33:58 2024 +0200

    fix some tlgs


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

168dfcc9d6a8563bc5ada357f7625125f727b928
 required/latex-lab/testfiles-table-luatex/table-005.tlg         | 2 ++
 required/latex-lab/testfiles-table-pdftex/table-005.tlg         | 2 ++
 required/latex-lab/testfiles-table-pdftex/table-008-disable.tlg | 4 ++++
 required/latex-lab/update-table.sh                              | 1 +
 4 files changed, 9 insertions(+)

diff --git a/required/latex-lab/testfiles-table-luatex/table-005.tlg b/required/latex-lab/testfiles-table-luatex/table-005.tlg
index d197957a8..2d496be51 100644
--- a/required/latex-lab/testfiles-table-luatex/table-005.tlg
+++ b/required/latex-lab/testfiles-table-luatex/table-005.tlg
@@ -52,6 +52,8 @@ LaTeX Font Info:    External font `cmex10' loaded for size
 [Sockets] ==> Replacing plug 'Table' with 'noop' in socket 'tagsupport/tbl/vmode/begin'.
 [Sockets] ==> Replacing plug 'Table' with 'noop' in socket 'tagsupport/tbl/vmode/end'.
 [Sockets] ==> Replacing plug 'code' with 'noop' in socket 'tagsupport/tbl/colspan'.
+[Sockets] ==> Replacing plug 'code' with 'noop' in socket 'tagsupport/tbl/leaders/begin'.
+[Sockets] ==> Replacing plug 'code' with 'noop' in socket 'tagsupport/tbl/leaders/end'.
 ==> Table has 1 columns
 [Sockets] ==> Socket 'tagsupport/tbl/init' containing plug 'noop' used.
 ==> saved cell data: 0,0,1 (outer level)
diff --git a/required/latex-lab/testfiles-table-pdftex/table-005.tlg b/required/latex-lab/testfiles-table-pdftex/table-005.tlg
index c7f8d1bd0..35a61fece 100644
--- a/required/latex-lab/testfiles-table-pdftex/table-005.tlg
+++ b/required/latex-lab/testfiles-table-pdftex/table-005.tlg
@@ -53,6 +53,8 @@ LaTeX Font Info:    External font `cmex10' loaded for size
 [Sockets] ==> Replacing plug 'Table' with 'noop' in socket 'tagsupport/tbl/vmode/begin'.
 [Sockets] ==> Replacing plug 'Table' with 'noop' in socket 'tagsupport/tbl/vmode/end'.
 [Sockets] ==> Replacing plug 'code' with 'noop' in socket 'tagsupport/tbl/colspan'.
+[Sockets] ==> Replacing plug 'code' with 'noop' in socket 'tagsupport/tbl/leaders/begin'.
+[Sockets] ==> Replacing plug 'code' with 'noop' in socket 'tagsupport/tbl/leaders/end'.
 ==> Table has 1 columns
 [Sockets] ==> Socket 'tagsupport/tbl/init' containing plug 'noop' used.
 ==> saved cell data: 0,0,1 (outer level)
diff --git a/required/latex-lab/testfiles-table-pdftex/table-008-disable.tlg b/required/latex-lab/testfiles-table-pdftex/table-008-disable.tlg
index 642923e54..496483a81 100644
--- a/required/latex-lab/testfiles-table-pdftex/table-008-disable.tlg
+++ b/required/latex-lab/testfiles-table-pdftex/table-008-disable.tlg
@@ -49,6 +49,8 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'.
 [Sockets] ==> Replacing plug 'Table' with 'noop' in socket 'tagsupport/tbl/vmode/begin'.
 [Sockets] ==> Replacing plug 'Table' with 'noop' in socket 'tagsupport/tbl/vmode/end'.
 [Sockets] ==> Replacing plug 'code' with 'noop' in socket 'tagsupport/tbl/colspan'.
+[Sockets] ==> Replacing plug 'code' with 'noop' in socket 'tagsupport/tbl/leaders/begin'.
+[Sockets] ==> Replacing plug 'code' with 'noop' in socket 'tagsupport/tbl/leaders/end'.
 [Sockets] ==> Socket 'tagsupport/tbl/hmode/begin' containing plug 'noop' used.
 LaTeX Font Info:    External font `cmex10' loaded for size
 (Font)              <7> on input line ....
@@ -133,6 +135,8 @@ Package tagpdf Info: Parent-Child 'P' --> 'MC'.
 [Sockets] ==> Replacing plug 'Table' with 'Table' in socket 'tagsupport/tbl/vmode/begin'.
 [Sockets] ==> Replacing plug 'Table' with 'Table' in socket 'tagsupport/tbl/vmode/end'.
 [Sockets] ==> Replacing plug 'code' with 'code' in socket 'tagsupport/tbl/colspan'.
+[Sockets] ==> Replacing plug 'code' with 'code' in socket 'tagsupport/tbl/leaders/begin'.
+[Sockets] ==> Replacing plug 'code' with 'code' in socket 'tagsupport/tbl/leaders/end'.
 [Sockets] ==> Socket 'tagsupport/tbl/hmode/begin' containing plug 'Table' used.
 Package tagpdf Info: text has been pushed to the mc stack
 tagpdf DEBUG Info: MC end inserted [on line ...]
diff --git a/required/latex-lab/update-table.sh b/required/latex-lab/update-table.sh
index 0636cd2ae..ea719ccc3 100644
--- a/required/latex-lab/update-table.sh
+++ b/required/latex-lab/update-table.sh
@@ -9,6 +9,7 @@ l3build save -cconfig-table-pdftex \
 	table-006-longtable \
 	table-007-longtable \
 	table-008-multi \
+	table-008-disable \
 	table-009 \
 	table-009-pdf \
 	table-010-longtable-pdf \





More information about the latex3-commits mailing list.