[tex4ht-commits] [SCM] tex4ht updated: r888 - trunk/lit

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Thu Feb 18 20:07:25 CET 2021


Author: michal_h21
Date: 2021-02-18 21:07:25 +0200 (Thu, 18 Feb 2021)
New Revision: 888

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-mathjax.tex
Log:
fix \( and \) in sectioning commands

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-02-18 18:33:16 UTC (rev 887)
+++ trunk/lit/ChangeLog	2021-02-18 19:07:25 UTC (rev 888)
@@ -4,6 +4,9 @@
 	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/cyrillic/cmcyr/cmcbx.htf
 	): fixed wrong character.
 	https://tug.org/pipermail/tex4ht/2021q1/002904.html
+	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): fix \( and \) in sectioning
+	commands.
+	https://tex.stackexchange.com/a/583946/2891
 
 2021-02-14  Michal Hoftich  <michal.h21 at gmail.com>
 

Modified: trunk/lit/tex4ht-mathjax.tex
===================================================================
--- trunk/lit/tex4ht-mathjax.tex	2021-02-18 18:33:16 UTC (rev 887)
+++ trunk/lit/tex4ht-mathjax.tex	2021-02-18 19:07:25 UTC (rev 888)
@@ -180,4 +180,6 @@
 \fixmathjaxtoc\log
 \fixmathjaxtoc\ln
 \fixmathjaxtoc\sum
+\fixmathjaxtoc\(
+\fixmathjaxtoc\)
 >>>



More information about the tex4ht-commits mailing list.