diff options
author | Karl Berry <karl@freefriends.org> | 2022-05-18 20:05:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-05-18 20:05:40 +0000 |
commit | 56df62e7398bd4f305c2a6fdd299f7b94d9cc66d (patch) | |
tree | 71b8b5d9ec07dfecce9a0499aab4744bab59cf23 /Master/texmf-dist/tex/generic | |
parent | 962a8106e245c2c413cead0a91a63f7d1bae4fd7 (diff) |
\over{right,left}arrow, tex4ht r1134
git-svn-id: svn://tug.org/texlive/trunk@63332 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/mathml.4ht | 20 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/xrhyper-hooks.4ht | 6 |
2 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht b/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht index 531179b0742..27a76b95bfb 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht @@ -1,4 +1,4 @@ -% mathml.4ht (2022-05-05-13:42), generated from tex4ht-mathml.tex +% mathml.4ht (2022-05-18-13:01), generated from tex4ht-mathml.tex % Copyright 2009-2022 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 2022-05-05-13:42} +\immediate\write-1{version 2022-05-18-13:01} \exit:ifnot{Preamble,% accents,% @@ -1553,14 +1553,14 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% } \Configure{overrightarrow} - {\leavevmode\hbox\bgroup$\Tg<\a:mathml mover class="overrightarrow">% + {\leavevmode\hbox\bgroup$\Tg<\a:mathml mover accent="true" class="overrightarrow">% \Tg<\a:mathml mrow\Hnewline>\:gobble} - {\Tg</\a:mathml mrow>\mathop{\HCode{&\#x20D7;}}% + {\Tg</\a:mathml mrow>\HCode{<\a:mathml mo>&\#x2192;</\a:mathml mo>}% \Tg</\a:mathml mover>$\egroup} \Configure{overleftarrow} - {\leavevmode\hbox\bgroup$\Tg<\a:mathml mover class="overleftarrow">% + {\leavevmode\hbox\bgroup$\Tg<\a:mathml mover accent="true" class="overleftarrow">% \Tg<\a:mathml mrow\Hnewline>\:gobble} - {\Tg</\a:mathml mrow>\mathop{\HCode{&\#x20D6;}}% + {\Tg</\a:mathml mrow>\HCode{<\a:mathml mo>&\#x2190;</\a:mathml mo>}% \Tg</\a:mathml mover>$\egroup} \Configure{big} {}{} @@ -2547,14 +2547,14 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% } \Configure{overrightarrow} - {\leavevmode\hbox\bgroup$\Tg<\a:mathml mover class="overrightarrow">% + {\leavevmode\hbox\bgroup$\Tg<\a:mathml mover accent="true" class="overrightarrow">% \Tg<\a:mathml mrow\Hnewline>\:gobble} - {\Tg</\a:mathml mrow>\mathop{\HCode{&\#x20D7;}}% + {\Tg</\a:mathml mrow>\HCode{<\a:mathml mo>&\#x2192;</\a:mathml mo>}% \Tg</\a:mathml mover>$\egroup} \Configure{overleftarrow} - {\leavevmode\hbox\bgroup$\Tg<\a:mathml mover class="overleftarrow">% + {\leavevmode\hbox\bgroup$\Tg<\a:mathml mover accent="true" class="overleftarrow">% \Tg<\a:mathml mrow\Hnewline>\:gobble} - {\Tg</\a:mathml mrow>\mathop{\HCode{&\#x20D6;}}% + {\Tg</\a:mathml mrow>\HCode{<\a:mathml mo>&\#x2190;</\a:mathml mo>}% \Tg</\a:mathml mover>$\egroup} \Configure{big} {}{} diff --git a/Master/texmf-dist/tex/generic/tex4ht/xrhyper-hooks.4ht b/Master/texmf-dist/tex/generic/tex4ht/xrhyper-hooks.4ht index aac2f48868f..85061937345 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/xrhyper-hooks.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/xrhyper-hooks.4ht @@ -1,5 +1,5 @@ -% xrhyper-hooks.4ht (2022-05-02-13:15), generated from tex4ht-4ht.tex -% Copyright 2020 TeX Users Group +% xrhyper-hooks.4ht (2022-05-09-13:33), generated from tex4ht-4ht.tex +% Copyright 2020-2022 TeX Users Group % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -16,7 +16,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2022-05-02-13:15} +\immediate\write-1{version 2022-05-09-13:33} \ExplSyntaxOn % detect )F[number]F- using l3regex |