diff options
author | Karl Berry <karl@freefriends.org> | 2021-05-16 21:03:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-05-16 21:03:49 +0000 |
commit | 0ba0fece920cc606fed4e4aa00bc45b1ff0817c8 (patch) | |
tree | 44fb5d8c60585d2297ccfc4cbbb311b5b59f5ac9 /Master/texmf-dist | |
parent | 3edf95ad1430c7b724870a24cec65e8534e6e01e (diff) |
hyperref \label after \phantomsection, tex4ht r937
git-svn-id: svn://tug.org/texlive/trunk@59230 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/hyperref.4ht | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index b399930da8b..21444abee4d 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 936 2021-05-16 16:21:01Z karl $ +% $Id: tex4ht-4ht.tex 937 2021-05-16 16:55:43Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2021 TeX Users Group @@ -5079,6 +5079,8 @@ produce invalid HTML \Hy@GlobalStepCount\Hy@linkcounter \xdef\@currentHref{likesection.\the\Hy@linkcounter}% \Hy@raisedlink{\hyper@anchorstart{\@currentHref}\hyper@anchorend}% + \edef\@currentlabel{\the\Hy@linkcounter}% + \AnchorLabel% } >>> diff --git a/Master/texmf-dist/tex/generic/tex4ht/hyperref.4ht b/Master/texmf-dist/tex/generic/tex4ht/hyperref.4ht index a92e8f9d4be..82ee19a7290 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/hyperref.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/hyperref.4ht @@ -1,4 +1,4 @@ -% hyperref.4ht (2021-04-27-09:07), generated from tex4ht-4ht.tex +% hyperref.4ht (2021-05-16-13:57), generated from tex4ht-4ht.tex % Copyright 1999-2009 Eitan M. Gurari % Copyright 2009-2021 TeX Users Group % @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2021-04-27-09:07} +\immediate\write-1{version 2021-05-16-13:57} \csname end:hyperref\endcsname @@ -401,6 +401,8 @@ \Hy@GlobalStepCount\Hy@linkcounter \xdef\@currentHref{likesection.\the\Hy@linkcounter}% \Hy@raisedlink{\hyper@anchorstart{\@currentHref}\hyper@anchorend}% + \edef\@currentlabel{\the\Hy@linkcounter}% + \AnchorLabel% } \catcode`\:=12 \def\@hyper@readexternallink#1#2#3#4:#5:#6\\#7{% |