[latex3-commits] [latex3/tagpdf] multiplestruct: correct testfile, local/global (75b4699)
github at latex-project.org
github at latex-project.org
Sat Jan 13 20:13:16 CET 2024
Repository : https://github.com/latex3/tagpdf
On branch : multiplestruct
Link : https://github.com/latex3/tagpdf/commit/75b4699a80bc6032d3e8f29acaafc6a491cd4e4c
>---------------------------------------------------------------
commit 75b4699a80bc6032d3e8f29acaafc6a491cd4e4c
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sat Jan 13 20:13:16 2024 +0100
correct testfile, local/global
>---------------------------------------------------------------
75b4699a80bc6032d3e8f29acaafc6a491cd4e4c
testfiles-pdftex/test-patch-koma.lvt | 10 +++++-----
testfiles-pdftex/test-sectioning-koma.pvt | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/testfiles-pdftex/test-patch-koma.lvt b/testfiles-pdftex/test-patch-koma.lvt
index d041e1f..e2b493e 100644
--- a/testfiles-pdftex/test-patch-koma.lvt
+++ b/testfiles-pdftex/test-patch-koma.lvt
@@ -111,11 +111,11 @@
\ExplSyntaxOn
\prop_new:N \g_tag_section_level_prop
-\prop_put:Nnn \g_tag_section_level_prop {chapter}{H1}
-\prop_put:Nnn \g_tag_section_level_prop {section}{H2}
-\prop_put:Nnn \g_tag_section_level_prop {subsection}{H3}
-\prop_put:Nnn \g_tag_section_level_prop {subsubsection}{H4}
-\prop_put:Nnn \g_tag_section_level_prop {paragraph}{H5}
+\prop_gput:Nnn \g_tag_section_level_prop {chapter}{H1}
+\prop_gput:Nnn \g_tag_section_level_prop {section}{H2}
+\prop_gput:Nnn \g_tag_section_level_prop {subsection}{H3}
+\prop_gput:Nnn \g_tag_section_level_prop {subsubsection}{H4}
+\prop_gput:Nnn \g_tag_section_level_prop {paragraph}{H5}
\renewcommand{\chapterlinesformat}[3]
{
diff --git a/testfiles-pdftex/test-sectioning-koma.pvt b/testfiles-pdftex/test-sectioning-koma.pvt
index 4507781..98d1027 100644
--- a/testfiles-pdftex/test-sectioning-koma.pvt
+++ b/testfiles-pdftex/test-sectioning-koma.pvt
@@ -111,11 +111,11 @@
\ExplSyntaxOn
\prop_new:N \g_tag_section_level_prop
-\prop_put:Nnn \g_tag_section_level_prop {chapter}{H1}
-\prop_put:Nnn \g_tag_section_level_prop {section}{H2}
-\prop_put:Nnn \g_tag_section_level_prop {subsection}{H3}
-\prop_put:Nnn \g_tag_section_level_prop {subsubsection}{H4}
-\prop_put:Nnn \g_tag_section_level_prop {paragraph}{H5}
+\prop_gput:Nnn \g_tag_section_level_prop {chapter}{H1}
+\prop_gput:Nnn \g_tag_section_level_prop {section}{H2}
+\prop_gput:Nnn \g_tag_section_level_prop {subsection}{H3}
+\prop_gput:Nnn \g_tag_section_level_prop {subsubsection}{H4}
+\prop_gput:Nnn \g_tag_section_level_prop {paragraph}{H5}
\renewcommand{\chapterlinesformat}[3]
{
More information about the latex3-commits
mailing list.