[latex3-commits] [git/LaTeX3-latex3-latex2e] adapt-new-or: update versions, file dates and add changes entry (f00ccbaa)
Ulrike Fischer
fischer at troubleshooting-tex.de
Fri Nov 4 13:01:39 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : adapt-new-or
Link : https://github.com/latex3/latex2e/commit/f00ccbaa67ff05b5b3c778357abd0d82c7f9db7d
>---------------------------------------------------------------
commit f00ccbaa67ff05b5b3c778357abd0d82c7f9db7d
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Fri Nov 4 13:01:39 2022 +0100
update versions, file dates and add changes entry
>---------------------------------------------------------------
f00ccbaa67ff05b5b3c778357abd0d82c7f9db7d
required/latex-lab/changes.txt | 8 +++++
required/latex-lab/documentmetadata-support.dtx | 4 +--
required/latex-lab/latex-lab-new-or-1.dtx | 2 +-
required/latex-lab/latex-lab-new-or-2.dtx | 2 +-
required/latex-lab/latex-lab-testphase.dtx | 32 +++++++++++++++++
.../documentmetadata-support-000.luatex.tlg | 31 ----------------
.../documentmetadata-support-001.luatex.tlg | 42 ----------------------
.../documentmetadata-support-002.luatex.tlg | 40 ---------------------
.../testfiles/documentmetadata-support-002.tlg | 4 ++-
9 files changed, 47 insertions(+), 118 deletions(-)
diff --git a/required/latex-lab/changes.txt b/required/latex-lab/changes.txt
index b4b4df98..8d21ac17 100644
--- a/required/latex-lab/changes.txt
+++ b/required/latex-lab/changes.txt
@@ -1,3 +1,11 @@
+2022-04-11 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+
+ * documentmeta-support.dtx:
+ updated documentation
+ * moved output patches from pdfresources to in a new latex-lab-new-or-1
+ * reorganized new-or: number subfiles as new-or-1, new-or-2 and load all with new-or.
+
+
2022-07-22 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* latex-lab-footnotes.dtx (subsection{Document-level commands}):
diff --git a/required/latex-lab/documentmetadata-support.dtx b/required/latex-lab/documentmetadata-support.dtx
index 61ae166e..5ac3d023 100644
--- a/required/latex-lab/documentmetadata-support.dtx
+++ b/required/latex-lab/documentmetadata-support.dtx
@@ -18,8 +18,8 @@
% for those people who are interested or want to report an issue.
%
% \begin{macrocode}
-\def\documentmetadatasupportversion{1.0b}
-\def\documentmetadatasupportdate{2022-14-04}
+\def\documentmetadatasupportversion{1.0c}
+\def\documentmetadatasupportdate{2022-11-04}
% \end{macrocode}
%
%
diff --git a/required/latex-lab/latex-lab-new-or-1.dtx b/required/latex-lab/latex-lab-new-or-1.dtx
index c22ce79b..0810876c 100644
--- a/required/latex-lab/latex-lab-new-or-1.dtx
+++ b/required/latex-lab/latex-lab-new-or-1.dtx
@@ -52,7 +52,7 @@
%
% \begin{macrocode}
\ProvidesPackage{latex-lab-testphase-new-or-1}
- [2022-10-29 v0.96 Temporary output patches for tagging and better link support]
+ [2022-11-94 v0.1a Temporary output patches for tagging and better link support]
\RequirePackage{etoolbox}
% \end{macrocode}
%
diff --git a/required/latex-lab/latex-lab-new-or-2.dtx b/required/latex-lab/latex-lab-new-or-2.dtx
index 51ec79ff..88e39a17 100644
--- a/required/latex-lab/latex-lab-new-or-2.dtx
+++ b/required/latex-lab/latex-lab-new-or-2.dtx
@@ -129,7 +129,7 @@
% \subsection{File declaration}
% \begin{macrocode}
\ProvidesFile{latex-lab-new-or.ltx}
- [2022-03-09 v0.1b changes to the output routine]
+ [2022-11-04 v0.1c changes to the output routine]
% \end{macrocode}
% \subsection{\cs{@makecol} reimplementation}
%
diff --git a/required/latex-lab/latex-lab-testphase.dtx b/required/latex-lab/latex-lab-testphase.dtx
index 970884b6..23577125 100644
--- a/required/latex-lab/latex-lab-testphase.dtx
+++ b/required/latex-lab/latex-lab-testphase.dtx
@@ -54,6 +54,38 @@
% new-or-1 contains the code for header and footer (tagging and
% suppressing links) and is always loaded
% \begin{macrocode}
+%<*new-or-1>
+\ProvidesFile{new-or-1-latex-lab-testphase.ltx}
+ [2022-11-04 v0.1a latex-lab wrapper new-or-1]
+%</new-or-1>
+% \end{macrocode}
+% new-or combines all new-or parts (currently 1+2)
+% \begin{macrocode}
+%<*new-or>
+\ProvidesFile{new-or-latex-lab-testphase.ltx}
+ [2022-11-04 v0.1a latex-lab wrapper new-or]
+%</new-or>
+% \end{macrocode}
+% \begin{macrocode}
+%<*phase-I>
+\ProvidesFile{phase-I-lab-testphase.ltx}
+ [2022-11-04 v0.1a latex-lab wrapper phase-I]
+%</phase-I>
+% \end{macrocode}
+% \begin{macrocode}
+%<*phase-II>
+\ProvidesFile{phase-II-lab-testphase.ltx}
+ [2022-11-04 v0.1a latex-lab wrapper phase-II]
+%</phase-II>
+% \end{macrocode}
+% this is only provided for compatibility
+% \begin{macrocode}
+%<*tagpdf>
+\ProvidesFile{tagpdf-lab-testphase.ltx}
+ [2022-11-04 v0.1a latex-lab wrapper tagpdf (deprecated)]
+%</tagpdf>
+% \end{macrocode}
+% \begin{macrocode}
%<*tagpdf|phase-II|new-or|new-or-1>
\RequirePackage{latex-lab-testphase-new-or-1}
%</tagpdf|phase-II|new-or|new-or-1>
diff --git a/required/latex-lab/testfiles/documentmetadata-support-000.luatex.tlg b/required/latex-lab/testfiles/documentmetadata-support-000.luatex.tlg
deleted file mode 100644
index 8ea554fb..00000000
--- a/required/latex-lab/testfiles/documentmetadata-support-000.luatex.tlg
+++ /dev/null
@@ -1,31 +0,0 @@
-This is a generated file for the l3build validation system.
-Don't change this file in any respect.
-First call:
-(documentmetadata-support.ltx (../pdfmanagement-testphase.sty
-Package: pdfmanagement-testphase ....-..-.. v... LaTeX PDF management testphase bundle
-(../tagpdf-base.sty
-Package: tagpdf-base ....-..-.. v... part of tagpdf - provide base, no-op versions of the user commands
-\c at g__tag_struct_abs_int=\count...
-) (../pdfmanagement-testphase.ltx
-File: pdfmanagement-testphase.ltx ....-..-.. v... PDF management code (testphase)
-\g__pdfmanagement_EmbeddedFiles_int=\count...
-(../l3bitset.sty
-Package: l3bitset ....-..-.. L3 Experimental bitset support
-\l__bitset_internal_int=\count...
-)
-\l__pdfmeta_xmp_indent_int=\count...
-))) (../l3backend-testphase-dvips.def
-File: l3backend-testphase-dvips.def ....-..-.. LaTeX PDF management testphase bundle backend support:dvips
-(../l3ref-tmp.sty
-Package: l3ref-tmp ....-..-.. L3 Experimental cross-referencing
-)
-\l__pdf_backend_tmpa_box=\box...
-\l__pdf_backend_tmpb_box=\box...
-\g__pdf_backend_resourceid_int=\count...
-\g__pdf_backend_name_int=\count...
-\g__pdf_backend_page_int=\count...
-) (../pdfmanagement-firstaid.sty
-Package: pdfmanagement-firstaid ....-..-.. v... LaTeX PDF management testphase bundle / firstaid-patches
-Package pdfmanagement Info: loading pdfmanagement firstaid code for pgf
-)
-Second call:
diff --git a/required/latex-lab/testfiles/documentmetadata-support-001.luatex.tlg b/required/latex-lab/testfiles/documentmetadata-support-001.luatex.tlg
deleted file mode 100644
index 10113db8..00000000
--- a/required/latex-lab/testfiles/documentmetadata-support-001.luatex.tlg
+++ /dev/null
@@ -1,42 +0,0 @@
-This is a generated file for the l3build validation system.
-Don't change this file in any respect.
-First call:
-(documentmetadata-support.ltx (../pdfmanagement-testphase.sty
-Package: pdfmanagement-testphase ....-..-.. v... LaTeX PDF management testphase bundle
-(../tagpdf-base.sty
-Package: tagpdf-base ....-..-.. v... part of tagpdf - provide base, no-op versions of the user commands
-\c at g__tag_struct_abs_int=\count...
-) (../pdfmanagement-testphase.ltx
-File: pdfmanagement-testphase.ltx ....-..-.. v... PDF management code (testphase)
-\g__pdfmanagement_EmbeddedFiles_int=\count...
-(../l3bitset.sty
-Package: l3bitset ....-..-.. L3 Experimental bitset support
-\l__bitset_internal_int=\count...
-)
-\l__pdfmeta_xmp_indent_int=\count...
-))) (../l3backend-dvips.def
-File: l3backend-dvips.def ....-..-.. L3 backend support: dvips
-\l__pdf_internal_box=\box...
-\g__pdf_backend_object_int=\count...
-\l__pdf_backend_content_box=\box...
-\l__pdf_backend_model_box=\box...
-\g__pdf_backend_annotation_int=\count...
-\g__pdf_backend_link_int=\count...
-\g__pdf_backend_link_sf_int=\count...
-) (../l3backend-testphase-dvips.def
-File: l3backend-testphase-dvips.def ....-..-.. LaTeX PDF management testphase bundle backend support:dvips
-(../l3ref-tmp.sty
-Package: l3ref-tmp ....-..-.. L3 Experimental cross-referencing
-)
-\l__pdf_backend_tmpa_box=\box...
-\l__pdf_backend_tmpb_box=\box...
-\g__pdf_backend_resourceid_int=\count...
-\g__pdf_backend_name_int=\count...
-\g__pdf_backend_page_int=\count...
-) (../pdfmanagement-firstaid.sty
-Package: pdfmanagement-firstaid ....-..-.. v... LaTeX PDF management testphase bundle / firstaid-patches
-Package pdfmanagement Info: loading pdfmanagement firstaid code for pgf
-)
-Second call:
-> \ShowTagging=undefined.
-l. ...\show\ShowTagging
diff --git a/required/latex-lab/testfiles/documentmetadata-support-002.luatex.tlg b/required/latex-lab/testfiles/documentmetadata-support-002.luatex.tlg
deleted file mode 100644
index 50265d6c..00000000
--- a/required/latex-lab/testfiles/documentmetadata-support-002.luatex.tlg
+++ /dev/null
@@ -1,40 +0,0 @@
-This is a generated file for the l3build validation system.
-Don't change this file in any respect.
-First call:
-(documentmetadata-support.ltx (../pdfmanagement-testphase.sty
-Package: pdfmanagement-testphase ....-..-.. v... LaTeX PDF management testphase bundle
-(../tagpdf-base.sty
-Package: tagpdf-base ....-..-.. v... part of tagpdf - provide base, no-op versions of the user commands
-\c at g__tag_struct_abs_int=\count...
-) (../pdfmanagement-testphase.ltx
-File: pdfmanagement-testphase.ltx ....-..-.. v... PDF management code (testphase)
-\g__pdfmanagement_EmbeddedFiles_int=\count...
-(../l3bitset.sty
-Package: l3bitset ....-..-.. L3 Experimental bitset support
-\l__bitset_internal_int=\count...
-)
-\l__pdfmeta_xmp_indent_int=\count...
-))) (../l3backend-testphase-dvips.def
-File: l3backend-testphase-dvips.def ....-..-.. LaTeX PDF management testphase bundle backend support:dvips
-(../l3ref-tmp.sty
-Package: l3ref-tmp ....-..-.. L3 Experimental cross-referencing
-)
-\l__pdf_backend_tmpa_box=\box...
-\l__pdf_backend_tmpb_box=\box...
-\g__pdf_backend_resourceid_int=\count...
-\g__pdf_backend_name_int=\count...
-\g__pdf_backend_page_int=\count...
-) (new-or-1-latex-lab-testphase.ltx (latex-lab-testphase-new-or-1.sty
-Package: latex-lab-testphase-new-or-1 ....-..-.. v... Temporary output patches for tagging and better link support
-(../etoolbox.sty
-Package: etoolbox ....-..-.. v... e-TeX tools for LaTeX (JAW)
-\etb at tempcnta=\count...
-)
-Patching header in \@outputpage
-Patching footer in \@outputpage
-Patching \@makecol for tagging
-Patching \@makecol for tagging
-)) (../pdfmanagement-firstaid.sty
-Package: pdfmanagement-firstaid ....-..-.. v... LaTeX PDF management testphase bundle / firstaid-patches
-Package pdfmanagement Info: loading pdfmanagement firstaid code for pgf
-)
diff --git a/required/latex-lab/testfiles/documentmetadata-support-002.tlg b/required/latex-lab/testfiles/documentmetadata-support-002.tlg
index 50265d6c..560950f5 100644
--- a/required/latex-lab/testfiles/documentmetadata-support-002.tlg
+++ b/required/latex-lab/testfiles/documentmetadata-support-002.tlg
@@ -24,7 +24,9 @@ Package: l3ref-tmp ....-..-.. L3 Experimental cross-referencing
\g__pdf_backend_resourceid_int=\count...
\g__pdf_backend_name_int=\count...
\g__pdf_backend_page_int=\count...
-) (new-or-1-latex-lab-testphase.ltx (latex-lab-testphase-new-or-1.sty
+) (new-or-1-latex-lab-testphase.ltx
+File: new-or-1-latex-lab-testphase.ltx ....-..-.. v... latex-lab wrapper new-or-1
+(latex-lab-testphase-new-or-1.sty
Package: latex-lab-testphase-new-or-1 ....-..-.. v... Temporary output patches for tagging and better link support
(../etoolbox.sty
Package: etoolbox ....-..-.. v... e-TeX tools for LaTeX (JAW)
More information about the latex3-commits
mailing list.