[tex4ht-commits] [SCM] tex4ht updated: r1589 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Fri Oct 25 16:47:15 CEST 2024
Author: michal_h21
Date: 2024-10-25 14:47:14 +0000 (Fri, 25 Oct 2024)
New Revision: 1589
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-mathjax.tex
Log:
restore math environments before \tikz at installcommands
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2024-10-25 14:32:49 UTC (rev 1588)
+++ trunk/lit/ChangeLog 2024-10-25 14:47:14 UTC (rev 1589)
@@ -1,5 +1,9 @@
2024-10-25 Michal Hoftich <michal.h21 at gmail.com>
+ * tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): restore math
+ environments before \tikz at installcommands, to fix issues with
+ the matrix environment.
+
* tex4ht-4ht.tex (french.4ht): fixed \part command in TOC.
https://github.com/michal-h21/make4ht/issues/155
Modified: trunk/lit/tex4ht-mathjax.tex
===================================================================
--- trunk/lit/tex4ht-mathjax.tex 2024-10-25 14:32:49 UTC (rev 1588)
+++ trunk/lit/tex4ht-mathjax.tex 2024-10-25 14:47:14 UTC (rev 1589)
@@ -309,7 +309,8 @@
\<restore environments\><<<
\@ifpackageloaded{tikz}{%
-\tikzset{every picture/.append code={\:ignoretikzmatrix\RestoreMathJaxEnvironments}}
+%\tikzset{every picture/.append code={\:ignoretikzmatrix\RestoreMathJaxEnvironments}}
+\pend:def\tikz at installcommands{\RestoreMathJaxEnvironments}
}{}
>>>
More information about the tex4ht-commits
mailing list.