diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-05 00:32:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-05 00:32:32 +0000 |
commit | 5f599586aa0d469798bf20018a6d4b730726a43c (patch) | |
tree | 394e74ff5890936221d282068ccce51b61e6bd74 /Master/texmf-dist/tex/latex/hyperref/pdfmark.def | |
parent | ae0109dadfae2aeaf6c2c503fd54b95fecaddf66 (diff) |
hyperref update (4mar10)
git-svn-id: svn://tug.org/texlive/trunk@17319 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/pdfmark.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/pdfmark.def | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def index 47361bcb922..321fe2fc5e0 100644 --- a/Master/texmf-dist/tex/latex/hyperref/pdfmark.def +++ b/Master/texmf-dist/tex/latex/hyperref/pdfmark.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{pdfmark.def} - [2010/02/25 v6.80h + [2010/03/04 v6.80k Hyperref definitions for pdfmark specials] \begingroup \@ifundefined{headerps@out}{}{% @@ -191,6 +191,7 @@ \Hy@SaveLastskip \Hy@VerboseAnchor{#1}% \literalps@out{H.S}% + \Hy@AllowHyphens \xdef\hyper@currentanchor{#1}% \Hy@activeanchortrue } @@ -213,6 +214,7 @@ \fi \expandafter\Hy@colorlink\csname @#1color\endcsname \literalps@out{H.S}% + \Hy@AllowHyphens \xdef\hyper@currentanchor{#2}% \gdef\hyper@currentlinktype{#1}% } @@ -503,7 +505,7 @@ \def\pdf@rect#1{% \leavevmode \ifHy@breaklinks - \Hy@setouterhbox\pdf@box{#1}% + \Hy@setouterhbox\pdf@box{\Hy@AllowHyphens#1}% \else \sbox\pdf@box{#1}% \fi |