diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-13 23:41:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-13 23:41:13 +0000 |
commit | 1c98c7ef3cad3840296cf540113e940b13921f81 (patch) | |
tree | f3cb5f01ce0fc0251e4b42873887d4b0866e9520 /Master/texmf-dist/tex/latex/hyperref/hpdftex.def | |
parent | 3fd24b24f7d96a819d5c3787e6f4c447f5b83dd7 (diff) |
kpfonts update (13dec09)
git-svn-id: svn://tug.org/texlive/trunk@16390 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 | 41 |
1 files changed, 7 insertions, 34 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def index 8aaf0c0a986..53dc7d7d091 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/09 v6.79m + [2009/12/10 v6.79n Hyperref driver for pdfTeX] \let\Hy@PutCatalog\pdfcatalog \ifHy@pagelabels @@ -1513,41 +1513,14 @@ } \def\BOOKMARK{\@ifnextchar[{\@BOOKMARK}{\@@BOOKMARK[1][-]}} \def\@BOOKMARK[#1]{\@ifnextchar[{\@@BOOKMARK[#1]}{\@@BOOKMARK[#1][-]}} -\RequirePackage{atveryend}[2009/12/07] +\RequirePackage{rerunfilecheck}[2009/12/10] \def\Hy@OutlineRerunCheck{% - \begingroup - \xdef\Hy@OutlineCheckSumBefore{% - \@ifundefined{pdf@filemdfivesum}{}{% - \pdf@filemdfivesum{\jobname.out}% - }% - :% - \@ifundefined{pdf@filesize}{}{% - \pdf@filesize{\jobname.out}% - }% - }% - \endgroup - \AtVeryEndDocument{\Hy@OutlineCheckEnd}% -} -\def\Hy@OutlineCheckEnd{% - \begingroup + \RerunFileCheck{\jobname.out}{% \immediate\closeout\@outlinefile - \edef\Hy@OutlineCheckSumAfter{% - \@ifundefined{pdf@filemdfivesum}{}{% - \pdf@filemdfivesum{\jobname.out}% - }% - :% - \@ifundefined{pdf@filesize}{}{% - \pdf@filesize{\jobname.out}% - }% - }% - \ifx\Hy@OutlineCheckSumBefore\Hy@OutlineCheckSumAfter - \else - \Hy@WarningNoLine{% - Rerun to get outlines right\MessageBreak - or use package `bookmark'% - }% - \fi - \endgroup + }{% + Rerun to get outlines right\MessageBreak + or use package `bookmark'% + }% } \def\ReadBookmarks{% \begingroup |