summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hyperref/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-09-26 18:04:39 +0000
committerKarl Berry <karl@freefriends.org>2007-09-26 18:04:39 +0000
commit780147d5e6685f9f44d3291c4ba3994886f99d02 (patch)
treed1f6b9c05ab35558a443b77bda3288a397cb56d0 /Master/texmf-dist/doc/latex/hyperref/README
parent75d7894d4540af87617452c46d796b487b5d9e5b (diff)
hyperref update
git-svn-id: svn://tug.org/texlive/trunk@5053 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hyperref/README')
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/README21
1 files changed, 20 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/README b/Master/texmf-dist/doc/latex/hyperref/README
index bf8971f335f..090d8c39286 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, 2007/02/08
+README for hyperref bundle, 2007/05/31
TABLE OF CONTENTS
@@ -138,6 +138,18 @@ apart from nameref and backref:
5 NEW FEATURES
==============
+Option pdfencoding
+------------------
+ The PDF format allows two encodings for bookmarks and entries
+ in the information dictionary: PDFDocEncoding and Unicode
+ as UTF-16BE. Option "pdfencoding" selects between these encodings:
+ * "pdfdoc" uses PDFDocEncoding. It uses just one byte per character,
+ but the supported characters are limited (244 in PDF-1.7).
+ * "unicode" sets Unicode. It is encoded as UTF-16BE. Two bytes
+ are used for most characters, surrogates need four bytes.
+ * "auto" PDFDocEncoding if the string does not contain characters
+ outside the encoding and Unicode otherwise.
+
Color options/package hycolor
-----------------------------
See documentation of package `hycolor'.
@@ -378,6 +390,13 @@ amsmath
\let\equation\gather
\let\endequation\endgather
+amsrefs
+-------
+ Package loading order:
+
+ \usepackage{hyperref}
+ \usepackage{amsrefs}
+
arydshln, longtable
--------,----------
Package longtable must be put before hyperref and arydshln,