summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-10-22 15:32:03 +0000
committerKarl Berry <karl@freefriends.org>2009-10-22 15:32:03 +0000
commit52ece9f616f25c1f8be184c21de5b6828ff21c71 (patch)
treeecc388b8cd732fd535110fa41ba25582c7a10569 /Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
parent21b096774d5ec74526f477be7301b19f494d98ae (diff)
return to hyperref 6.78a per Heiko
git-svn-id: svn://tug.org/texlive/trunk@15867 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.def22
1 files changed, 6 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
index 1d2018c7530..66c6e09a982 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvipdfm.def}
- [2009/10/19 v6.79b^^a0
+ [2009/10/09 v6.79a
Hyperref driver for dvipdfm]
\def\Hy@PutCatalog#1{\@pdfm@mark{docview << #1 >>}}
\ifHy@pagelabels
@@ -526,21 +526,11 @@
\fi
}
\AtBeginShipoutFirst{%
- \ifHy@setpagesize
- \begingroup
- \@ifundefined{stockwidth}{%
- \ifx\special@paper\@empty
- \special{papersize=\the\paperwidth,\the\paperheight}%
- \else
- \special{papersize=\special@paper}%
- \fi
- }{%
- \ifdim\stockwidth=\z@
- \else
- \special{papersize=\the\stockwidth,\the\stockheight}%
- \fi
- }%
- \endgroup
+ \ifx\special@paper\@empty
+ \else
+ \ifHy@setpagesize
+ \special{papersize=\special@paper}%
+ \fi
\fi
\Hy@DisableOption{setpagesize}%
}