diff options
author | Karl Berry <karl@freefriends.org> | 2007-09-26 18:04:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-09-26 18:04:39 +0000 |
commit | 780147d5e6685f9f44d3291c4ba3994886f99d02 (patch) | |
tree | d1f6b9c05ab35558a443b77bda3288a397cb56d0 /Master/texmf-dist/doc/latex/hyperref | |
parent | 75d7894d4540af87617452c46d796b487b5d9e5b (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')
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/ChangeLog | 13 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf | bin | 276174 -> 277405 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/README | 21 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/README.pdf | bin | 257594 -> 259411 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/hyperref.pdf | bin | 3130477 -> 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 Binary files differindex dd0f1076485..ad59f115d2e 100644 --- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf 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 Binary files differindex 75652968275..1f91cca5561 100644 --- a/Master/texmf-dist/doc/latex/hyperref/README.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/README.pdf diff --git a/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf Binary files differindex 481a1a59452..e7aeb2a946e 100644 --- a/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf |