diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-31 21:07:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-31 21:07:43 +0000 |
commit | 7fe7234672b46e6f4414efb74fdf5e72ea6228fd (patch) | |
tree | 9415372c62c2ecab084a86d2a7fadb17087487d3 /Master | |
parent | 6d3366b64e9cc2a4f62ec81acdf57ec4b2dacb15 (diff) |
\sum in toc, tex4ht r714
git-svn-id: svn://tug.org/texlive/trunk@55358 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht index 987f3cfc5a1..f23706f6a9b 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-03-06-15:07), generated from tex4ht-html4.tex +% html4-math.4ht (2020-05-31-14:06), 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-03-06-15:07} +\immediate\write-1{version 2020-05-31-14:06} \exit:ifnot{accents,% amsfonts,% @@ -336,6 +336,7 @@ window.MathJax = { }} \Configure{MathjaxSource}{https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js} \Configure{@HEAD}{\HCode{ <script type="text/javascript" async="async" id="MathJax-script" src="\a:MathjaxSource"></script> \Hnewline}} +\edef\:RestoreMathjaxCatcodes{\catcode`\noexpand \&=\the\catcode`\&} \def\:HandleMathjaxCatcodes{\edef\:RestoreMathjaxCatcodes{\catcode`\noexpand \&=\the\catcode`\&}\catcode`\&=11} \Configure{$}{\:HandleMathjaxCatcodes}{\:RestoreMathjaxCatcodes}{\expandafter\AltMathOne} % for some reason, it is necessary to specify the catcode change directly in the configuration @@ -1105,7 +1106,6 @@ window.MathJax = { - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{fleqn} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1320,6 +1320,7 @@ window.MathJax = { + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{accents} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1439,6 +1440,7 @@ window.MathJax = { + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{th4} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht b/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht index 66305ba95b0..41606b9accb 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht @@ -1,4 +1,4 @@ -% mathjax-latex-4ht.sty (2020-04-20-13:49), generated from tex4ht-mathjax.tex +% mathjax-latex-4ht.sty (2020-05-31-14:06), generated from tex4ht-mathjax.tex % Copyright 2018-2019 TeX Users Group % % This work may be distributed and/or modified under the @@ -16,7 +16,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2020-04-20-13:49} +\immediate\write-1{version 2020-05-31-14:06} \RequirePackage{etoolbox,expl3,environ} @@ -114,6 +114,7 @@ \fixmathjaxtoc\coth \fixmathjaxtoc\log \fixmathjaxtoc\ln +\fixmathjaxtoc\sum } \endinput @@ -558,5 +559,6 @@ + \endinput |