diff options
author | Norbert Preining <norbert@preining.info> | 2022-12-14 03:01:10 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-12-14 03:01:10 +0000 |
commit | 4a68164a544897aa6fc54b5eb61b23135e44d4df (patch) | |
tree | 73f3a85754eb5c5bea7e0ea5986b135a8d5236bf /support/TeX4ht/source | |
parent | 7b8bd496c62a5a8e18fb7a038217d4118c02b1e2 (diff) |
CTAN sync 202212140301
Diffstat (limited to 'support/TeX4ht/source')
-rw-r--r-- | support/TeX4ht/source/ChangeLog | 9 | ||||
-rw-r--r-- | support/TeX4ht/source/tex4ht-4ht.tex | 4 | ||||
-rw-r--r-- | support/TeX4ht/source/tex4ht-mathml.tex | 9 |
3 files changed, 19 insertions, 3 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index d0d814e916..df6a756f2f 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,12 @@ +2022-12-12 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-mathml.tex (mathml.4ht): added support for the \bf command. + https://github.com/michal-h21/make4ht/issues/98 + +2022-12-11 Karl Berry <karl@freefriends.org> + + * tex4ht-4ht.tex (pdfbase-hooks.4ht): copyright 2022. + 2022-12-10 Michal Hoftich <michal.h21@gmail.com> * tex4ht-4ht.tex (pdfbase-hooks.4ht): fixed handling of Pdfbase diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index 2b3f41fe89..f1288840d1 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 1263 2022-12-10 21:08:00Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1264 2022-12-11 15:00:58Z karl $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2022 TeX Users Group @@ -4887,7 +4887,7 @@ The pdfbase package redefines \`|\@outputpage| macro, which causes tex4ht patche \<pdfbase-hooks.4ht\><<< % pdfbase-hooks.4ht (|version), generated from |jobname.tex -% Copyright 2020 TeX Users Group +% Copyright 2020-2022 TeX Users Group |<TeX4ht license text|> \:AtEndOfPackage{% \expandafter\let\expandafter\@outputpage\csname pbs_outputpage_orig:\endcsname diff --git a/support/TeX4ht/source/tex4ht-mathml.tex b/support/TeX4ht/source/tex4ht-mathml.tex index ea2fafd283..08675b614f 100644 --- a/support/TeX4ht/source/tex4ht-mathml.tex +++ b/support/TeX4ht/source/tex4ht-mathml.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-mathml.tex 1238 2022-11-16 15:55:23Z michal_h21 $$ +% $Id: tex4ht-mathml.tex 1265 2022-12-12 10:25:54Z michal_h21 $$ % compile 3 times: latex tex4ht-mathltx % or xhlatex tex4ht-mathltx "html,3,sections+" % @@ -1696,7 +1696,14 @@ Use variant of original LaTeX macro used in \textunderscore {}% >>> +The bf command should work in math. The following definition is a bit fragile, it expects +that it is used inside a group for a small chunk of text. +\<mathml fonts\><<< +\def\:closebf{\HCode{</\a:mathml mi>}\EndPauseMathClass} +\def\:tempa{\ifmmode\expandafter\@firstoftwo\else\expandafter\@secondoftwo\fi{\PauseMathClass\HCode{<\a:mathml mi mathvariant="bold">}\aftergroup\:closebf}{\o:bf:}} +\HLet\bf\:tempa +>>> \<configure html-mml latex\><<< |