Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print tex-[imn]*: update to texlive 2020 versions



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b9849ea71e2
branches:  trunk
changeset: 430560:8b9849ea71e2
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat May 02 02:27:43 2020 +0000

description:
tex-[imn]*: update to texlive 2020 versions

tex-iftex{,-doc} to 1.0d
tex-import to 6.2
tex-make4ht{,-doc} to 0.3e
tex-mathtools to 1.24
tex-media9{,-doc} to 1.10
tex-memoir{,-doc} to 3.7k
tex-microtype{,-doc} to 2.7d
tex-mltex{,-doc} to 2.2.54227
tex-musixtex{,-doc} to 1.30
tex-ncctools{,-doc} to 3.5.3
tex-nomencl{,-doc} to 5.4
tex-ntgclass{,-doc} to 2.1d

diffstat:

 print/tex-iftex-doc/Makefile     |   8 +++---
 print/tex-iftex-doc/PLIST        |   4 +-
 print/tex-iftex-doc/distinfo     |  10 ++++----
 print/tex-iftex/Makefile         |   8 +++---
 print/tex-iftex/PLIST            |   7 +++++-
 print/tex-iftex/distinfo         |  10 ++++----
 print/tex-import-doc/Makefile    |   7 ++---
 print/tex-import-doc/PLIST       |   3 +-
 print/tex-import-doc/distinfo    |  10 ++++----
 print/tex-import/Makefile        |   7 ++---
 print/tex-import/distinfo        |  10 ++++----
 print/tex-make4ht-doc/Makefile   |   7 ++---
 print/tex-make4ht-doc/distinfo   |  10 ++++----
 print/tex-make4ht/DESCR          |   7 +++--
 print/tex-make4ht/Makefile       |   7 ++---
 print/tex-make4ht/PLIST          |  43 +++++++++++++++++++++++++--------------
 print/tex-make4ht/distinfo       |  10 ++++----
 print/tex-mathtools/Makefile     |   7 ++---
 print/tex-mathtools/distinfo     |  10 ++++----
 print/tex-media9-doc/Makefile    |   7 ++---
 print/tex-media9-doc/distinfo    |  10 ++++----
 print/tex-media9/Makefile        |   7 ++---
 print/tex-media9/distinfo        |  10 ++++----
 print/tex-memoir-doc/Makefile    |   7 ++---
 print/tex-memoir-doc/distinfo    |  10 ++++----
 print/tex-memoir/Makefile        |   9 +++----
 print/tex-memoir/distinfo        |  10 ++++----
 print/tex-microtype-doc/Makefile |   7 ++---
 print/tex-microtype-doc/distinfo |  10 ++++----
 print/tex-microtype/Makefile     |   7 ++---
 print/tex-microtype/distinfo     |  10 ++++----
 print/tex-mltex-doc/Makefile     |   8 +++---
 print/tex-mltex-doc/distinfo     |  10 ++++----
 print/tex-mltex/Makefile         |  14 +++++++++---
 print/tex-mltex/distinfo         |  10 ++++----
 print/tex-musixtex-doc/Makefile  |   7 ++---
 print/tex-musixtex-doc/PLIST     |   4 +-
 print/tex-musixtex-doc/distinfo  |  10 ++++----
 print/tex-musixtex/Makefile      |   7 ++---
 print/tex-musixtex/distinfo      |  11 ++++-----
 print/tex-ncctools-doc/Makefile  |   7 ++---
 print/tex-ncctools-doc/distinfo  |  10 ++++----
 print/tex-ncctools/DESCR         |   8 +++---
 print/tex-ncctools/Makefile      |   7 ++---
 print/tex-ncctools/distinfo      |  10 ++++----
 print/tex-nomencl-doc/Makefile   |   7 ++---
 print/tex-nomencl-doc/distinfo   |  10 ++++----
 print/tex-nomencl/DESCR          |   4 +-
 print/tex-nomencl/Makefile       |   7 ++---
 print/tex-nomencl/distinfo       |  10 ++++----
 print/tex-ntgclass-doc/Makefile  |   8 +++---
 print/tex-ntgclass-doc/PLIST     |  13 ++++++-----
 print/tex-ntgclass-doc/distinfo  |  10 ++++----
 print/tex-ntgclass/DESCR         |   9 ++++++-
 print/tex-ntgclass/Makefile      |   8 +++---
 print/tex-ntgclass/distinfo      |  10 ++++----
 56 files changed, 260 insertions(+), 248 deletions(-)

diffs (truncated from 1057 to 300 lines):

diff -r 73abc13fd43b -r 8b9849ea71e2 print/tex-iftex-doc/Makefile
--- a/print/tex-iftex-doc/Makefile      Sat May 02 01:35:39 2020 +0000
+++ b/print/tex-iftex-doc/Makefile      Sat May 02 02:27:43 2020 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2019/12/06 20:21:44 markd Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/02 02:27:43 markd Exp $
 
 DISTNAME=      iftex.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-0.2
-TEXLIVE_REV=   29654
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.0d
+TEXLIVE_REV=   54159
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/iftex
 COMMENT=       Documentation for tex-iftex
 LICENSE=       lppl-1.3c
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 73abc13fd43b -r 8b9849ea71e2 print/tex-iftex-doc/PLIST
--- a/print/tex-iftex-doc/PLIST Sat May 02 01:35:39 2020 +0000
+++ b/print/tex-iftex-doc/PLIST Sat May 02 02:27:43 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/26 01:08:22 markd Exp $
-share/texmf-dist/doc/generic/iftex/README
+@comment $NetBSD: PLIST,v 1.2 2020/05/02 02:27:43 markd Exp $
+share/texmf-dist/doc/generic/iftex/README.md
 share/texmf-dist/doc/generic/iftex/iftex.pdf
 share/texmf-dist/doc/generic/iftex/iftex.tex
diff -r 73abc13fd43b -r 8b9849ea71e2 print/tex-iftex-doc/distinfo
--- a/print/tex-iftex-doc/distinfo      Sat May 02 01:35:39 2020 +0000
+++ b/print/tex-iftex-doc/distinfo      Sat May 02 02:27:43 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:02:20 agc Exp $
+$NetBSD: distinfo,v 1.3 2020/05/02 02:27:43 markd Exp $
 
-SHA1 (tex-iftex-29654/iftex.doc.tar.xz) = 1e7e24011ecd8f902661ae9c04403f45826cfb83
-RMD160 (tex-iftex-29654/iftex.doc.tar.xz) = 10e9a16c0fb9c2011e3a91909a842060eed601a9
-SHA512 (tex-iftex-29654/iftex.doc.tar.xz) = eb9d69a8f6bc4bb9b0bd5affa78bf0446a84d9416317daf022567b3407de0d2a9266adcd8820ab943542b94af2031c0d3a7965a90d892312b769d1a6c317130a
-Size (tex-iftex-29654/iftex.doc.tar.xz) = 31288 bytes
+SHA1 (iftex.doc.r54159.tar.xz) = dfde325159b8c0e56f934e0fe962149cf9302a63
+RMD160 (iftex.doc.r54159.tar.xz) = fbf4862fa14b9d91cee6704ee037ebafa311eb13
+SHA512 (iftex.doc.r54159.tar.xz) = f90a13be1d0645a1ce138b5a04254713abd512b1a041378da0608e40edbfd00cb50d2da7c0b2cdd5cca0a05925e0c7ac3cdd07d71d44a3e9550f8c62d89c23f7
+Size (iftex.doc.r54159.tar.xz) = 218572 bytes
diff -r 73abc13fd43b -r 8b9849ea71e2 print/tex-iftex/Makefile
--- a/print/tex-iftex/Makefile  Sat May 02 01:35:39 2020 +0000
+++ b/print/tex-iftex/Makefile  Sat May 02 02:27:43 2020 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2019/12/06 20:21:44 markd Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/02 02:27:43 markd Exp $
 
 DISTNAME=      iftex
-PKGNAME=       tex-${DISTNAME}-0.2
-TEXLIVE_REV=   29654
+PKGNAME=       tex-${DISTNAME}-1.0d
+TEXLIVE_REV=   54159
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/iftex
 COMMENT=       TeX package to determine if running under pdfTeX, XeTeX or LuaTeX
 LICENSE=       lppl-1.3c
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 73abc13fd43b -r 8b9849ea71e2 print/tex-iftex/PLIST
--- a/print/tex-iftex/PLIST     Sat May 02 01:35:39 2020 +0000
+++ b/print/tex-iftex/PLIST     Sat May 02 02:27:43 2020 +0000
@@ -1,2 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/26 01:08:22 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/05/02 02:27:43 markd Exp $
+share/texmf-dist/tex/generic/iftex/ifetex.sty
+share/texmf-dist/tex/generic/iftex/ifluatex.sty
+share/texmf-dist/tex/generic/iftex/ifpdf.sty
 share/texmf-dist/tex/generic/iftex/iftex.sty
+share/texmf-dist/tex/generic/iftex/ifvtex.sty
+share/texmf-dist/tex/generic/iftex/ifxetex.sty
diff -r 73abc13fd43b -r 8b9849ea71e2 print/tex-iftex/distinfo
--- a/print/tex-iftex/distinfo  Sat May 02 01:35:39 2020 +0000
+++ b/print/tex-iftex/distinfo  Sat May 02 02:27:43 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:02:20 agc Exp $
+$NetBSD: distinfo,v 1.3 2020/05/02 02:27:43 markd Exp $
 
-SHA1 (tex-iftex-29654/iftex.tar.xz) = e5e6aa6087adb41405bef8503b76d11cd906dd55
-RMD160 (tex-iftex-29654/iftex.tar.xz) = 7a5254881779cd4b8bb5c011948def9b418fc750
-SHA512 (tex-iftex-29654/iftex.tar.xz) = b4924cb0a8b7fa3aa1520876b1793e825b370cb958beba9fb3ad045d8382f205b6b63325d673e8b919ef45e09d720c98c29ae2479f097775bfefeb0b4ed779c9
-Size (tex-iftex-29654/iftex.tar.xz) = 1252 bytes
+SHA1 (iftex.r54159.tar.xz) = c1f947ae4d11463151783caf433ed5c2dc2d6a05
+RMD160 (iftex.r54159.tar.xz) = b0d977dd97d883e43b70e6812a765ee30eb28933
+SHA512 (iftex.r54159.tar.xz) = 144772d49d42f957815ce9594e7f005e942c82c948ffdec22a36633e0fd26b0e0c2af94afb7f7113bb6d1f422513987e119077896a9f199db06763be43c8dc22
+Size (iftex.r54159.tar.xz) = 3004 bytes
diff -r 73abc13fd43b -r 8b9849ea71e2 print/tex-import-doc/Makefile
--- a/print/tex-import-doc/Makefile     Sat May 02 01:35:39 2020 +0000
+++ b/print/tex-import-doc/Makefile     Sat May 02 02:27:43 2020 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:34:18 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/02 02:27:43 markd Exp $
 
 DISTNAME=      import.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-5.1
-TEXLIVE_REV=   17361
+PKGNAME=       tex-${DISTNAME:S/./-/}-6.2
+TEXLIVE_REV=   54683
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/import
 COMMENT=       Documentation for tex-import
 LICENSE=       public-domain
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 73abc13fd43b -r 8b9849ea71e2 print/tex-import-doc/PLIST
--- a/print/tex-import-doc/PLIST        Sat May 02 01:35:39 2020 +0000
+++ b/print/tex-import-doc/PLIST        Sat May 02 02:27:43 2020 +0000
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:16 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/05/02 02:27:43 markd Exp $
+share/texmf-dist/doc/latex/import/README
 share/texmf-dist/doc/latex/import/import.pdf
 share/texmf-dist/doc/latex/import/import.tex
diff -r 73abc13fd43b -r 8b9849ea71e2 print/tex-import-doc/distinfo
--- a/print/tex-import-doc/distinfo     Sat May 02 01:35:39 2020 +0000
+++ b/print/tex-import-doc/distinfo     Sat May 02 02:27:43 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:02:20 agc Exp $
+$NetBSD: distinfo,v 1.3 2020/05/02 02:27:43 markd Exp $
 
-SHA1 (tex-import-17361/import.doc.tar.xz) = 32e6832c57b6e10a922ba54e33888aca0511eb3a
-RMD160 (tex-import-17361/import.doc.tar.xz) = 5ecb0fc160af5fd639ff2157de0aea6e8f01a0dc
-SHA512 (tex-import-17361/import.doc.tar.xz) = b0838c58077cd5017d73598a6a994b48d3a370d30de502e0539b214e10d5fbc4b89d5dc04ce008da1f97b0efd326597fdc67a2969b8cf2979d8d150cdff6935e
-Size (tex-import-17361/import.doc.tar.xz) = 245180 bytes
+SHA1 (import.doc.r54683.tar.xz) = debd6070f4e75262d606a360e9e84cca73a55344
+RMD160 (import.doc.r54683.tar.xz) = 1c4f2b738cbe8a387078ccd5723d4d6141326513
+SHA512 (import.doc.r54683.tar.xz) = 967d456dd18c8838db7d2ed64016fa0f77f2ed475e5cbe36389414849786d7e7850ea43e8bb00d8aa06e3ba06f62970a6525ee1b5a5109f8cbc77a0baf894b50
+Size (import.doc.r54683.tar.xz) = 246512 bytes
diff -r 73abc13fd43b -r 8b9849ea71e2 print/tex-import/Makefile
--- a/print/tex-import/Makefile Sat May 02 01:35:39 2020 +0000
+++ b/print/tex-import/Makefile Sat May 02 02:27:43 2020 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:34:18 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/02 02:27:43 markd Exp $
 
 DISTNAME=      import
-PKGNAME=       tex-${DISTNAME}-5.1
-TEXLIVE_REV=   17361
+PKGNAME=       tex-${DISTNAME}-6.2
+TEXLIVE_REV=   54683
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/import
 COMMENT=       Establish input relative to a directory
 LICENSE=       public-domain
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 73abc13fd43b -r 8b9849ea71e2 print/tex-import/distinfo
--- a/print/tex-import/distinfo Sat May 02 01:35:39 2020 +0000
+++ b/print/tex-import/distinfo Sat May 02 02:27:43 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:02:20 agc Exp $
+$NetBSD: distinfo,v 1.3 2020/05/02 02:27:43 markd Exp $
 
-SHA1 (tex-import-17361/import.tar.xz) = 9bfc0425557e7999db3907d2c5e32c397a56bedc
-RMD160 (tex-import-17361/import.tar.xz) = ec5561781542c816809bd4dede7adcf45256843e
-SHA512 (tex-import-17361/import.tar.xz) = 80d0cf0012c2ef4ac77ee0d02fc3e54bf41aa9e70674042ab2cc0a05f5bd59d6bfc4830b51d67dc4a75ad76b8890d38005c8124cee112675f71ca9b4f69bd5dd
-Size (tex-import-17361/import.tar.xz) = 2552 bytes
+SHA1 (import.r54683.tar.xz) = 8a0ded0d43ba6b0d2285ab32ae038cb0d6e20c2c
+RMD160 (import.r54683.tar.xz) = 3d8fda18110edf3600d0c4d8b27db7ad282280c3
+SHA512 (import.r54683.tar.xz) = 96a92584b4ff4a4bd3b345b446f2802e34d59ebf8c14469a5b5331e6d2f92b63f42d8f5799bdcefc9ae3f74e5e6f93aad7d5371dbe7d21e84ced3890a76c7a19
+Size (import.r54683.tar.xz) = 2712 bytes
diff -r 73abc13fd43b -r 8b9849ea71e2 print/tex-make4ht-doc/Makefile
--- a/print/tex-make4ht-doc/Makefile    Sat May 02 01:35:39 2020 +0000
+++ b/print/tex-make4ht-doc/Makefile    Sat May 02 02:27:43 2020 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.7 2019/12/06 20:21:57 markd Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/02 02:27:44 markd Exp $
 
 DISTNAME=      make4ht.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-0.2g
-TEXLIVE_REV=   51215
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.3e
+TEXLIVE_REV=   54080
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/make4ht
 COMMENT=       Documentation for tex-make4ht
 LICENSE=       lppl-1.3c
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 73abc13fd43b -r 8b9849ea71e2 print/tex-make4ht-doc/distinfo
--- a/print/tex-make4ht-doc/distinfo    Sat May 02 01:35:39 2020 +0000
+++ b/print/tex-make4ht-doc/distinfo    Sat May 02 02:27:43 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/08/04 04:30:03 markd Exp $
+$NetBSD: distinfo,v 1.7 2020/05/02 02:27:44 markd Exp $
 
-SHA1 (tex-make4ht-51215/make4ht.doc.tar.xz) = f9fbb9120af199d1642f3c3d569a12795d73d233
-RMD160 (tex-make4ht-51215/make4ht.doc.tar.xz) = a14f25d078c9510e4e45ff9b1d3f75154d5f426f
-SHA512 (tex-make4ht-51215/make4ht.doc.tar.xz) = 45637b363c64d0ad91e164d8c8a254506f98c8105d226ef9ce1912c2c4ee50057233f17035e8a5ab995c49875e638bbd14e1a13949867329a3e3cae65b844c55
-Size (tex-make4ht-51215/make4ht.doc.tar.xz) = 125828 bytes
+SHA1 (make4ht.doc.r54080.tar.xz) = 4d95228821a07c7a46f4c18bdac4c272e01db122
+RMD160 (make4ht.doc.r54080.tar.xz) = dbaf92260916e565ddeeccf45c74cd38f46e4a3f
+SHA512 (make4ht.doc.r54080.tar.xz) = 143893140935d851f2df6d955ed65bf3cee61ff56a6fe7e2f318ee64f8ea1cc280d464e2f2f3d5c1164f2d833e94bce00a5b1fd7ef7f14f75719318956f12d36
+Size (make4ht.doc.r54080.tar.xz) = 151384 bytes
diff -r 73abc13fd43b -r 8b9849ea71e2 print/tex-make4ht/DESCR
--- a/print/tex-make4ht/DESCR   Sat May 02 01:35:39 2020 +0000
+++ b/print/tex-make4ht/DESCR   Sat May 02 02:27:43 2020 +0000
@@ -1,3 +1,4 @@
-make4ht is a simple build system for tex4ht. It is both
-executable, which simplifies tex4ht execution, and a library
-which can be used to create customized conversion programs.
+make4ht is a simple build system for tex4ht, a TeX to XML
+converter. It provides a command line tool that drives the
+conversion process. It also provides a library which can be
+used to create customized conversion tools.
diff -r 73abc13fd43b -r 8b9849ea71e2 print/tex-make4ht/Makefile
--- a/print/tex-make4ht/Makefile        Sat May 02 01:35:39 2020 +0000
+++ b/print/tex-make4ht/Makefile        Sat May 02 02:27:43 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2019/12/06 20:21:57 markd Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/02 02:27:43 markd Exp $
 
 DISTNAME=      make4ht
-PKGNAME=       tex-${DISTNAME}-0.2g
-TEXLIVE_REV=   51215
+PKGNAME=       tex-${DISTNAME}-0.3e
+TEXLIVE_REV=   54080
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/make4ht
@@ -18,6 +18,5 @@
 post-install:
        ln -s ${PREFIX}/share/texmf-dist/scripts/make4ht/make4ht ${DESTDIR}${PREFIX}/bin/make4ht
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 73abc13fd43b -r 8b9849ea71e2 print/tex-make4ht/PLIST
--- a/print/tex-make4ht/PLIST   Sat May 02 01:35:39 2020 +0000
+++ b/print/tex-make4ht/PLIST   Sat May 02 02:27:43 2020 +0000
@@ -1,21 +1,28 @@
-@comment $NetBSD: PLIST,v 1.4 2019/05/11 23:23:48 markd Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/05/02 02:27:43 markd Exp $
 bin/make4ht
 share/texmf-dist/scripts/make4ht/domfilters/make4ht-aeneas.lua
+share/texmf-dist/scripts/make4ht/domfilters/make4ht-booktabs.lua
+share/texmf-dist/scripts/make4ht/domfilters/make4ht-collapsetoc.lua
 share/texmf-dist/scripts/make4ht/domfilters/make4ht-fixinlines.lua
 share/texmf-dist/scripts/make4ht/domfilters/make4ht-idcolons.lua
 share/texmf-dist/scripts/make4ht/domfilters/make4ht-joincharacters.lua
 share/texmf-dist/scripts/make4ht/domfilters/make4ht-joincolors.lua
+share/texmf-dist/scripts/make4ht/domfilters/make4ht-mathmlfixes.lua
 share/texmf-dist/scripts/make4ht/domfilters/make4ht-odtimagesize.lua
+share/texmf-dist/scripts/make4ht/domfilters/make4ht-odtpartable.lua
 share/texmf-dist/scripts/make4ht/domfilters/make4ht-t4htlinks.lua
-share/texmf-dist/scripts/make4ht/extensions/common_domfilters.lua
-share/texmf-dist/scripts/make4ht/extensions/common_filters.lua
-share/texmf-dist/scripts/make4ht/extensions/dvisvgm_hashes.lua
-share/texmf-dist/scripts/make4ht/extensions/join_colors.lua
-share/texmf-dist/scripts/make4ht/extensions/latexmk_build.lua
-share/texmf-dist/scripts/make4ht/extensions/mathjaxnode.lua
-share/texmf-dist/scripts/make4ht/extensions/odttemplate.lua
-share/texmf-dist/scripts/make4ht/extensions/staticsite.lua
-share/texmf-dist/scripts/make4ht/extensions/tidy.lua
+share/texmf-dist/scripts/make4ht/domfilters/make4ht-tablerows.lua
+share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-common_domfilters.lua
+share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-common_filters.lua
+share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-detect_engine.lua
+share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-dvisvgm_hashes.lua
+share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-join_colors.lua
+share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-latexmk_build.lua
+share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-mathjaxnode.lua
+share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-odttemplate.lua
+share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-preprocess_input.lua
+share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-staticsite.lua
+share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-tidy.lua
 share/texmf-dist/scripts/make4ht/filters/make4ht-cleanspan-nat.lua
 share/texmf-dist/scripts/make4ht/filters/make4ht-cleanspan.lua
 share/texmf-dist/scripts/make4ht/filters/make4ht-domfilter.lua
@@ -29,19 +36,23 @@
 share/texmf-dist/scripts/make4ht/filters/make4ht-odttemplate.lua
 share/texmf-dist/scripts/make4ht/filters/make4ht-staticsite.lua
 share/texmf-dist/scripts/make4ht/filters/make4ht-svg-height.lua
-share/texmf-dist/scripts/make4ht/formats/docbook.lua
-share/texmf-dist/scripts/make4ht/formats/html5.lua
-share/texmf-dist/scripts/make4ht/formats/odt.lua
-share/texmf-dist/scripts/make4ht/formats/tei.lua
-share/texmf-dist/scripts/make4ht/formats/xhtml.lua
+share/texmf-dist/scripts/make4ht/formats/make4ht-docbook.lua
+share/texmf-dist/scripts/make4ht/formats/make4ht-html5.lua
+share/texmf-dist/scripts/make4ht/formats/make4ht-odt.lua
+share/texmf-dist/scripts/make4ht/formats/make4ht-tei.lua
+share/texmf-dist/scripts/make4ht/formats/make4ht-xhtml.lua



Home | Main Index | Thread Index | Old Index