diff options
author | Karl Berry <karl@freefriends.org> | 2022-12-01 21:17:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-12-01 21:17:53 +0000 |
commit | a3f38647bba089c341ca06f460ebe4514694a2b8 (patch) | |
tree | 97be30ad193d5ebe81f18fb52ee13f5792a88a41 /Master/texmf-dist/source/generic | |
parent | 7b89e8971f880d3c7b3cdbc6144d8d7d25e622f6 (diff) |
close paragraph before multirow, tex4ht r1257; xref links to footnotes, tex4ht r1258
git-svn-id: svn://tug.org/texlive/trunk@65162 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 7 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex | 9 |
2 files changed, 12 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index 596ecd23402..350373e8552 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/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/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex index 00502d272ba..0b8669ac5fc 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 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|>} |