summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hyperref/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-26 00:40:18 +0000
committerKarl Berry <karl@freefriends.org>2010-02-26 00:40:18 +0000
commit2879f4c79a28689be64c43518e2d54d1158015c3 (patch)
tree340e3ecbc7b24e4e7430080ccde14fadaa945149 /Master/texmf-dist/doc/latex/hyperref/README
parent0288945faa2fa7ad7b023fe54b2eefac37ba88f6 (diff)
hyperref update (24feb10)
git-svn-id: svn://tug.org/texlive/trunk@17207 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hyperref/README')
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/README17
1 files changed, 15 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/README b/Master/texmf-dist/doc/latex/hyperref/README
index 32b32365e79..27a87c6c794 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/02/10
+README for hyperref bundle, 2010/02/24
TABLE OF CONTENTS
@@ -1323,7 +1323,20 @@ Footnotes
to use \footnotemark and \footnotetext out of order or reusing
\footnotemark. Here you can either disable hyperref's footnote
support by "hyperfootnotes=false" or fiddle with internal macros,
- nasty example:
+ nasty examples:
+
+\documentclass{article}
+\usepackage{hyperref}
+\begin{document}
+Hello%
+\footnote{The first footnote}
+World%
+\addtocounter{footnote}{-1}%
+\addtocounter{Hfootnote}{-1}%
+\footnotemark.
+\end{document}
+
+ or
\documentclass{article}