diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-11 22:51:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-11 22:51:41 +0000 |
commit | b473a14688e21a33f010e8cd5eb726e13d0ed5ce (patch) | |
tree | 89c3bc8aac4208bb462f0a67a42cc47849825bb8 | |
parent | e6a2b56351dad347e5b65b2c15f9fa810c2b8246 (diff) |
\left, \right mathjax fix, tex4ht r681
git-svn-id: svn://tug.org/texlive/trunk@54679 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht | 20 |
1 files changed, 16 insertions, 4 deletions
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 d28c17a204f..f5f40f84be4 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 (2019-05-14-15:32), generated from tex4ht-mathjax.tex +% mathjax-latex-4ht.sty (2020-04-04-14:36), 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 2019-05-14-15:32} +\immediate\write-1{version 2020-04-04-14:36} \RequirePackage{etoolbox,expl3,environ} @@ -55,6 +55,7 @@ }{}% } \def\fixmathjaxtoc#1{\Configure{writetoc}{\def#1{\detokenize{#1}}}} +\def\fixmathjaxsec#1{\def#1{\detokenize{#1}}} \AtBeginDocument{% \VerbMath{subarray} @@ -92,8 +93,8 @@ \VerbMath{eqnarray*} \ConfigureEnv{multline}{}{}{}{} \ConfigureEnv{multline*}{}{}{}{} -\fixmathjaxtoc\left -\fixmathjaxtoc\right +\fixmathjaxsec\left +\fixmathjaxsec\right \fixmathjaxtoc\int \fixmathjaxtoc\, \fixmathjaxtoc\sin @@ -543,5 +544,16 @@ + + + + + + + + + + + \endinput |