Skip to content

Commit

Permalink
Merge branch 'develop' into gh1002
Browse files Browse the repository at this point in the history
# Conflicts:
#	required/tools/testfiles/github-1002.tlg
  • Loading branch information
FrankMittelbach committed Feb 27, 2023
2 parents 1c91695 + ceb2dfd commit ba74e6b
Show file tree
Hide file tree
Showing 105 changed files with 57,197 additions and 133 deletions.
2 changes: 1 addition & 1 deletion required/latex-lab/build.lua
Expand Up @@ -48,7 +48,7 @@ checksearch = true

-- Allow for TU and other test configurations

checkconfigs = {"build","config-TU","config-OR","config-mathcapture","config-OR-luatex"}
checkconfigs = {"build","config-TU","config-OR","config-mathcapture","config-OR-luatex","config-sec-tagging","config-toc-tagging",}



Expand Down
8 changes: 8 additions & 0 deletions required/latex-lab/changes.txt
@@ -1,3 +1,11 @@
2023-02-16 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
* latex-lab-sec-tagging.dtx: first, simple tagging of sectioning commands
* latex-lab-toc-tagging-functions.dtx, latex-lab-toc-kernel-changes.dtx,
latex-lab-toc-kernel-changes.dtx: Tagging of table of contents and similar
lists
* tagpdf and pdfmanagement updated in texmf tree.


2023-02-04 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
* latex-lab-footnotes.dtx: improve tagging of footnotes

Expand Down
10 changes: 10 additions & 0 deletions required/latex-lab/config-sec-tagging.lua
@@ -0,0 +1,10 @@
-- Tests for sec tagging stuff

stdengine = "pdftex"
checkengines = {"pdftex","luatex"}
checksearch = true
testfiledir = "testfiles-sec-tagging"

checkruns = 3


11 changes: 11 additions & 0 deletions required/latex-lab/config-toc-tagging.lua
@@ -0,0 +1,11 @@
-- Tests for sec tagging stuff

stdengine = "pdftex"
checkengines = {"pdftex","luatex"}
checksearch = true
testfiledir = "testfiles-toc-tagging"

checkruns = 4
forcecheckruns = true --- for tagged stuff


0 comments on commit ba74e6b

Please sign in to comment.