diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-11 00:27:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-11 00:27:39 +0000 |
commit | 4e9a89639ddf3c4c19f7ac936b69ea60d0e0596d (patch) | |
tree | 245a74dbdc4eabe79cebad488761104d1dcd53e1 /Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def | |
parent | c578b93af21861e49bd86a013f553a967e684d2d (diff) |
hyperref (10mar11)
git-svn-id: svn://tug.org/texlive/trunk@21679 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def index 04e3b3f7e66..2c5bcd271ef 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdvipdfm.def} - [2011/02/28 v6.82c % + [2011/03/09 v6.82d % Hyperref driver for dvipdfm] \Hy@VersionCheck{hdvipdfm.def} \def\Hy@PutCatalog#1{\@pdfm@mark{docview << #1 >>}} @@ -399,6 +399,38 @@ #1% \Hy@EndAnnot } +\def\@hyper@launch run:#1\\#2#3{% filename, anchor text linkname + \leavevmode + \Hy@BeginAnnot{% + \Hy@pstringdef\Hy@pstringF{#1}% + \Hy@pstringdef\Hy@pstringP{#3}% + \@pdfm@mark{% + bann<<% + /Type/Annot% + /Subtype/Link% + \ifHy@pdfa /F 4\fi + \Hy@setpdfborder + \ifx\@runbordercolor\relax + \else + /C[\@runbordercolor]% + \fi + /A<<% + /F(\Hy@pstringF)% + /S/Launch% + \Hy@SetNewWindow + \ifx\\#3\\% + \else + /Win<</P(\Hy@pstringP)/F(\Hy@pstringF)>>% + \fi + \Hy@href@nextactionraw + >>% + >>% + }% + \Hy@colorlink\@runcolor + }% + #2% + \Hy@EndAnnot +} \def\hyper@linkurl#1#2{% \leavevmode \Hy@BeginAnnot{% |