diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-25 16:55:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-25 16:55:22 +0000 |
commit | afed98026fd3beecf3c2604189684da46a4b378a (patch) | |
tree | f0d5d539402ac03c007fbc2b57166bfa88ac0670 /Master/texmf-dist/tex/latex/hyperref/hdvips.def | |
parent | 50cb8838d9b17bec22be4d5c2d71828a8ad0dd17 (diff) |
hyperref update (24apr08)
git-svn-id: svn://tug.org/texlive/trunk@7647 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hdvips.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hdvips.def | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvips.def b/Master/texmf-dist/tex/latex/hyperref/hdvips.def index e911cd83d8e..4ea76ba8fa4 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdvips.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdvips.def @@ -24,7 +24,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdvips.def} - [2008/04/20 v6.77s + [2008/04/22 v6.77t Hyperref driver for dvips] \def\literalps@out#1{\special{ps:SDict begin #1 end}}% \def\headerps@out#1{\special{! #1}}% @@ -37,7 +37,7 @@ \providecommand*\@pdfview{XYZ} \providecommand*\@pdfviewparams{ H.V} \def\Hy@BorderArrayPatch{BorderArrayPatch} -\AtBeginShipoutFirst{% +\g@addto@macro\Hy@FirstPageHook{% \headerps@out{% /DvipsToPDF{72.27 mul Resolution div} def% /PDFToDvips{72.27 div Resolution mul} def% @@ -78,15 +78,7 @@ HyperBorder add /pdf@urx exch def % currentpoint exch pop vsize 72 sub % exch DvipsToPDF sub /pdf@voff exch def% - } def % - systemdict /pdfmark known% - {% - userdict /?pdfmark systemdict /exec get put% - }{% - userdict /?pdfmark systemdict /pop get put % - userdict /pdfmark systemdict /cleartomark get put% - }% - ifelse% + } def% }% } \AfterBeginDocument{% |