diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-16 00:42:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-16 00:42:51 +0000 |
commit | e072c46faeb91ab453cec2398713b3d260f5e253 (patch) | |
tree | ce5083abb4786c01ce5e9e6ab90828fae83a489d /Master/texmf-dist/doc/latex/hyperref/README | |
parent | 82acd601337f2227fa0dcf837a53e30ae613bef3 (diff) |
hyperref (15dec10)
git-svn-id: svn://tug.org/texlive/trunk@20758 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hyperref/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/README | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/README b/Master/texmf-dist/doc/latex/hyperref/README index 8ea474ba856..8f12ca3bb30 100644 --- a/Master/texmf-dist/doc/latex/hyperref/README +++ b/Master/texmf-dist/doc/latex/hyperref/README @@ -1,4 +1,4 @@ -README for hyperref bundle, 2010/09/13 +README for hyperref bundle, 2010/12/07 TABLE OF CONTENTS @@ -800,7 +800,7 @@ bibentry chappg ------ - Package chappg uses \@addtoreset that is redefined by hyperref. + Package `chappg' uses \@addtoreset that is redefined by `hyperref'. The package order is therefore: \usepackage{hyperref} @@ -822,6 +822,20 @@ cite > will work as normal - although the citations will not be hyperlinked, of > course (But this may not be an issue for many people). +count1to +-------- + Package `count1to' adds several \@addtoreset commands that confuse + `hyperref'. Therefore \theH<...> has to be fixed: + + \usepackage{count1to} + \AtBeginDocument{% *after* \usepackage{count1to} + \renewcommand*{\theHsection}{\theHchapter.\arabic{section}}% + \renewcommand*{\theHsubsection}{\theHsection.\arabic{subsection}}% + \renewcommand*{\theHsubsubsection}{\theHsubsection.\arabic{subsubsection}}% + \renewcommand*{\theHparagraph}{\theHsubsubsection.\arabic{paragraph}}% + \renewcommand*{\theHsubparagraph}{\theHparagraph.\arabic{subparagraph}}% + } + dblaccnt -------- pd1enc.def or puenc.def should be loaded before: |