diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-14 00:43:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-14 00:43:09 +0000 |
commit | 0158af5461403e29ad091e566357d9f84c975e3b (patch) | |
tree | 83688eb4aed94d88cd6cd1e011d1c547c6f72d05 /Master/texmf-dist/tex/generic/tex4ht/mathml.4ht | |
parent | f771ad279813f9da9d3c76a8236e7ca94207ba28 (diff) |
output <mathvariant mi...; sync from tex4ht r143
git-svn-id: svn://tug.org/texlive/trunk@36272 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 | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht b/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht index 88215db0fa1..77706f60af2 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 (2015-02-09-15:34), generated from tex4ht-mathml.tex +% mathml.4ht (2015-02-13-16:39), generated from tex4ht-mathml.tex % Copyright 2009-2015 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 2015-02-09-15:34} +\immediate\write-1{version 2015-02-13-16:39} \exit:ifnot{Preamble,% accents,% @@ -1613,33 +1613,33 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% \def\bold:version{bold} \Configure{mathbf}% - {\bgroup \Tg<\a:mathml mstyle - mathvariant="bold">}% - {\Tg</\a:mathml mstyle>\egroup }% + {\bgroup \Tg<\a:mathml mi + mathvariant="bold">\PauseMathClass}% + {\Tg</\a:mathml mi>\egroup }% \Configure{mathit}% - {\bgroup \Tg<\a:mathml mstyle mathvariant="\ifx - \bold:version\math@version bold-\fi italic">}% - {\Tg</\a:mathml mstyle>\egroup }% + {\bgroup \Tg<\a:mathml mi mathvariant="\ifx + \bold:version\math@version bold-\fi italic">\PauseMathClass}% + {\EndPauseMathClass\Tg</\a:mathml mi>\egroup }% \Configure{mathrm}% - {\bgroup \Tg<\a:mathml mstyle + {\bgroup \Tg<\a:mathml mi mathvariant="\ifx - \bold:version\math@version bold\else normal\fi">}% - {\Tg</\a:mathml mstyle>\egroup }% + \bold:version\math@version bold\else normal\fi">\PauseMathClass}% + {\EndPauseMathClass\Tg</\a:mathml mi>\egroup }% \Configure{mathsf}% - {\bgroup \Tg<\a:mathml mstyle mathvariant="\ifx - \bold:version\math@version bold-\fi sans-serif">}% - {\Tg</\a:mathml mstyle>\egroup }% + {\bgroup \Tg<\a:mathml mi mathvariant="\ifx + \bold:version\math@version bold-\fi sans-serif">\PauseMathClass}% + {\EndPauseMathClass\Tg</\a:mathml mi>\egroup }% \Configure{mathtt}% - {\bgroup \Tg<\a:mathml mstyle mathvariant="monospace">}% - {\Tg</\a:mathml mstyle>\egroup }% + {\bgroup \Tg<\a:mathml mi mathvariant="monospace">\PauseMathClass}% + {\EndPauseMathClass\Tg</\a:mathml mi>\egroup }% \Css{ - math mstyle[mathvariant="bold"] mi { + math mi[mathvariant="bold"] { font-weight: bold; font-style: normal; } } \Css{ - math mstyle[mathvariant="normal"] mi { + math mi[mathvariant="normal"] { font-weight: normal; font-style: normal; } |