diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-18 18:03:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-18 18:03:30 +0000 |
commit | 4f5df459139365b598a08e7b946698649b36efec (patch) | |
tree | 21af8eff7041190cb17325ade7677d02bc4e4665 /Master/texmf-dist/tex/latex/hyperref/hyperref.sty | |
parent | d6fb43e455d1db11285021afc73220e1544c48fc (diff) |
hyperref update (17apr10)
git-svn-id: svn://tug.org/texlive/trunk@17902 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hyperref.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hyperref.sty | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty index 8e1c424a548..757d8fc1454 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty @@ -30,7 +30,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hyperref} - [2010/03/30 v6.80u + [2010/04/17 v6.80x Hypertext links for LaTeX] \begingroup \@makeother\`% @@ -3946,10 +3946,15 @@ }% \fi \fi - \DeclareRobustCommand\ref{\@ifstar\@refstar\T@ref}% + \DeclareRobustCommand\ref{% + \@ifstar\@refstar\T@ref + }% \DeclareRobustCommand\pageref{% \@ifstar\@pagerefstar\T@pageref }% + \DeclareRobustCommand*{\nameref}{% + \@ifstar\@namerefstar\T@nameref + }% } \Hy@AtBeginDocument{% \ifHy@texht @@ -5115,7 +5120,7 @@ \edef\hyper@hash{\string#} \edef\hyper@tilde{\string~} \edef\hyper@quote{\string"} -\let\@currentHref\@empty +\def\@currentHref{Doc-Start} \let\Hy@footnote@currentHref\@empty \Hy@AtBeginDocument{% \Hy@pdfstringtrue @@ -7082,6 +7087,9 @@ \def\@pagerefstar#1{% \HyRef@StarSetRef{#1}\@secondoffive } +\def\@namerefstar#1{% + \HyRef@StarSetRef{#1}\@thirdoffive +} \Hy@AtBeginDocument{% \@ifpackageloaded{varioref}{% \def\@Refstar#1{% |