summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
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
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')
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/ChangeLog13
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdfbin276174 -> 277405 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/README21
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/README.pdfbin257594 -> 259411 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/hyperref.pdfbin3130477 -> 3150450 bytes
5 files changed, 33 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog b/Master/texmf-dist/doc/latex/hyperref/ChangeLog
index 847aeb22970..13567762b48 100644
--- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog
+++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog
@@ -1,4 +1,15 @@
+2007-06-14 6.76i Heiko Oberdiek
+ * 6.76i
+ * `pdfencoding=auto' a little more efficient.
+
+2007-06-12 6.76h Heiko Oberdiek
+ * 6.76h
+ * Fix for default of \theHequation (class `foils'
+ do not know counter `section').
+ * New option `pdfencoding' added (uses package `stringenc').
+
2007-05-29 6.76g Heiko Oberdiek
+ * 6.76g
* The color of launch annotations are set by options
`runcolor' and `runbordercolor'. (Previously `filecolor'
was used.)
@@ -8,9 +19,11 @@
* nameref 2.31: Some fixes in \NR@@vpageref.
2007-05-09 6.76f Heiko Oberdiek
+ * 6.76f
* Use of package `etexcmds' for \unexpanded.
2007-05-03 6.76e Heiko Oberdiek
+ * 6.76e
* hyperref: ConTeXt's base/syst-gen.tex redefines e-TeX's \unexpanded.
* Some support for amsmath's environment `subequations'.
* nameref 2.30: \label is supported after longtable's \caption.
diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf
index dd0f1076485..ad59f115d2e 100644
--- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf
+++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf
Binary files differ
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,
diff --git a/Master/texmf-dist/doc/latex/hyperref/README.pdf b/Master/texmf-dist/doc/latex/hyperref/README.pdf
index 75652968275..1f91cca5561 100644
--- a/Master/texmf-dist/doc/latex/hyperref/README.pdf
+++ b/Master/texmf-dist/doc/latex/hyperref/README.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf
index 481a1a59452..e7aeb2a946e 100644
--- a/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf
+++ b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf
Binary files differ