summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/hyperref.dtx')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/hyperref.dtx15
1 files changed, 7 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
index 8175a5853e5..f423b890536 100644
--- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
+++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
@@ -38,7 +38,7 @@
%<puenc>\ProvidesFile{puenc.def}
%<puvnenc>\ProvidesFile{puvnenc.def}
%<puarenc>\ProvidesFile{puarenc.def}
-%<!none> [2009/05/01 v6.78r
+%<!none> [2009/05/23 v6.78s
%<package> Hypertext links for LaTeX]
%<nohyperref> Dummy hyperref (SR)]
%<driver> Hyperref documentation driver file]
@@ -114,7 +114,7 @@
\end{document}
%</driver>
% \fi
-% \CheckSum{24573}
+% \CheckSum{24570}
%
% \MakeShortVerb{|}
% \StopEventually{}
@@ -9435,7 +9435,6 @@
\def\addcontentsline#1#2#3{% toc extension, type, tag
\begingroup
\let\label\@gobble
- \let\textlatin\@firstofone
\ifx\@currentHref\@empty
\Hy@Warning{%
No destination for bookmark of \string\addcontentsline,%
@@ -16139,13 +16138,13 @@
% \begin{macrocode}
\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 }