texlive[69640] Master/texmf-dist: avoid spurious <p> in boxed, tex4ht

commits+karl at tug.org commits+karl at tug.org
Tue Jan 30 23:17:42 CET 2024


Revision: 69640
          https://tug.org/svn/texlive?view=revision&revision=69640
Author:   karl
Date:     2024-01-30 23:17:41 +0100 (Tue, 30 Jan 2024)
Log Message:
-----------
avoid spurious <p> in boxed, tex4ht r1456; nested links in footnotes, tex4ht r1457

Revision Links:
--------------
    https://tug.org/svn/texlive?view=revision&revision=1456
    https://tug.org/svn/texlive?view=revision&revision=1457

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

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-01-30 21:08:28 UTC (rev 69639)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-01-30 22:17:41 UTC (rev 69640)
@@ -1,3 +1,12 @@
+2024-01-30  Michal Hoftich  <michal.h21 at gmail.com>
+	
+	* tex4ht-html4.tex (html4.4ht): fixed nested links in footnotes.
+	https://tex.stackexchange.com/a/708335/2891
+
+	* tex4ht-mathml.tex (mathml.4ht): prevent spurious opening <p> tags
+	in \boxed commands.
+	https://tex.stackexchange.com/a/708306/2891
+
 2024-01-29  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-ooffice.tex (ooffice-mml.4ht),

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex	2024-01-30 21:08:28 UTC (rev 69639)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex	2024-01-30 22:17:41 UTC (rev 69640)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1453 2024-01-24 22:08:34Z karl $
+% $Id: tex4ht-html4.tex 1457 2024-01-30 20:48:28Z michal_h21 $
 % Compile 4 times: latex tex4ht-html4
 % Copy html4.4ht into the work directory before all but the last compilation.
 %
@@ -5119,8 +5119,8 @@
 \<default offline footnote text\><<<
 \Configure{footnotetext}
    {|<open footnote page|>%
-    |<fn mark sup|>\Link{}{|<footnote id|>}%
-    \NoFonts\AnchorLabel
+    |<fn mark sup|>\AnchorLabel\Link{}{|<footnote id|>}%
+    \NoFonts%
    }
    {\EndNoFonts \EndLink|<fn mark end sup|>}
    {|<close footnote page|>}

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex	2024-01-30 21:08:28 UTC (rev 69639)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex	2024-01-30 22:17:41 UTC (rev 69640)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-mathml.tex 1455 2024-01-29 13:45:00Z michal_h21 $$
+% $Id: tex4ht-mathml.tex 1456 2024-01-30 16:31:58Z michal_h21 $$
 % compile 3 times: latex tex4ht-mathltx
 %           or   xhlatex tex4ht-mathltx "html,3,sections+"
 %
@@ -5012,7 +5012,7 @@
 \<configure mathml amsmath\><<<
 \Configure{boxed}
    {\ifmathml \Tg<\a:mathml menclose \a:mathml notation="box">\Tg<\a:mathml mrow>%
-    \else     \HCode{<span class="boxed">}\IgnorePar\fi}
+    \else     \HCode{<span class="boxed">}\fi\IgnorePar}
    {\ifmathml \Tg</\a:mathml mrow>\Tg</\a:mathml menclose>%
     \else \HCode{</span>}\fi}
 \Css{.boxed{border: 1px solid black; padding-left:2px;

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2024-01-30 21:08:28 UTC (rev 69639)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2024-01-30 22:17:41 UTC (rev 69640)
@@ -1,4 +1,4 @@
-% html4.4ht (2024-01-24-14:08), generated from tex4ht-html4.tex
+% html4.4ht (2024-01-30-13:46), generated from tex4ht-html4.tex
 % Copyright 2009-2024 TeX Users Group
 % Copyright 1997-2009 Eitan M. Gurari
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2024-01-24-14:08}
+\immediate\write-1{version 2024-01-30-13:46}
 
 \exit:ifnot{8859-6,% 
 CJK,% 
@@ -2905,9 +2905,9 @@
    {}%
 %
     \csname a:footnote-mark\endcsname
-\Link{}{fn\FNnum x\minipageNum
+\AnchorLabel\Link{}{fn\FNnum x\minipageNum
 }%
-    \NoFonts\AnchorLabel
+    \NoFonts%
    }
    {\EndNoFonts \EndLink\csname b:footnote-mark\endcsname
 }

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht	2024-01-30 21:08:28 UTC (rev 69639)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht	2024-01-30 22:17:41 UTC (rev 69640)
@@ -1,4 +1,4 @@
-% mathml.4ht (2024-01-29-13:27), generated from tex4ht-mathml.tex
+% mathml.4ht (2024-01-30-13:46), generated from tex4ht-mathml.tex
 % Copyright 2009-2024 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 2024-01-29-13:27}
+\immediate\write-1{version 2024-01-30-13:46}
 
 \exit:ifnot{Preamble,% 
 accents,% 
@@ -2134,7 +2134,7 @@
    {\HCode{</\a:mathml mtd>}}
 \Configure{boxed}
    {\ifmathml \Tg<\a:mathml menclose \a:mathml notation="box">\Tg<\a:mathml mrow>%
-    \else     \HCode{<span class="boxed">}\IgnorePar\fi}
+    \else     \HCode{<span class="boxed">}\fi\IgnorePar}
    {\ifmathml \Tg</\a:mathml mrow>\Tg</\a:mathml menclose>%
     \else \HCode{</span>}\fi}
 \Css{.boxed{border: 1px solid black; padding-left:2px;



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