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/README33
1 files changed, 16 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/README b/Master/texmf-dist/doc/latex/hyperref/README
index cc05d153f88..ac0d8eb8f66 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/09/28
+README for hyperref bundle, 2012/07/28
TABLE OF CONTENTS
@@ -183,6 +183,21 @@ other packages:
5 NEW FEATURES
==============
+Option `psdextra
+----------------
+ LaTeX's NFSS is used to assist the conversion of arbitrary
+ TeX strings to PDF strings (bookmarks, PDF information entries).
+ Many math command names (\geq, \notin, ...) are not in control
+ of NFSS, therefore they are defined with prefix `text'
+ (\textgeq, \textnotin, ...). They can be mapped to short names
+ during the processing to PDF strings. The disadvantage is that
+ they are many hundreds macros that need to be redefined for
+ each PDF string conversion. Therefore this can be enabled or
+ disabled as option `psdextra'. On default the option is turned
+ off (set to `false'). Turning the option on means
+ that the short names are available. Then \geq can directly
+ be used instead of \textgeq.
+
\IfHyperBooleanExists and \IfHyperBoolean
-----------------------------------------
\IfHyperBooleanExists{OPTION}{YES}{NO}
@@ -296,22 +311,6 @@ Customizing index style file with \nohyperpage
(Depending on the typesetting tradition some space "\\," or "~"
should be put before the first f inside \nohyperpage.)
-Expert feature \HyperDestNameFilter
------------------------------------
- Since version 2008/07/16 v6.78c.
-
- Each anchor name and inner link name is put through
- filter \HyperDestNameFilter. The default behaviour is
- to let the name unchanged:
- \def\HyperDestNameFilter#1{#1}
- It can be redefined to prepend or append something,
- to avoid name collisions if several files are
- merged together.
-
- For example, two documents with hyperref can be generated
- using different prefixes for destination names. Then it is
- easier to merge them with 'dviconcat' or other merge utilities.
-
Experimental option `ocgcolorlinks'
-----------------------------------
The idea are colored links, when viewed, but printed without colors.