summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hyperref/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/hyperref/README')
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/README26
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
=======