summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht23
1 files changed, 20 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht
index f0ea8e142cb..2d6ce02c9b3 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht
@@ -1,4 +1,4 @@
-% html4-math.4ht (2020-11-09-14:28), generated from tex4ht-html4.tex
+% html4-math.4ht (2021-01-09-13:20), generated from tex4ht-html4.tex
% Copyright 2009-2019 TeX Users Group
% Copyright 1999-2009 Eitan M. Gurari
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2020-11-09-14:28}
+\immediate\write-1{version 2021-01-09-13:20}
\exit:ifnot{accents,%
amsfonts,%
@@ -492,7 +492,22 @@ ushort}
\Configure{idotsint} {\pic:sym{tsint}}
\Configure{doteq} {\pic:sym{tsint}}
\ifOption{mathjax}{}{%
-\Configure{[]}{\begin{equation*}\protect\nested:math}{\end{equation*}}
+\DeclareRobustCommand\[{%
+\bgroup%
+ \mathdisplay@push%
+ \st@rredtrue \global\@eqnswfalse%
+ \mathdisplay{equation*}%
+\csname st:Math\endcsname
+}
+
+\DeclareRobustCommand\]{%
+\csname ed:Math\endcsname
+ \endmathdisplay{equation*}%
+ \mathdisplay@pop%
+ \ignorespacesafterend%
+\egroup
+}
+\Configure{[]}{\protect\nested:math}{}
}%
\Configure{equation}
{\ifmmode\else\par \IgnorePar\fi \EndP
@@ -1533,5 +1548,7 @@ ushort}
+
+
\endinput