summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-22 21:20:22 +0000
committerKarl Berry <karl@freefriends.org>2023-03-22 21:20:22 +0000
commit131c64f0796ce66f77e71e0968d5564029f9739b (patch)
tree44e2c53262f0303b17cd2a61604a789cdf7e3de2 /Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
parent8470631e33ab2c253d38dab0d595675284ad50e0 (diff)
pagenote support, tex4ht r1309
git-svn-id: svn://tug.org/texlive/trunk@66649 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex13
1 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index d6e02f520e6..7b0733f3aa4 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 1307 2023-03-15 13:39:09Z michal_h21 $
+% $Id: tex4ht-html4.tex 1309 2023-03-22 13:48:40Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -5648,6 +5648,17 @@ An alternative css-based approach:
>>>
%%%%%%%%%%%%%%%%%%%%%
+\subsection{pagenote}
+%%%%%%%%%%%%%%%%%%%%%
+
+Add links and backlinks to pagenotes
+
+\<configure html4 pagenote\><<<
+\Configure{notenumintext}{\Link{pagenote\thepagenote}{pagenote-bk\thepagenote}}{\EndLink}
+\Configure{notenuminnotes}{\Link{pagenote-bk\:currentnoteid}{pagenote\:currentnoteid}}{\EndLink}
+>>>
+
+%%%%%%%%%%%%%%%%%%%%%
\subsection{Wrapfig}
%%%%%%%%%%%%%%%%%%%