[tex4ht-commits] [SCM] tex4ht updated: r1211 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Thu Oct 6 12:20:25 CEST 2022
Author: michal_h21
Date: 2022-10-06 10:20:25 +0000 (Thu, 06 Oct 2022)
New Revision: 1211
Modified:
trunk/lit/tex4ht-mathjax.tex
Log:
fixed wrong argument number
Modified: trunk/lit/tex4ht-mathjax.tex
===================================================================
--- trunk/lit/tex4ht-mathjax.tex 2022-10-06 09:54:22 UTC (rev 1210)
+++ trunk/lit/tex4ht-mathjax.tex 2022-10-06 10:20:25 UTC (rev 1211)
@@ -110,7 +110,7 @@
\ExplSyntaxOn
\cs_generate_variant:Nn \regex_extract_once:nnNTF {nV}
\newcommand\VerbMath[2][]{%
- \cs_if_exist:cTF{#1}{
+ \cs_if_exist:cTF{#2}{
\RenewDocumentEnvironment{#2}{+!b}{%
\NoFonts\expandafter\VerbMathToks\expandafter{\detokenize{##1}}{#2}\EndNoFonts%
\ifx\relax#1\relax\else%
More information about the tex4ht-commits
mailing list.