[latex3-commits] [latex3/latex2e] develop: Additional tagging support in latex-lab (#1069) (751111b8)
github at latex-project.org
github at latex-project.org
Tue May 23 19:52:53 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/751111b86e5143647dacd1a9445b521ce962f56b
>---------------------------------------------------------------
commit 751111b86e5143647dacd1a9445b521ce962f56b
Author: Ulrike Fischer <news3 at nililand.de>
Date: Tue May 23 19:52:53 2023 +0200
Additional tagging support in latex-lab (#1069)
* update tagpdf
* update tests to new tagpdf (artifact + message format)
* add graphic code
* missed some tests
* evaluate sec level
* move minipage code
* remove faulty file
* do not tag math in dot leaders
* update tagpdf and testfiles to 0.98g
* add a fake toclevel for the document
* more test updates
* correct case toclevel is unknown
* move float code WIP
* store manual target if used in MakeLinkTarget
* move version
* move bib code
* correct dtx loading
* cleanup file names and dtx dates
* rename floats to float
* move into phase-III, update testfiles (structure number change)
* update scripts
* add example images
* update tlg without firstaid
* handle older hyperref versions
* install natbib
* correct package name
* correct natbib case
* mumble
* correct testfile
* typos from review
* update testfiles to new expl3
* missed one test
---------
Co-authored-by: Ulrike Fischer <fischer at troubleshooting-tex.de>
>---------------------------------------------------------------
751111b86e5143647dacd1a9445b521ce962f56b
.github/tl_packages | 1 +
.github/workflows/main.yaml | 12 +-
base/doc/ltnews37.tex | 3 +-
required/latex-lab/build.lua | 9 +-
required/latex-lab/changes.txt | 17 +
required/latex-lab/config-bib.lua | 11 +
required/latex-lab/config-float.lua | 11 +
required/latex-lab/config-graphic.lua | 11 +
required/latex-lab/config-minipage.lua | 11 +
required/latex-lab/config-sec-tagging.lua | 10 -
required/latex-lab/config-sec.lua | 10 +
required/latex-lab/config-toc-tagging.lua | 11 -
required/latex-lab/config-toc.lua | 11 +
required/latex-lab/latex-lab-bib.dtx | 343 ++
required/latex-lab/latex-lab-float.dtx | 492 +++
required/latex-lab/latex-lab-graphic.dtx | 1073 +++++
required/latex-lab/latex-lab-minipage.dtx | 202 +
required/latex-lab/latex-lab-sec-tagging.dtx | 812 ----
required/latex-lab/latex-lab-sec.dtx | 818 ++++
required/latex-lab/latex-lab-testphase.dtx | 7 +-
.../latex-lab/latex-lab-toc-hyperref-changes.dtx | 6 +-
.../latex-lab/latex-lab-toc-kernel-changes.dtx | 11 +-
.../latex-lab/latex-lab-toc-tagging-functions.dtx | 10 +-
required/latex-lab/latex-lab.ins | 34 +-
required/latex-lab/testfiles-LM/LM-2-2.tlg | 1813 +++++----
required/latex-lab/testfiles-LM/LM-3-1+2.tlg | 152 +-
required/latex-lab/testfiles-LM/LM-3-3.lvt | 2 +-
required/latex-lab/testfiles-LM/LM-3-3.tlg | 660 ++--
required/latex-lab/testfiles-LM/LM-3-4.tlg | 604 +--
.../latex-lab/testfiles-OR-luatex/memoir-001.tpf | 174 +-
.../latex-lab/testfiles-OR-luatex/scrartcl-001.tpf | 122 +-
.../testfiles-OR-luatex/test-minipage.tpf | 120 +-
.../testfiles-OR-luatex/test-tnote-setup.tpf | 92 +-
required/latex-lab/testfiles-OR-luatex/test1.tpf | 88 +-
.../testfiles-OR-luatex/test11-series.tpf | 100 +-
required/latex-lab/testfiles-OR-luatex/test2.tpf | 104 +-
required/latex-lab/testfiles-OR-luatex/test3.tpf | 104 +-
.../footmisc-floats-abovefloats-flushbottom.tlg | 20 +-
.../testfiles-OR/footmisc-floats-abovefloats.tlg | 20 +-
.../footmisc-floats-belowfloats-flushbottom.tlg | 20 +-
.../testfiles-OR/footmisc-floats-latex.tlg | 20 +-
required/latex-lab/testfiles-OR/memoir-001.tpf | 164 +-
required/latex-lab/testfiles-OR/scrartcl-001.tpf | 110 +-
.../latex-lab/testfiles-bib/bib-001.luatex.tlg | 229 ++
required/latex-lab/testfiles-bib/bib-001.lvt | 19 +
required/latex-lab/testfiles-bib/bib-001.tlg | 196 +
.../latex-lab/testfiles-bib/bib-002.luatex.tlg | 282 ++
required/latex-lab/testfiles-bib/bib-002.lvt | 19 +
required/latex-lab/testfiles-bib/bib-002.tlg | 249 ++
.../latex-lab/testfiles-bib/bib-003.luatex.tlg | 293 ++
required/latex-lab/testfiles-bib/bib-003.lvt | 20 +
required/latex-lab/testfiles-bib/bib-003.tlg | 352 ++
.../latex-lab/testfiles-bib/bib-004.luatex.tlg | 356 ++
required/latex-lab/testfiles-bib/bib-004.lvt | 20 +
required/latex-lab/testfiles-bib/bib-004.tlg | 477 +++
.../latex-lab/testfiles-bib/bib-005.luatex.tpf | 883 +++++
required/latex-lab/testfiles-bib/bib-005.pvt | 19 +
required/latex-lab/testfiles-bib/bib-005.tpf | 1025 +++++
.../latex-lab/testfiles-bib/bib-006.luatex.tpf | 1013 +++++
required/latex-lab/testfiles-bib/bib-006.pvt | 21 +
required/latex-lab/testfiles-bib/bib-006.tpf | 1258 ++++++
.../testfiles-bib/bib-007-natbib.luatex.tpf | 867 ++++
.../latex-lab/testfiles-bib/bib-007-natbib.pvt | 18 +
.../latex-lab/testfiles-bib/bib-007-natbib.tpf | 1010 +++++
.../testfiles-bib/bib-008-natbib.luatex.tpf | 1079 +++++
.../latex-lab/testfiles-bib/bib-008-natbib.pvt | 19 +
.../latex-lab/testfiles-bib/bib-008-natbib.tpf | 1274 ++++++
.../latex-lab/testfiles-bib/bib-009.luatex.tpf | 1013 +++++
required/latex-lab/testfiles-bib/bib-009.pvt | 21 +
required/latex-lab/testfiles-bib/bib-009.tpf | 1258 ++++++
.../testfiles-bib/bib-010-natbib.luatex.tpf | 1079 +++++
.../latex-lab/testfiles-bib/bib-010-natbib.pvt | 19 +
.../latex-lab/testfiles-bib/bib-010-natbib.tpf | 1274 ++++++
.../blocks-description-01b.luatex.tlg | 336 +-
.../blocks-description-01b.tlg | 336 +-
.../blocks-description-02b.luatex.tlg | 336 +-
.../blocks-description-02b.tlg | 336 +-
.../blocks-description-03.luatex.tlg | 112 +-
.../blocks-description-03.tlg | 112 +-
.../blocks-enumerate-01b.luatex.tlg | 436 ++-
.../blocks-enumerate-01b.tlg | 436 ++-
.../blocks-enumerate-02b.luatex.tlg | 520 +--
.../blocks-enumerate-02b.tlg | 520 +--
.../blocks-hyperref-01.luatex.tlg | 192 +-
.../testfiles-block-tagging/blocks-hyperref-01.tlg | 192 +-
.../blocks-item-01.luatex.tlg | 148 +-
.../testfiles-block-tagging/blocks-item-01.tlg | 148 +-
.../blocks-itemize-01b.luatex.tlg | 728 ++--
.../testfiles-block-tagging/blocks-itemize-01b.tlg | 728 ++--
.../blocks-itemize-02.luatex.tlg | 84 +-
.../testfiles-block-tagging/blocks-itemize-02.tlg | 84 +-
.../blocks-list-01b.luatex.tlg | 242 +-
.../testfiles-block-tagging/blocks-list-01b.tlg | 242 +-
.../blocks-list-02b.luatex.tlg | 80 +-
.../testfiles-block-tagging/blocks-list-02b.tlg | 80 +-
.../blocks-list-03b.luatex.tlg | 112 +-
.../testfiles-block-tagging/blocks-list-03b.tlg | 112 +-
.../blocks-quote-01.luatex.tlg | 102 +-
.../testfiles-block-tagging/blocks-quote-01.tlg | 102 +-
.../blocks-quote-02.luatex.tlg | 325 +-
.../testfiles-block-tagging/blocks-quote-02.tlg | 337 +-
.../blocks-theorem-01.luatex.tlg | 612 +--
.../testfiles-block-tagging/blocks-theorem-01.tlg | 606 +--
.../blocks-theorem-02.luatex.tlg | 354 +-
.../testfiles-block-tagging/blocks-theorem-02.tlg | 346 +-
.../blocks-trivlist-01.luatex.tlg | 312 +-
.../testfiles-block-tagging/blocks-trivlist-01.tlg | 312 +-
.../blocks-trivlist-02.luatex.tlg | 72 +-
.../testfiles-block-tagging/blocks-trivlist-02.tlg | 72 +-
.../blocks-verbatim-01.luatex.tlg | 465 +--
.../testfiles-block-tagging/blocks-verbatim-01.tlg | 461 +--
.../blocks-verbatim-02.luatex.tlg | 206 +-
.../testfiles-block-tagging/blocks-verbatim-02.tlg | 278 +-
.../gallery-III-with-sec.luatex.tlg | 3142 ++++++++-------
.../gallery-III-with-sec.tlg | 3092 ++++++++-------
.../testfiles-block-tagging/gallery-III.luatex.tlg | 2066 +++++-----
.../testfiles-block-tagging/gallery-III.tlg | 2066 +++++-----
.../problem-blocks-tabbing.luatex.tlg | 50 +-
.../problem-blocks-tabbing.tlg | 70 +-
.../testfiles-block-tagging/ptag-001.luatex.tlg | 155 +-
.../latex-lab/testfiles-block-tagging/ptag-001.tlg | 155 +-
.../latex-lab/testfiles-float/float-001.luatex.tlg | 507 +++
required/latex-lab/testfiles-float/float-001.lvt | 27 +
required/latex-lab/testfiles-float/float-001.tlg | 461 +++
.../latex-lab/testfiles-float/float-002.luatex.tlg | 739 ++++
required/latex-lab/testfiles-float/float-002.lvt | 51 +
required/latex-lab/testfiles-float/float-002.tlg | 739 ++++
.../latex-lab/testfiles-float/float-003.luatex.tlg | 755 ++++
required/latex-lab/testfiles-float/float-003.lvt | 56 +
required/latex-lab/testfiles-float/float-003.tlg | 755 ++++
.../latex-lab/testfiles-float/float-004.luatex.tlg | 1752 +++++++++
required/latex-lab/testfiles-float/float-004.lvt | 57 +
required/latex-lab/testfiles-float/float-004.tlg | 1637 ++++++++
.../testfiles-graphic/graphic-001.luatex.tlg | 417 ++
.../latex-lab/testfiles-graphic/graphic-001.lvt | 28 +
.../latex-lab/testfiles-graphic/graphic-001.tlg | 440 +++
.../testfiles-graphic/graphic-002.luatex.tlg | 266 ++
.../latex-lab/testfiles-graphic/graphic-002.lvt | 28 +
.../latex-lab/testfiles-graphic/graphic-002.tlg | 298 ++
.../testfiles-graphic/graphic-003.luatex.tlg | 194 +
.../latex-lab/testfiles-graphic/graphic-003.lvt | 29 +
.../latex-lab/testfiles-graphic/graphic-003.tlg | 239 ++
.../testfiles-graphic/graphic-004-angle.luatex.tlg | 537 +++
.../testfiles-graphic/graphic-004-angle.lvt | 32 +
.../testfiles-graphic/graphic-004-angle.tlg | 626 +++
.../testfiles-graphic/graphic-005-trim.luatex.tlg | 736 ++++
.../testfiles-graphic/graphic-005-trim.lvt | 42 +
.../testfiles-graphic/graphic-005-trim.tlg | 899 +++++
.../testfiles-graphic/graphic-006-width.luatex.tlg | 503 +++
.../testfiles-graphic/graphic-006-width.lvt | 39 +
.../testfiles-graphic/graphic-006-width.tlg | 597 +++
.../testfiles-graphic/graphic-007-corr.luatex.tlg | 253 ++
.../testfiles-graphic/graphic-007-corr.lvt | 31 +
.../testfiles-graphic/graphic-007-corr.tlg | 282 ++
.../testfiles-graphic/graphic-008-alt.luatex.tlg | 188 +
.../testfiles-graphic/graphic-008-alt.lvt | 29 +
.../testfiles-graphic/graphic-008-alt.tlg | 227 ++
.../graphic-009-rotatebox.luatex.tlg | 183 +
.../testfiles-graphic/graphic-009-rotatebox.lvt | 28 +
.../testfiles-graphic/graphic-009-rotatebox.tlg | 208 +
.../graphic-010-actualtext.luatex.tlg | 115 +
.../testfiles-graphic/graphic-010-actualtext.lvt | 24 +
.../testfiles-graphic/graphic-010-actualtext.tlg | 126 +
.../graphic-011-picture.luatex.tlg | 7 +
.../testfiles-graphic/graphic-011-picture.lvt | 74 +
.../testfiles-graphic/graphic-011-picture.tlg | 7 +
.../testfiles-graphic/graphic-faults.luatex.tlg | 1474 +++++++
.../latex-lab/testfiles-graphic/graphic-faults.lvt | 83 +
.../latex-lab/testfiles-graphic/graphic-faults.tlg | 1634 ++++++++
.../testfiles-mathtagging/mathcapture-tag-001.tpf | 346 +-
.../latex-lab/testfiles-mathtagging/mtag-001.tlg | 40 +-
.../latex-lab/testfiles-mathtagging/mtag-002.tlg | 353 +-
.../latex-lab/testfiles-mathtagging/mtag-003.tlg | 243 +-
.../latex-lab/testfiles-mathtagging/mtag-004.tlg | 54 +-
.../latex-lab/testfiles-mathtagging/mtag-tlc3.tlg | 8 +-
.../testfiles-minipage/minipage-001.luatex.tlg | 1720 ++++++++
.../latex-lab/testfiles-minipage/minipage-001.lvt | 52 +
.../latex-lab/testfiles-minipage/minipage-001.tlg | 1776 +++++++++
.../minipage-002-todo.luatex.tlg | 170 +
.../testfiles-minipage/minipage-002-todo.lvt | 21 +
.../testfiles-minipage/minipage-002-todo.tlg | 172 +
.../minipage-003-todo.luatex.tlg | 68 +
.../testfiles-minipage/minipage-003-todo.lvt | 23 +
.../testfiles-minipage/minipage-003-todo.tlg | 62 +
.../minipage-004-hyperref.luatex.tlg | 511 +++
.../testfiles-minipage/minipage-004-hyperref.lvt | 46 +
.../testfiles-minipage/minipage-004-hyperref.tlg | 514 +++
.../testfiles-minipage/testminicolor.luatex.tlg | 0
.../test-article-1.luatex.tpf | 1280 ------
.../testfiles-sec-tagging/test-article-1.pvt | 35 -
.../testfiles-sec-tagging/test-article-1.tpf | 1448 -------
.../testfiles-sec-tagging/test-book-1.luatex.tpf | 1795 ---------
.../testfiles-sec-tagging/test-book-1.pvt | 40 -
.../testfiles-sec-tagging/test-book-1.tpf | 2107 ----------
.../testfiles-sec-tagging/test-book-2.luatex.tpf | 1121 ------
.../testfiles-sec-tagging/test-book-2.pvt | 30 -
.../testfiles-sec-tagging/test-book-2.tpf | 1317 -------
.../test-faulty-nesting.luatex.tlg | 15 -
.../testfiles-sec-tagging/test-faulty-nesting.lvt | 20 -
.../testfiles-sec-tagging/test-faulty-nesting.tlg | 15 -
.../test-stop-sect-pdf.luatex.tpf | 740 ----
.../testfiles-sec-tagging/test-stop-sect-pdf.pvt | 20 -
.../testfiles-sec-tagging/test-stop-sect-pdf.tpf | 849 ----
.../test-stop-sect.luatex.tlg | 4 -
.../test-stop-sect.luatex.tpf | 504 ---
.../testfiles-sec-tagging/test-stop-sect.lvt | 22 -
.../testfiles-sec-tagging/test-stop-sect.tlg | 4 -
.../testfiles-sec-tagging/test-stop-sect.tpf | 735 ----
.../test-suppress-sect.luatex.tpf | 750 ----
.../testfiles-sec-tagging/test-suppress-sect.pvt | 18 -
.../testfiles-sec-tagging/test-suppress-sect.tpf | 841 ----
.../testfiles-sec/test-article-1.luatex.tpf | 1280 ++++++
.../latex-lab/testfiles-sec/test-article-1.pvt | 35 +
.../latex-lab/testfiles-sec/test-article-1.tpf | 1448 +++++++
.../latex-lab/testfiles-sec/test-book-1.luatex.tpf | 1795 +++++++++
required/latex-lab/testfiles-sec/test-book-1.pvt | 40 +
required/latex-lab/testfiles-sec/test-book-1.tpf | 2107 ++++++++++
.../latex-lab/testfiles-sec/test-book-2.luatex.tpf | 1121 ++++++
required/latex-lab/testfiles-sec/test-book-2.pvt | 30 +
required/latex-lab/testfiles-sec/test-book-2.tpf | 1317 +++++++
.../testfiles-sec/test-faulty-nesting.luatex.tlg | 15 +
.../testfiles-sec/test-faulty-nesting.lvt | 20 +
.../testfiles-sec/test-faulty-nesting.tlg | 15 +
.../testfiles-sec/test-stop-sect-pdf.luatex.tpf | 740 ++++
.../latex-lab/testfiles-sec/test-stop-sect-pdf.pvt | 20 +
.../latex-lab/testfiles-sec/test-stop-sect-pdf.tpf | 849 ++++
.../testfiles-sec/test-stop-sect.luatex.tlg | 4 +
.../testfiles-sec/test-stop-sect.luatex.tpf | 504 +++
.../latex-lab/testfiles-sec/test-stop-sect.lvt | 22 +
.../latex-lab/testfiles-sec/test-stop-sect.tlg | 4 +
.../latex-lab/testfiles-sec/test-stop-sect.tpf | 735 ++++
.../testfiles-sec/test-suppress-sect.luatex.tpf | 750 ++++
.../latex-lab/testfiles-sec/test-suppress-sect.pvt | 18 +
.../latex-lab/testfiles-sec/test-suppress-sect.tpf | 841 ++++
.../support/toc-input-article.tex | 67 -
.../support/toc-input-book.tex | 74 -
.../toc-ex-article-hyperref-1.luatex.tpf | 2612 ------------
.../toc-ex-article-hyperref-1.pvt | 31 -
.../toc-ex-article-hyperref-1.tpf | 3154 ---------------
.../toc-ex-article-hyperref-2.luatex.tpf | 2590 ------------
.../toc-ex-article-hyperref-2.pvt | 28 -
.../toc-ex-article-hyperref-2.tpf | 3154 ---------------
.../toc-ex-article-hyperref-3.luatex.tpf | 2781 -------------
.../toc-ex-article-hyperref-3.pvt | 27 -
.../toc-ex-article-hyperref-3.tpf | 3557 -----------------
.../toc-ex-article-no-hyperref.luatex.tpf | 2022 ----------
.../toc-ex-article-no-hyperref.pvt | 27 -
.../toc-ex-article-no-hyperref.tpf | 2167 ----------
.../toc-ex-article-no-tagging-hyperref.luatex.tpf | 1185 ------
.../toc-ex-article-no-tagging-hyperref.pvt | 26 -
.../toc-ex-article-no-tagging-hyperref.tpf | 1562 --------
.../toc-ex-article-no-tagging.luatex.tpf | 873 -----
.../toc-ex-article-no-tagging.pvt | 27 -
.../toc-ex-article-no-tagging.tpf | 1020 -----
.../toc-ex-book-hyperref-1.luatex.tpf | 3489 -----------------
.../toc-ex-book-hyperref-1.pvt | 26 -
.../toc-ex-book-hyperref-1.tpf | 4142 --------------------
.../toc-ex-book-no-hyperref.luatex.tpf | 2753 -------------
.../toc-ex-book-no-hyperref.pvt | 26 -
.../toc-ex-book-no-hyperref.tpf | 2936 --------------
.../toc-ex-book-tocdepth.luatex.tpf | 2753 -------------
.../testfiles-toc-tagging/toc-ex-book-tocdepth.pvt | 27 -
.../testfiles-toc-tagging/toc-ex-book-tocdepth.tpf | 2936 --------------
.../testfiles-toc/support/toc-input-article.tex | 67 +
.../testfiles-toc/support/toc-input-book.tex | 74 +
.../toc-ex-article-hyperref-1.luatex.tpf | 2612 ++++++++++++
.../testfiles-toc/toc-ex-article-hyperref-1.pvt | 31 +
.../testfiles-toc/toc-ex-article-hyperref-1.tpf | 3154 +++++++++++++++
.../toc-ex-article-hyperref-2.luatex.tpf | 2590 ++++++++++++
.../testfiles-toc/toc-ex-article-hyperref-2.pvt | 28 +
.../testfiles-toc/toc-ex-article-hyperref-2.tpf | 3154 +++++++++++++++
.../toc-ex-article-hyperref-3.luatex.tpf | 2781 +++++++++++++
.../testfiles-toc/toc-ex-article-hyperref-3.pvt | 27 +
.../testfiles-toc/toc-ex-article-hyperref-3.tpf | 3557 +++++++++++++++++
.../toc-ex-article-no-hyperref.luatex.tpf | 2022 ++++++++++
.../testfiles-toc/toc-ex-article-no-hyperref.pvt | 27 +
.../testfiles-toc/toc-ex-article-no-hyperref.tpf | 2167 ++++++++++
.../toc-ex-article-no-tagging-hyperref.luatex.tpf | 1185 ++++++
.../toc-ex-article-no-tagging-hyperref.pvt | 26 +
.../toc-ex-article-no-tagging-hyperref.tpf | 1562 ++++++++
.../toc-ex-article-no-tagging.luatex.tpf | 873 +++++
.../testfiles-toc/toc-ex-article-no-tagging.pvt | 27 +
.../testfiles-toc/toc-ex-article-no-tagging.tpf | 1020 +++++
.../toc-ex-book-hyperref-1.luatex.tpf | 3489 +++++++++++++++++
.../testfiles-toc/toc-ex-book-hyperref-1.pvt | 26 +
.../testfiles-toc/toc-ex-book-hyperref-1.tpf | 4142 ++++++++++++++++++++
.../toc-ex-book-no-hyperref.luatex.tpf | 2753 +++++++++++++
.../testfiles-toc/toc-ex-book-no-hyperref.pvt | 26 +
.../testfiles-toc/toc-ex-book-no-hyperref.tpf | 2936 ++++++++++++++
.../testfiles-toc/toc-ex-book-tocdepth.luatex.tpf | 2753 +++++++++++++
.../testfiles-toc/toc-ex-book-tocdepth.pvt | 27 +
.../testfiles-toc/toc-ex-book-tocdepth.tpf | 2936 ++++++++++++++
.../testfiles-toc/toc-math-leaders.luatex.tlg | 147 +
.../latex-lab/testfiles-toc/toc-math-leaders.lvt | 16 +
.../latex-lab/testfiles-toc/toc-math-leaders.tlg | 168 +
required/latex-lab/update-sec-tagging.sh | 2 +-
required/latex-lab/update-toc-tagging.sh | 2 +-
texmf/tex/latex/mwe/example-image-a.pdf | Bin 0 -> 12160 bytes
texmf/tex/latex/mwe/example-image-b.pdf | Bin 0 -> 17201 bytes
texmf/tex/latex/mwe/example-image-duck.pdf | Bin 0 -> 280685 bytes
texmf/tex/latex/mwe/example-image.pdf | Bin 0 -> 17568 bytes
texmf/tex/latex/tagpdf/tagpdf-base.sty | 3 +-
texmf/tex/latex/tagpdf/tagpdf-debug-generic.sty | 27 +-
texmf/tex/latex/tagpdf/tagpdf-debug.sty | 54 +-
texmf/tex/latex/tagpdf/tagpdf-luatex.def | 2 +-
texmf/tex/latex/tagpdf/tagpdf-mc-code-generic.sty | 44 +-
texmf/tex/latex/tagpdf/tagpdf-mc-code-lua.sty | 90 +-
texmf/tex/latex/tagpdf/tagpdf-ns-latex-book.def | 2 +-
texmf/tex/latex/tagpdf/tagpdf-ns-latex-inline.def | 2 +-
texmf/tex/latex/tagpdf/tagpdf-ns-latex.def | 2 +-
texmf/tex/latex/tagpdf/tagpdf-ns-mathml.def | 384 +-
texmf/tex/latex/tagpdf/tagpdf-ns-pdf.def | 4 +-
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 | 348 +-
317 files changed, 117042 insertions(+), 74964 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --ignore-space-at-eol --textconv --ext-diff --cc 751111b86e5143647dacd1a9445b521ce962f56b
More information about the latex3-commits
mailing list.