diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-24 22:21:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-24 22:21:49 +0000 |
commit | 1984fffaddfd95577875b13b1b44498a921a0004 (patch) | |
tree | 8909691dc26a52e09e7cf46d46603f8b74bc772d /Master/texmf-dist/tex/latex/hyperref/hpdftex.def | |
parent | 0b777811ed9a0adad9edc8c455789a7080217610 (diff) |
hyperref update (24may09)
git-svn-id: svn://tug.org/texlive/trunk@13445 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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hpdftex.def b/Master/texmf-dist/tex/latex/hyperref/hpdftex.def index 134115ff34a..424c5b5206e 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/05/01 v6.78r + [2009/05/23 v6.78s Hyperref driver for pdfTeX] \let\Hy@PutCatalog\pdfcatalog \ifHy@pagelabels @@ -1421,13 +1421,13 @@ \fi \def\Hy@writebookmark#1#2#3#4#5{% % section number, text, label, level, file - \ifx\WriteBookmarks\relax% - \else - \ifnum#4>\Hy@bookmarksdepth\relax + \ifx\WriteBookmarks\relax% \else - \@@writetorep{#1}{#2}{#3}{#4}{#5}% + \ifnum#4>\Hy@bookmarksdepth\relax + \else + \@@writetorep{#1}{#2}{#3}{#4}{#5}% + \fi \fi - \fi } \def\Hy@currentbookmarklevel{0} \def\Hy@numberline#1{#1 } |