diff options
author | Karl Berry <karl@freefriends.org> | 2016-01-13 00:06:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-01-13 00:06:18 +0000 |
commit | 77e199834a8a160ac8128344a2495318aa0817fb (patch) | |
tree | 482640915d2f8c4f4d752c0616b6075b50997f3f /Master/texmf-dist | |
parent | 73d689ecfe2911c7e9f135ee216657d1f30a025c (diff) |
\nameref* support in hyperref, tex4ht r161
git-svn-id: svn://tug.org/texlive/trunk@39369 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/hyperref.4ht | 51 |
1 files changed, 23 insertions, 28 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/hyperref.4ht b/Master/texmf-dist/tex/generic/tex4ht/hyperref.4ht index 959b3cd8285..ce86b31d845 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/hyperref.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/hyperref.4ht @@ -1,31 +1,23 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% hyperref.4ht 2011-01-30-16:01 % -% Copyright (C) 1999--2009 Eitan M. Gurari % -% 2009--2011 TeX Users Group % -% % -% This work may be distributed and/or modified under the % -% conditions of the LaTeX Project Public License, either % -% version 1.3c of this license or (at your option) any % -% later version. The latest version of this license is % -% in % -% http://www.latex-project.org/lppl.txt % -% and version 1.3c or later is part of all distributions % -% of LaTeX version 2005/12/01 or later. % -% % -% This work has the LPPL maintenance status "maintained".% -% % -% This Current Maintainer of this work % -% is the TeX4ht Project <tex4ht@tug.org>. % -% % -% If you modify this program your changing its signature % -% with a directive of the following form will be % -% appreciated. % -% \message{signature} % -% % -% tex4ht@tug.org % -% http://www.tug.org/tex4ht % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2011-01-30-16:01} +% hyperref.4ht (2016-01-12-16:05), generated from tex4ht-4ht.tex +% Copyright 1999-2009 Eitan M. Gurari +% Copyright 2009-2016 TeX Users Group +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either +% version 1.3c of this license or (at your option) any +% later version. The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3c or later is part of all distributions +% of LaTeX version 2005/12/01 or later. +% +% This work has the LPPL maintenance status "maintained". +% +% The Current Maintainer of this work +% is the TeX4ht Project <http://tug.org/tex4ht>. +% +% If you modify this program, changing the +% version identification would be appreciated. +\immediate\write-1{version 2016-01-12-16:05} \csname end:hyperref\endcsname \@ifpackageloaded{nameref}{} @@ -72,6 +64,9 @@ \def\@pagerefstar#1{% \HyRef@StarSetRef{#1}\@secondoffive } + \def\@namerefstar#1{% + \HyRef@StarSetRef{#1}\@thirdoffive + } \def\HyRef@StarSetRef#1{% \begingroup \Hy@safe@activestrue |