summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-05-05 21:13:57 +0000
committerKarl Berry <karl@freefriends.org>2022-05-05 21:13:57 +0000
commit3a08fb66ec03c7075a3dd5304a833a168825b9bc (patch)
tree28f967d1d7ed244318f9e0f7531c972162c89062 /Master/texmf-dist/source
parentb902ba8ed5f32ccbcffa7af7ffe5dbdb6ac2383e (diff)
underbrace rendering, tex4ht r1129; tcolorbox \nameref fix, tex4ht r1130
git-svn-id: svn://tug.org/texlive/trunk@63234 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog8
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex16
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex4
3 files changed, 25 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 1edae18bda1..56a092cfc18 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/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/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index 6c2a34c0ba2..8bf9120ff0e 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 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/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
index 1c74e91a056..14c4006b1ec 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 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}