diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-05 00:11:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-05 00:11:54 +0000 |
commit | 934cc6ee84db1068d96f54fc06f57064867febc4 (patch) | |
tree | edd5b30ece835451793c031951a5ea60013b155d /Master/texmf-dist/tex/latex/hyperref/hyperref.sty | |
parent | 4a35a6083597c5be84ca9a8c1f2da109d8c3a960 (diff) |
hyperref (4dec10)
git-svn-id: svn://tug.org/texlive/trunk@20656 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hyperref.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hyperref.sty | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty index bc17b4b0668..135c52537a6 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty @@ -30,7 +30,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hyperref} - [2010/11/26 v6.81v % + [2010/12/03 v6.81w % Hypertext links for LaTeX] \begingroup \@makeother\`% @@ -4362,9 +4362,7 @@ \Hy@AtBeginDocument{% \ifHy@texht \else - \pdf@ifdraftmode{}{% - \Hy@CatcodeWrapper\ReadBookmarks - }% + \Hy@CatcodeWrapper\ReadBookmarks \fi } \ifHy@backref @@ -6169,13 +6167,16 @@ \fi \def\Hy@appendixstring{appendix} \def\Hy@chapapp{\Hy@chapterstring} -\let\HyOrg@appendix\appendix -\def\appendix{% - \ltx@IfUndefined{chapter}% - {\gdef\theHsection{\Alph{section}}}% - {\gdef\theHchapter{\Alph{chapter}}}% - \xdef\Hy@chapapp{\Hy@appendixstring}% - \HyOrg@appendix +\ltx@IfUndefined{appendix}{% +}{% + \let\HyOrg@appendix\appendix + \def\appendix{% + \ltx@IfUndefined{chapter}% + {\gdef\theHsection{\Alph{section}}}% + {\gdef\theHchapter{\Alph{chapter}}}% + \xdef\Hy@chapapp{\Hy@appendixstring}% + \HyOrg@appendix + }% } \def\Hy@Test@alph#1{% \ifcase#1\or |