diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-29 23:41:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-29 23:41:46 +0000 |
commit | 10fc6c0ec6e0691ba4d017ae0ca44d04a379fbfb (patch) | |
tree | dfe783c60a67ebcc524bccab17b20f38b13d9e40 /Master/texmf-dist/doc/latex/hyperref/README | |
parent | 953dbb42038c276aea20982b20d60fface9890d9 (diff) |
hyperref (29sep11)
git-svn-id: svn://tug.org/texlive/trunk@24144 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 | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/README b/Master/texmf-dist/doc/latex/hyperref/README index a95fe3b570e..cc05d153f88 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, 2011/08/19 +README for hyperref bundle, 2011/09/28 TABLE OF CONTENTS @@ -812,6 +812,12 @@ bibentry \nobibliography{database} \endgroup +bigfoot +------- + Hyperref does not support package `bigfoot'. And package + `bigfoot' does not support hyperref's footnotes and disables + them (hyperfootnotes=false). + chappg ------ Package `chappg' uses \@addtoreset that is redefined by `hyperref'. @@ -1055,6 +1061,13 @@ titleref \usepackage{titleref}% without usetoc \usepackage{hyperref} +tabularx +-------- + Linked footnotes are not supported inside environment `tabularx', + because they uses the optional argument of \footnotetext, see + section `Limitations'. Before version 2011/09/28 6.82i + hyperref had disabled footnotes entirely by `hyperfootnotes=false'. + titlesec -------- "nameref" supports titlesec, but hyperref does not @@ -1228,6 +1241,17 @@ Links across pages the footer and/or header, or an error message can occur sometimes. +Footnotes +--------- + LaTeX allows the separation of the footnote mark and the + footnote text (\footnotemark, \footnotetext). This interface + might be enough for visual typesetting. But the relation between + \footnotemark to \footnotetext is not as strong as \ref to \label. + Therefore it is not clear in general which \footnotemark references + which \footnotetext. But that is necessary to implement hyperlinking. + Thus the implementation of hyperref does not support the optional + argument of \footnotemark and \footnotetext. + 8 HINTS ======= |