summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-12-12 22:09:25 +0000
committerKarl Berry <karl@freefriends.org>2022-12-12 22:09:25 +0000
commit8ae8f83319e2a137d5ef635c0ca88c501e06717c (patch)
tree66cf0682892d5f35695070ecb7a3d82f76538612 /Master/texmf-dist/source/generic
parentb1511fb94a322b9edc7c1ca91676cf5275d6bcae (diff)
\bf support, tex4ht r1265
git-svn-id: svn://tug.org/texlive/trunk@65258 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog9
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex4
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex9
3 files changed, 19 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index d0d814e916b..df6a756f2f4 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/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/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index 2b3f41fe898..f1288840d10 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/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/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
index ea2fafd2837..08675b614fb 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/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\><<<