diff options
author | Karl Berry <karl@freefriends.org> | 2022-04-27 21:03:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-04-27 21:03:34 +0000 |
commit | 6b2fce697356e48c8e620b647d75533c94b6497b (patch) | |
tree | c3836be65e101a90b46af20a2b42a6a7f56f5375 /Master/texmf-dist/tex/generic/tex4ht/mathml.4ht | |
parent | 877e63ddb4cdf5a51db6df9aed8b47f27ebd6971 (diff) |
uelem math rendering, tex4ht r1120
git-svn-id: svn://tug.org/texlive/trunk@63162 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/mathml.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/mathml.4ht | 32 |
1 files changed, 14 insertions, 18 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht b/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht index bf3fe8e2cdc..10e4b8006f6 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-04-26-14:01), generated from tex4ht-mathml.tex +% mathml.4ht (2022-04-27-13:58), generated from tex4ht-mathml.tex % Copyright 2009-2021 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-04-26-14:01} +\immediate\write-1{version 2022-04-27-13:58} \exit:ifnot{Preamble,% accents,% @@ -4134,30 +4134,26 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% \ConfigureHinput{ulem} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \Configure{uline-math} - {\HCode{<mstyle class="uline-math">}\NoFonts} {\EndNoFonts\HCode{</mstyle>}} -\Css{.uline-math{ text-decoration:underline; }} + {\HCode{<menclose class="uline-math" notation="bottom">}\NoFonts} {\EndNoFonts\HCode{</menclose>}} \Configure{uuline-math} - {\HCode{<mstyle class="uuline-math">}\NoFonts} {\EndNoFonts\HCode{</mstyle>}} -\Css{.uuline-math{ text-decoration:underline double; }} + {\HCode{<menclose class="uuline-math" notation="bottom">}\NoFonts} {\EndNoFonts\HCode{</menclose>}} +\Css{.uuline-math{ border-bottom:3px double black; }} \Configure{sout-math} - {\HCode{<mstyle class="sout-math">}\NoFonts} {\EndNoFonts\HCode{</mstyle>}} -\Css{.sout-math {text-decoration: line-through }} + {\HCode{<menclose class="sout-math" notation="horizontalstrike">}\NoFonts} {\EndNoFonts\HCode{</menclose>}} \Configure{xout-math} - {\HCode{<mstyle class="xout-math">}\NoFonts} - {\EndNoFonts\HCode{</mstyle>}} -\Css{.xout-math {text-decoration: line-through underline }} + {\HCode{<menclose class="xout-math" notation="horizontalstrike bottom">}\NoFonts} + {\EndNoFonts\HCode{</menclose>}} \Configure{uwave-math} - {\HCode{<mstyle class="uwave-math">}\NoFonts} - {\EndNoFonts\HCode{</mstyle>}} -\Css{.uwave-math {text-decoration:underline wavy; }} + {\HCode{<menclose class="uwave-math" notation="bottom">}\NoFonts} + {\EndNoFonts\HCode{</menclose>}} \Configure{dashuline-math} - {\HCode{<mstyle class="dashuline-math">}\NoFonts} + {\HCode{<mstyle class="dashuline-math" notation="bottom">}\NoFonts} {\EndNoFonts\HCode{</mstyle>}} -\Css{.dashuline-math {text-decoration:underline dashed;}} +\Css{.dashuline-math {border-bottom: 1px dashed black;}} \Configure{dotuline-math} - {\HCode{<mstyle class="dotuline-math">}\NoFonts} + {\HCode{<mstyle class="dotuline-math" notation="bottom">}\NoFonts} {\EndNoFonts\HCode{</mstyle>}} -\Css{.dotuline-math {text-decoration:underline dotted;}} +\Css{.dotuline-math {border-bottom: 1px dotted black;}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |