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/tex/generic | |
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/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/hyperref.4ht | 6 |
1 files changed, 4 insertions, 2 deletions
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{% |