summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-30 22:17:41 +0000
committerKarl Berry <karl@freefriends.org>2024-01-30 22:17:41 +0000
commit876f3927fd2d54a94d8cd2ddc6655b80217c9640 (patch)
treec0667fc44d3fc40181815aed031ed159edfaa853 /Master/texmf-dist/source/generic/tex4ht
parent9ed8565bf59c27d974c0bc11e7e1f90f90fb6c73 (diff)
avoid spurious <p> in boxed, tex4ht r1456; nested links in footnotes, tex4ht r1457
git-svn-id: svn://tug.org/texlive/trunk@69640 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog9
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex6
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex4
3 files changed, 14 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index a268359b249..427adcd3d44 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,12 @@
+2024-01-30 Michal Hoftich <michal.h21@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@gmail.com>
* tex4ht-ooffice.tex (ooffice-mml.4ht),
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index 82cd70f74a4..38ac28f4d89 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
@@ -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 @@ The `index=i' provides the initial setting.
\<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|>}
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
index b5cc838ebd3..acdc463ecb6 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 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 @@ tail>>>
\<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;