[latex3-commits] [latex3/latex2e] tagging705-float: merge develop (51d5aeb9)
github at latex-project.org
github at latex-project.org
Tue Sep 17 12:33:14 CEST 2024
Repository : https://github.com/latex3/latex2e
On branch : tagging705-float
Link : https://github.com/latex3/latex2e/commit/51d5aeb9cf4fb7ec7d697d42a2c40ea5de526083
>---------------------------------------------------------------
commit 51d5aeb9cf4fb7ec7d697d42a2c40ea5de526083
Merge: 716ba896 bdb49dc7
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue Sep 17 12:33:14 2024 +0200
merge develop
>---------------------------------------------------------------
51d5aeb9cf4fb7ec7d697d42a2c40ea5de526083
base/changes.txt | 11 +
base/doc/clsguide.tex | 21 +-
base/doc/ltnews40.tex | 9 +
base/doc/lttemplates-code.tex | 5 +
base/doc/lttemplates-doc.tex | 8 +
base/ltproperties.dtx | 15 +-
base/ltspace.dtx | 1 -
required/latex-lab/changes.txt | 6 +-
required/latex-lab/documentmetadata-support.dtx | 6 +-
.../testfiles-float/float-010-outside.luatex.tlg | 16 +-
.../testfiles-float/float-010-outside.tlg | 16 +-
.../testfiles-minipage/minipage-001.luatex.tlg | 28 +-
.../latex-lab/testfiles-minipage/minipage-001.tlg | 28 +-
.../minipage-002-todo.luatex.tlg | 12 +-
.../testfiles-minipage/minipage-002-todo.tlg | 12 +-
.../testfiles-table-luatex/table-004-tabularx.tlg | 16 +-
.../latex-lab/testfiles-table-luatex/table-005.tlg | 8 +-
.../testfiles-table-luatex/table-006-longtable.tlg | 24 +-
.../testfiles-table-luatex/table-007-longtable.tlg | 16 +-
.../testfiles-table-luatex/table-008-multi.tlg | 8 +-
.../latex-lab/testfiles-table-luatex/table-009.tlg | 8 +-
.../testfiles-table-pdftex/table-004-tabularx.tlg | 16 +-
.../latex-lab/testfiles-table-pdftex/table-005.tlg | 8 +-
.../testfiles-table-pdftex/table-006-longtable.tlg | 24 +-
.../testfiles-table-pdftex/table-007-longtable.tlg | 16 +-
.../testfiles-table-pdftex/table-008-disable.tlg | 8 +-
.../testfiles-table-pdftex/table-008-multi.tlg | 8 +-
.../latex-lab/testfiles-table-pdftex/table-009.tlg | 8 +-
.../latex-lab/testfiles-toc/toc-debug.luatex.tlg | 12 +-
required/latex-lab/testfiles-toc/toc-debug.tlg | 12 +-
required/tools/build.lua | 20 ++
required/tools/changes.txt | 23 +-
required/tools/tools.ins | 17 +-
.../latex/pdfmanagement-testphase/color-ltx.sty | 2 +-
.../colorspace-patches-tmp-ltx.sty | 4 +-
.../pdfmanagement-testphase/hgeneric-testphase.def | 2 +-
.../l3backend-testphase-dvipdfmx.def | 2 +-
.../l3backend-testphase-dvips.def | 2 +-
.../l3backend-testphase-dvisvgm.def | 2 +-
.../l3backend-testphase-luatex.def | 2 +-
.../l3backend-testphase-pdftex.def | 2 +-
.../l3backend-testphase-xetex.def | 2 +-
.../l3pdffield-testphase.sty | 2 +-
.../pdfmanagement-firstaid.sty | 2 +-
.../pdfmanagement-testphase.ltx | 108 +++++---
.../pdfmanagement-testphase.sty | 2 +-
.../xcolor-patches-tmp-ltx.sty | 2 +-
texmf/tex/latex/tagpdf/tagpdf-base.sty | 4 +-
texmf/tex/latex/tagpdf/tagpdf-debug-generic.sty | 2 +-
texmf/tex/latex/tagpdf/tagpdf-debug-lua.sty | 2 +-
texmf/tex/latex/tagpdf/tagpdf-debug.sty | 51 ++--
texmf/tex/latex/tagpdf/tagpdf-luatex.def | 8 +-
texmf/tex/latex/tagpdf/tagpdf-mc-code-generic.sty | 2 +-
texmf/tex/latex/tagpdf/tagpdf-mc-code-lua.sty | 2 +-
texmf/tex/latex/tagpdf/tagpdf-ns-latex-book.def | 2 +-
texmf/tex/latex/tagpdf/tagpdf-ns-latex.def | 2 +-
texmf/tex/latex/tagpdf/tagpdf-ns-mathml.def | 2 +-
texmf/tex/latex/tagpdf/tagpdf-ns-pdf.def | 2 +-
texmf/tex/latex/tagpdf/tagpdf-ns-pdf2.def | 2 +-
texmf/tex/latex/tagpdf/tagpdf-parent-child-2.csv | 2 +-
texmf/tex/latex/tagpdf/tagpdf-parent-child.csv | 2 +-
texmf/tex/latex/tagpdf/tagpdf.lua | 4 +-
texmf/tex/latex/tagpdf/tagpdf.sty | 83 ++++--
texmf/tex/latex/tagpdf/tagpdfdocu-patches.sty | 293 ---------------------
64 files changed, 456 insertions(+), 591 deletions(-)
diff --cc base/changes.txt
index 03b5aacb,f859015c..e84e442c
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -5,9 -5,18 +5,20 @@@ hotfixes). It is provided for convenien
to completeness or accuracy and it contains some references to files that are
not part of the distribution.
================================================================================
+2024-09-13 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+ * lttagging.dtx: declare tagging sockets for floats
+ 2024-09-15 Joseph Wright <Joseph.Wright at latex-project.org>
+
+ * lttemplates-doc.tex, lttemplates-code.tex:
+ New files
+ * clsguide.tex
+ Link to template documentation
+
+ 2024-09-12 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+ * ltproperties.dtx: remove @filesw-test in \__property_record:nn,
+ see https://github.com/latex3/tagging-project/issues/696
+
2024-09-11 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* lterror.dtx (subsection{Specific errors}):
diff --cc required/latex-lab/changes.txt
index 1250f157,f55d02d1..945fdafe
--- a/required/latex-lab/changes.txt
+++ b/required/latex-lab/changes.txt
@@@ -1,6 -1,7 +1,10 @@@
- 2024-09-13 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
++2024-09-17 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+ * latex-lab-float.dtx: switch to tagging sockets
+
+ 2024-09-13 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+ * documentmetadata-support.dtx: change warning to error if pdfstandard is unknown,
+ see https://github.com/latex3/pdfresources/issues/77#issuecomment-2329522654.
+
2024-09-03 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
* documentmetadata-support.dtx: switch to T1 encoding by default for non-Unicode
engines.
diff --cc required/tools/changes.txt
index 8e11704d,4f4c60d7..e0d4b479
--- a/required/tools/changes.txt
+++ b/required/tools/changes.txt
@@@ -1,6 -1,10 +1,20 @@@
- 2024-09-14 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
++=======================================================================
++This file lists changes to the LaTeX2e files in reverse chronological order.
++It is provided for convenience only. It therefore makes no claims to
++completeness or accuracy and it contains some references to files that
++are not part of the distribution.
++=======================================================================
++
++2024-09-17 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+ * multicol.dtx: add tagging support (tagging/705)
+
+ 2024-09-12 David Carlisle <David.Carlisle at latex-project.org>
+
+ * build.lua, tools.ins:
+ Modify fileerr extraction to write rename-to-empty-base.tex rather than .tex
+ to comply with expected security change in texlive 2025
+ build.lua modified to rename rename-to-empty-base.tex to .tex after unpacking.
+
2024-08-13 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
* longtable.dtx:
@@@ -12,13 -16,13 +26,6 @@@
* array.dtx (subsection{Handling \cs{cline}}):
Support for tagging \cline (tagging/134)
--=======================================================================
--This file lists changes to the LaTeX2e files in reverse chronological order.
--It is provided for convenience only. It therefore makes no claims to
--completeness or accuracy and it contains some references to files that
--are not part of the distribution.
--=======================================================================
--
2024-07-04 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
* longtable.dtx:
More information about the latex3-commits
mailing list.