[tex4ht-commits] [SCM] tex4ht updated: r1583 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Fri Oct 18 16:27:19 CEST 2024
Author: michal_h21
Date: 2024-10-18 14:27:19 +0000 (Fri, 18 Oct 2024)
New Revision: 1583
Modified:
trunk/lit/ChangeLog
trunk/lit/mktex4ht-cnf.tex
trunk/lit/tex4ht-4ht.tex
Log:
added basic support for the nicematrix package
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2024-10-14 09:21:51 UTC (rev 1582)
+++ trunk/lit/ChangeLog 2024-10-18 14:27:19 UTC (rev 1583)
@@ -1,3 +1,8 @@
+2024-10-18 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (nicematrix.4ht): added basic support for the
+ Nicematrix package.
+
2024-10-14 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-html4.tex (html4.4ht): fixed formatting of the \rtitlex
Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex 2024-10-14 09:21:51 UTC (rev 1582)
+++ trunk/lit/mktex4ht-cnf.tex 2024-10-18 14:27:19 UTC (rev 1583)
@@ -58,6 +58,7 @@
\AddFile{7}{arydshln}
\AddFile{9}{threeparttable}
\AddFile{9}{tabularray}
+\AddFile{9}{nicematrix}
\AddFile{9}{mdwtab}
\AddFile{9}{tabto}
\AddFile{9}{multirow}
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2024-10-14 09:21:51 UTC (rev 1582)
+++ trunk/lit/tex4ht-4ht.tex 2024-10-18 14:27:19 UTC (rev 1583)
@@ -11574,6 +11574,31 @@
>>>
%%%%%%%%%%%%%%%%%%%%%%%%
+\Section{nicematrix}
+%%%%%%%%%%%%%%%%%%%%%%%%
+
+\<nicematrix.4ht\><<<
+% nicematrix.4ht (|version), generated from |jobname.tex
+% Copyright 2024 TeX Users Group
+|<TeX4ht license text|>
+\ExplSyntaxOn
+|<nicematrix suppress error message|>
+\ExplSyntaxOff
+
+\Hinput{nicematrix}
+\endinput
+>>> \AddFile{9}{nicematrix}
+
+Nicematrix detects if the array environment was changed
+and prints error message if it was. As TeX4ht changes the environment,
+it caused an error message. This boolean should suppress it.
+
+\<nicematrix suppress error message\><<<
+\bool_set_true:N\g__nicematrix_no_test_for_array_bool
+>>>
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%
\Section{mdwtab}
%%%%%%%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list.