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/README27
1 files changed, 23 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/README b/Master/texmf-dist/doc/latex/hyperref/README
index 1442d704cfb..4d1c3f72da5 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, 2006/09/06
+README for hyperref bundle, 2006/11/15
TABLE OF CONTENTS
@@ -137,6 +137,10 @@ apart from nameref and backref:
5 NEW FEATURES
==============
+Starred form of \autoref
+------------------------
+ \autoref* generates a reference without link as \ref* or \pageref*.
+
Link border style
-----------------
Links can be underlined instead of the default rectangle or
@@ -481,8 +485,15 @@ natbib
nomencl
-------
-Example for introducing links for the page numbers:
-\renewcommand*{\pagedeclaration}[1]{\unskip, \hyperpage{#1}}
+ * Example for introducing links for the page numbers:
+ \renewcommand*{\pagedeclaration}[1]{\unskip, \hyperpage{#1}}
+
+ * For equations the following might work:
+ \renewcommand*{\eqdeclaration}[1]{%
+ \hyperlink{equation.#1}{(Equation~#1)}%
+ }
+ But the mapping from the equation number to the anchor name
+ is not available in general.
prettyref
---------
@@ -565,6 +576,11 @@ varioref
varioref that breaks the hyperref support for varioref.
Thus with babel v3.8g varioref cannot be used with hyperref.
+ Also unsupported:
+ * \Ref, \Vref do not uppercase the first letter.
+ * \vpageref[]{...}
+ On the same page a previous space is not suppressed.
+
verse
-----
Version 2005/08/22 v2.22 contains support for hyperref.
@@ -663,7 +679,7 @@ Index with makeindex
are used (book class with \frontmatter, \romannumbering, ...),
then the page anchors are not unique. Therefore option
"plainpages=false" is recommended.
- * The encap mechanism of hyperref allows to use one command only
+ * The encap mechanism of Makeindex allows to use one command only
(see documentation of Makeindex).
If the user sets such a command, hyperref suppresses its
\hyperpage command. With logical markup this situation
@@ -863,5 +879,8 @@ Responsible for the Vietnamese translations of the
* more for PDF forms
* per object setting
* vary gap between text and box
+* PostScript driver: the current implementation doesn't relly support
+ nested links. The start positions should be remembered in a stack,
+ but there are complications with page breaks.
* ...