summaryrefslogtreecommitdiff
path: root/support/TeX4ht
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-02-01 03:00:51 +0000
committerNorbert Preining <norbert@preining.info>2024-02-01 03:00:51 +0000
commita494a509f3f4a13a450c898488155f7aa5353bd3 (patch)
treeab11a3116dfe36f273b0eefe1a7abb556253a9c8 /support/TeX4ht
parent79e1bbc1ad6b308aa2074540b2afd43b6a72ce03 (diff)
CTAN sync 202402010300
Diffstat (limited to 'support/TeX4ht')
-rw-r--r--support/TeX4ht/source/ChangeLog9
-rw-r--r--support/TeX4ht/source/tex4ht-html4.tex6
-rw-r--r--support/TeX4ht/source/tex4ht-mathml.tex4
3 files changed, 14 insertions, 5 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index a268359b24..427adcd3d4 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/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/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex
index 82cd70f74a..38ac28f4d8 100644
--- a/support/TeX4ht/source/tex4ht-html4.tex
+++ b/support/TeX4ht/source/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/support/TeX4ht/source/tex4ht-mathml.tex b/support/TeX4ht/source/tex4ht-mathml.tex
index b5cc838ebd..acdc463ecb 100644
--- a/support/TeX4ht/source/tex4ht-mathml.tex
+++ b/support/TeX4ht/source/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;