summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-29 23:09:14 +0000
committerKarl Berry <karl@freefriends.org>2024-02-29 23:09:14 +0000
commit4b23f29f8c26e3dd6445843b979ae17039bfdcef (patch)
treea59007be75629d3c9c9f058137c748ecbf44dcc5 /Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
parent5ddbeebb77d0b3a94793556b503f11c741dcb4d0 (diff)
appendices environment html, tex4ht r1481; declare hyperref \Hy@appendixstring, tex4ht r1480; mhchem cmds in group, tex4ht r1479; mhchem arrows in mathml, tex4ht r1478
git-svn-id: svn://tug.org/texlive/trunk@70264 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index 8077218becf..9ea67de9bc6 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1464 2024-02-21 09:46:01Z michal_h21 $
+% $Id: tex4ht-html4.tex 1481 2024-02-29 16:25:52Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -21769,7 +21769,7 @@ users redefine the latter macro.
\Configure{mhchemarrow}{\HCode {<span class="mhchem-arrow">}}{\HCode{</span>}}
\Configure{mhchemarrowabove}{\HCode {<span class="mhchem-above">}}{\HCode{</span>}}
\Configure{mhchemarrowyields}{\HCode{<span class="mhchem-arrow-normal">&\#x27F6;</span>}}
-\Configure{mhchemarrowyieldsLeft}{\HCode{<span class="mhchem-arrow-normal">&\#x2190;</span>}}
+\Configure{mhchemarrowyieldsLeft}{\HCode{<span class="mhchem-arrow-normal">&\#x27F5;</span>}}
\Configure{mhchemarrowyieldsLeftRight}{\HCode{<span class="mhchem-arrow-normal">&\#x21c4;</span>}} % todo: improve
\Configure{mhchemarrowmesomerism}{\HCode{<span class="mhchem-arrow-normal">&\#x2194;</span>}} % todo: improve
\Configure{mhchemarrowequilibrium}{\HCode{<span class="mhchem-arrow-normal">&\#x21cc;</span>}} % todo: improve
@@ -22789,7 +22789,7 @@ them in the same row.
%%%%%%%%%%%%%%%%%
\section{appendix}
\<configure html4 appendix\><<<
-\ConfigureEnv{appendices}{\ifvmode\IgnorePar\fi\EndP{<div class="appendices">}}{\ifvmode\IgnorePar\fi\EndP{</div>}}{}{}
+\ConfigureEnv{appendices}{\ifvmode\IgnorePar\fi\EndP\HCode{<div class="appendices">}}{\ifvmode\IgnorePar\fi\EndP\HCode{</div>}}{}{}
>>>