diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hvtex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hvtex.def | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtex.def b/Master/texmf-dist/tex/latex/hyperref/hvtex.def index 7cc1c3e61a2..61896cd653a 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtex.def @@ -24,7 +24,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtex.def} - [2009/05/01 v6.78r + [2009/05/23 v6.78s Hyperref driver for VTeX in PDF/PS mode] \providecommand*{\XR@ext}{pdf} \edef\Hy@VTeXversion{% @@ -581,13 +581,13 @@ } \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 } |