summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/tex4ht-mathjax.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-02-18 03:01:45 +0000
committerNorbert Preining <norbert@preining.info>2024-02-18 03:01:45 +0000
commita3b386e8476527e1b87ec71f7156cd7751f8f325 (patch)
treecd6442374d94f7e42f3d8e2c018a448aacedb846 /support/TeX4ht/source/tex4ht-mathjax.tex
parent8886ad587a305595ce543a74b0fc779f0732a6e9 (diff)
CTAN sync 202402180301
Diffstat (limited to 'support/TeX4ht/source/tex4ht-mathjax.tex')
-rw-r--r--support/TeX4ht/source/tex4ht-mathjax.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/support/TeX4ht/source/tex4ht-mathjax.tex b/support/TeX4ht/source/tex4ht-mathjax.tex
index a02f8d1c54..24c0ec87ae 100644
--- a/support/TeX4ht/source/tex4ht-mathjax.tex
+++ b/support/TeX4ht/source/tex4ht-mathjax.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-mathjax.tex 1382 2023-10-12 12:52:53Z michal_h21 $
+% $Id: tex4ht-mathjax.tex 1460 2024-02-13 13:55:59Z michal_h21 $
% compile: latex tex4ht-mathjax
%
% Copyright 2018-2023 TeX Users Group
@@ -271,7 +271,8 @@ Fixes for tables of contents.
\<mhchem configurations\><<<
\@ifpackageloaded{mhchem}{%
-\def\ce#1{\texttt{\detokenize{\(\ce{#1}\)}}}
+\def\:tempa#1{\texttt{\detokenize{\(\ce{#1}\)}}}
+\HLet\ce\:tempa
}{}
>>>