summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-16 00:54:43 +0000
committerKarl Berry <karl@freefriends.org>2009-12-16 00:54:43 +0000
commit266ba94198bf87cad9d0e5618c09f1ceac410c97 (patch)
treee39e34e412bbad804bacd72d6eb7e53ed59b7ee7 /Master/texmf-dist/tex/latex/hyperref/hpdftex.def
parent5d71e79720301a8f2d96c9e573d4ff8bbc7a2b74 (diff)
hyperref update (15dec09)
git-svn-id: svn://tug.org/texlive/trunk@16418 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.def14
1 files changed, 5 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
index 53dc7d7d091..92b897eb473 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}
- [2009/12/10 v6.79n
+ [2009/12/15 v6.79p
Hyperref driver for pdfTeX]
\let\Hy@PutCatalog\pdfcatalog
\ifHy@pagelabels
@@ -680,21 +680,17 @@
\fi
}{%
\@ifundefined{stockwidth}{%
- \ifdim\paperwidth=\z@
- \else
+ \ifdim\paperwidth>\z@
\setlength{\pdfpagewidth}{\paperwidth}%
\fi
- \ifdim\paperheight=\z@
- \else
+ \ifdim\paperheight>\z@
\setlength{\pdfpageheight}{\paperheight}%
\fi
}{%
- \ifdim\stockwidth=\z@
- \else
+ \ifdim\stockwidth>\z@
\setlength{\pdfpagewidth}{\stockwidth}%
\fi
- \ifdim\stockheight=\z@
- \else
+ \ifdim\stockheight>\z@
\setlength{\pdfpageheight}{\stockheight}%
\fi
}%