diff options
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; } |