diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-17 23:06:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-17 23:06:30 +0000 |
commit | 8ba2e4ca526b22810442d35e723f95412d7f6b4c (patch) | |
tree | 7717ffffdccc788b6a0cc78c4b46826a9ce894b0 /Master/texmf-dist/tex/latex/hyperref/hpdftex.def | |
parent | 848dbb11f1b8a5adf31e6af8716456aeb12a7021 (diff) |
hyperref update (17jul08)
git-svn-id: svn://tug.org/texlive/trunk@9645 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hpdftex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hpdftex.def | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def index 47dfa53f2bd..93e9fc5faa9 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def @@ -24,7 +24,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hpdftex.def} - [2008/07/15 v6.78b + [2008/07/16 v6.78c Hyperref driver for pdfTeX] \let\Hy@PutCatalog\pdfcatalog \ifHy@pagelabels @@ -253,7 +253,7 @@ \typeout{pdftex: define anchor at line \the\inputlineno: #1}% \fi \Hy@SaveLastskip - \Hy@pstringdef\Hy@pstringDest{#1}% + \Hy@pstringdef\Hy@pstringDest{\HyperDestNameFilter{#1}}% \Hy@DestName\Hy@pstringDest\@pdfview \Hy@RestoreLastskip } @@ -270,7 +270,9 @@ \ifx\Hy@testname\@empty \let\Hy@testname\Hy@undefinedname \else - \Hy@pstringdef\Hy@testname\Hy@testname + \Hy@pstringdef\Hy@testname{% + \expandafter\HyperDestNameFilter\expandafter{\Hy@testname}% + }% \fi \Hy@StartlinkName{% \ifHy@pdfa /F 4\fi @@ -1473,7 +1475,7 @@ \fi \def\@@BOOKMARK[##1][##2]##3##4##5{% \def\Hy@temp{##4}% - \Hy@pstringdef\Hy@pstringName{##3}% + \Hy@pstringdef\Hy@pstringName{\HyperDestNameFilter{##3}}% \Hy@OutlineName{}\Hy@pstringName{% ##2\check@bm@number{##3}% }{% |