summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-12-03 03:02:05 +0000
committerNorbert Preining <norbert@preining.info>2022-12-03 03:02:05 +0000
commit34896a353fe22e8ac88ef0b4e39f4fa878e2b0b6 (patch)
tree9b956161389da3b7c067aaa01731f1d11649e57e /support
parent42cda2ed3fa7472e6c064fdbf998d636556343db (diff)
CTAN sync 202212030302
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog7
-rw-r--r--support/TeX4ht/source/tex4ht-html4.tex9
2 files changed, 12 insertions, 4 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 596ecd2340..350373e855 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,10 @@
+2022-12-01 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): fixed cross-reference links to
+ footnotes.
+
+ * tex4ht-html4.tex (html4.4ht): close paragraphs before multirow.
+
2022-11-28 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): restore math
diff --git a/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex
index 00502d272b..0b8669ac5f 100644
--- a/support/TeX4ht/source/tex4ht-html4.tex
+++ b/support/TeX4ht/source/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1235 2022-11-04 15:46:19Z michal_h21 $
+% $Id: tex4ht-html4.tex 1258 2022-12-01 16:04:36Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -2146,8 +2146,8 @@ should be used whe addcontentline instructions are present.
\<configure html4 multirow\><<<
\Configure{multirow}
- {\HCode{<div class="multirow"><!-- rows=\the\@tempcnta\space -->}}
- {\HCode{</div>}}
+ {\ifvmode\IgnorePar\fi\EndP\HCode{<div class="multirow"><!-- rows=\the\@tempcnta\space -->}}
+ {\ifvmode\IgnorePar\fi\EndP\HCode{</div>}}
>>>
%%%%%%%%%%%%%
@@ -4804,6 +4804,7 @@ The `index=i' provides the initial setting.
\<inline footnote text\><<<
\Configure{footnotetext}
{|<open inline footnote box|>%
+ \AnchorLabel%
|<fn mark sup|>|<inline fn text /Link|>%
\NoFonts
\Tag{|<footnote id|>-bk}{}%
@@ -5061,7 +5062,7 @@ The `index=i' provides the initial setting.
\Configure{footnotetext}
{|<open footnote page|>%
|<fn mark sup|>\Link{}{|<footnote id|>}%
- \NoFonts
+ \NoFonts\AnchorLabel
}
{\EndNoFonts \EndLink|<fn mark end sup|>}
{|<close footnote page|>}