summaryrefslogtreecommitdiff
path: root/support/TeX4ht
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-05-06 03:00:50 +0000
committerNorbert Preining <norbert@preining.info>2022-05-06 03:00:50 +0000
commit3e3ecb7f722d0904c12ee0648c343b865dc99187 (patch)
tree8c13ed895e7191ed6c6a583a9730bde9cdd2a92f /support/TeX4ht
parentc8185bb3cd55c24b45c9b19c4ea36b8c7057199d (diff)
CTAN sync 202205060300
Diffstat (limited to 'support/TeX4ht')
-rw-r--r--support/TeX4ht/source/ChangeLog8
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex16
-rw-r--r--support/TeX4ht/source/tex4ht-mathml.tex4
3 files changed, 25 insertions, 3 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 1edae18bda..56a092cfc1 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,11 @@
+2022-05-05 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-4ht.tex (tcolorbox.4ht): fixed support for Nameref.
+ https://github.com/michal-h21/make4ht/issues/75
+
+ * tex4ht-mathml.tex (mathml.4ht): fixed underbrace rendering.
+ https://github.com/michal-h21/make4ht/issues/76
+
2022-05-04 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (tcolorbox.4ht): fixed \label support for
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index 6c2a34c0ba..8bf9120ff0 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1128 2022-05-04 12:16:51Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1130 2022-05-05 13:25:11Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2022 TeX Users Group
@@ -27353,6 +27353,7 @@ We need to use dvips driver with XeLaTeX
\HLet\tcb@set@label\:tempa
|<tcolorbox minipage|>
+|<tcolorbox nameref|>
\Hinput{tcolorbox}
\endinput
@@ -27372,6 +27373,19 @@ where spurious end \`'</p>' tags were inserted
>>>
+This code fixes nameref support in Tcolorbox.
+
+\<tcolorbox nameref\><<<
+\AfterEndPreamble{%
+ % fix \nameref support
+ \def\:tempa#1{%
+ \gdef\NR:Title{\a:newlabel{#1}}%
+ \o:tcb@gettitle:{#1}%
+ }%
+ \HLet\tcb@gettitle\:tempa
+}
+>>>
+
%%%%%%%%%%%%%%%%%%%%%%%
\Section{dvipsnam}
%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/support/TeX4ht/source/tex4ht-mathml.tex b/support/TeX4ht/source/tex4ht-mathml.tex
index 1c74e91a05..14c4006b1e 100644
--- a/support/TeX4ht/source/tex4ht-mathml.tex
+++ b/support/TeX4ht/source/tex4ht-mathml.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-mathml.tex 1125 2022-05-01 15:26:13Z karl $$
+% $Id: tex4ht-mathml.tex 1129 2022-05-05 10:45:51Z michal_h21 $$
% compile 3 times: latex tex4ht-mathltx
% or xhlatex tex4ht-mathltx "html,3,sections+"
%
@@ -3120,7 +3120,7 @@ Accent versus underscript: \verb=\underbrace{x+y+z}=
{<\a:mathml munder
\a:mathml accentunder="false"><\a:mathml mrow>}
{</\a:mathml mrow><\a:mathml mo>\string
- &\#xFE38;</\a:mathml mo></\a:mathml munder>}
+ &\#x23DF;</\a:mathml mo></\a:mathml munder>}
{\Configure{mathop}{}{}{}{}}%
}
{\let\o:underbrace:=\displaystyle}