texlive[63234] Master/texmf-dist: underbrace rendering, tex4ht r1129;

commits+karl at tug.org commits+karl at tug.org
Thu May 5 23:13:57 CEST 2022


Revision: 63234
          http://tug.org/svn/texlive?view=revision&revision=63234
Author:   karl
Date:     2022-05-05 23:13:57 +0200 (Thu, 05 May 2022)
Log Message:
-----------
underbrace rendering, tex4ht r1129; tcolorbox \nameref fix, tex4ht r1130

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=1129
    http://tug.org/svn/texlive?view=revision&revision=1130

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/tcolorbox.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-05-05 20:16:01 UTC (rev 63233)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-05-05 21:13:57 UTC (rev 63234)
@@ -1,3 +1,11 @@
+2022-05-05  Michal Hoftich  <michal.h21 at 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 at gmail.com>
 
 	* tex4ht-4ht.tex (tcolorbox.4ht): fixed \label support for

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-05-05 20:16:01 UTC (rev 63233)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-05-05 21:13:57 UTC (rev 63234)
@@ -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 @@
 \HLet\tcb at set@label\:tempa
 
 |<tcolorbox minipage|>
+|<tcolorbox nameref|>
 
 \Hinput{tcolorbox}
 \endinput
@@ -27372,6 +27373,19 @@
 
 >>>
 
+This code fixes nameref support in Tcolorbox.
+
+\<tcolorbox nameref\><<<
+\AfterEndPreamble{%
+  % fix \nameref support
+  \def\:tempa#1{%
+    \gdef\NR:Title{\a:newlabel{#1}}%
+    \o:tcb at gettitle:{#1}%
+  }%
+  \HLet\tcb at gettitle\:tempa
+}
+>>>
+
 %%%%%%%%%%%%%%%%%%%%%%%
 \Section{dvipsnam}
 %%%%%%%%%%%%%%%%%%%%%%%

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex	2022-05-05 20:16:01 UTC (rev 63233)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex	2022-05-05 21:13:57 UTC (rev 63234)
@@ -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 @@
          {<\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}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht	2022-05-05 20:16:01 UTC (rev 63233)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht	2022-05-05 21:13:57 UTC (rev 63234)
@@ -1,4 +1,4 @@
-% mathml.4ht (2022-05-01-08:24), generated from tex4ht-mathml.tex
+% mathml.4ht (2022-05-05-13:42), generated from tex4ht-mathml.tex
 % Copyright 2009-2022 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 2022-05-01-08:24}
+\immediate\write-1{version 2022-05-05-13:42}
 
 \exit:ifnot{Preamble,% 
 accents,% 
@@ -1604,7 +1604,7 @@
          {<\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}
@@ -2598,7 +2598,7 @@
          {<\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}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/tcolorbox.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/tcolorbox.4ht	2022-05-05 20:16:01 UTC (rev 63233)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/tcolorbox.4ht	2022-05-05 21:13:57 UTC (rev 63234)
@@ -1,4 +1,4 @@
-% tcolorbox.4ht (2022-05-04-14:00), generated from tex4ht-4ht.tex
+% tcolorbox.4ht (2022-05-05-13:42), generated from tex4ht-4ht.tex
 % Copyright 2020-2022 TeX Users Group
 %
 % This work may be distributed and/or modified under the
@@ -16,7 +16,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2022-05-04-14:00}
+\immediate\write-1{version 2022-05-05-13:42}
 
 
 % use custom counter that increments for every \tcolorbox
@@ -92,7 +92,16 @@
 \pend:def\tcb at minipage@center{\SaveEndP}
 
 
+\AfterEndPreamble{%
+  % fix \nameref support
+  \def\:tempa#1{%
+    \gdef\NR:Title{\a:newlabel{#1}}%
+    \o:tcb at gettitle:{#1}%
+  }%
+  \HLet\tcb at gettitle\:tempa
+}
 
+
 \Hinput{tcolorbox}
 \endinput
 



More information about the tex-live-commits mailing list.