diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-19 17:08:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-19 17:08:57 +0000 |
commit | e01d0e61ce7553ae7d91e31196d754100e418bfc (patch) | |
tree | e5f559860bd3378e2d1e36db609b4ae256b0515f /Master/texmf-dist/doc/latex/hyperref | |
parent | 3ebb5d696023c7c1dd3c42045057c647fbe5cd2f (diff) |
hyperref update (18apr08)
git-svn-id: svn://tug.org/texlive/trunk@7520 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hyperref')
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/ChangeLog | 25 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf | bin | 289413 -> 291512 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/README | 60 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/README.pdf | bin | 270631 -> 271734 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/hyperref.pdf | bin | 3327761 -> 3375499 bytes |
5 files changed, 68 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog b/Master/texmf-dist/doc/latex/hyperref/ChangeLog index fec50825bc6..6b827be4bb2 100644 --- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog +++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog @@ -1,3 +1,28 @@ +2008-04-17 6.77q Heiko Oberdiek + * 6.77q + * Fix for small problem with XeLaTeX (\string^^f4). + +2008-04-16 6.77p Heiko Oberdiek + * 6.77p + * Patch for missing anchor settings with amsmath (multline) by + Ross Moore. + * New option `pdfa' to improve compatibility with PDF/A, + see README. + +2008-04-15 6.77o Heiko Oberdiek + * 6.77o + * Babel 2008/03/16 v3.8j disables shorthands for bookmarks. + This reduces the probability of warnings, but at the cost + of ugly bookmarks. Therefore hyperref tries to undo this. + See LaTeX bug-report `babel/4017'. + * Fix for bulgarian.ldf's \@Alph and \@alph for \hyper@makecurrent. + * Patch for missing anchor settings with amsmath (multline) by + Ross Moore. + +2008-04-13 6.77n Heiko Oberdiek + * 6.77n + * New option `linktoc' added, see README. + 2008-04-12 6.77m Heiko Oberdiek * 6.77m * Surrogate support for bookmarks (utf8.def, including utf8 diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf b/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf Binary files differindex f3273100ddc..da7d5e08040 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 ac07b2858ae..f2329a13fce 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, 2008/04/12 +README for hyperref bundle, 2008/04/16 TABLE OF CONTENTS @@ -45,8 +45,6 @@ b) nameref' a package to allow reference to the *names* of sections rather Also a ZIP file is provided that contains the files, already sorted in a TDS tree: - CTAN:macros/latex/contrib/hyperref/hyperref.tds.zip -or CTAN:install/macros/latex/contrib/hyperref.tds.zip `CTAN:' means one of the `Comprehensive TeX Archive Network' @@ -172,6 +170,46 @@ other packages apart from nameref and backref: 5 NEW FEATURES ============== +Option `pdfa' added +-------`----'------ + The new option `pdfa' tries to avoid violations of PDF/A in code + generated by hyperref. However, the result is usually not in PDF/A, + because many features aren't controlled by hyperref (XMP metadata, + fonts, colors, driver dependend low level stuff, ...). + + Currently, option `pdfa' sets and disables the following items: + * Enabled annotation flags: Print, NoZoom, NoRotate [PDF/A 6.5.3]. + * Disabled annotation flags: Hidden, Invisible, NoView [PDF/A 6.5.3]. + * Disabled: Launch action (\href{run:...} [PDF/A 6.6.1]. + * Restricted: Named actions (\Acrobatmenu: NextPage, PrevPage, + FirstPage, LastPage) [PDF/A 6.6.1]. + * Many things are disabled in PDF formulars: + * JavaScript actions [PDF/A 6.6.1] + * Trigger events (additional actions) [PDF/A 6.6.2] + * Push button (because of JavaScript) + * Interactive Forms: Flag NeedAppearances is the default `false' + (Because of this, hyperref's implementation of Forms looks ugly). + [PDF/A 6.9] + + The default value of the new option `pdfa' is `false'. It influences + the loading of the package and cannot be changed after hyperref is + loaded (\usepackage{hyperref}). + + ToDo: + * XMP support + * ... + But perhaps Adobe Acrobat is now happy and can now convert + the PDF file to PDF/A. + +Option `linktoc' added +-------`-------'------ + The new option `linktoc' allows more control which part + of an entry in the table of contents is made into a link: + * `linktoc=none' (no links) + * `linktoc=section' (default behaviour, same as `linktocpage=false') + * `linktoc=page' (same as `linktocpage=true') + * `linktoc=all' (both the section and page part are links) + Option `pdfnewwindow' changed -------`------------'-------- Before 6.77b: @@ -642,24 +680,12 @@ float foiltex ------- + Update to version 2008/01/28 v2.1.4b: Since version 6.77a hyperref does not hack into \@begindvi, it uses package `atbegshi' instead, that hooks into \shipout. Thus the patch of `foils.cls' regarding hyperref is now obsolete and causes an undefined error message about \@hyperfixhead. - Workaround: - \makeatletter - \providecommand*{\@hyperfixhead}{} - \makeatother - If you don't want to have page anchors (page anchors are the default), - then \HyPL@EveryPage gets executed twice on each page, this can be - avoided by disabling page anchors later: - \documentclass{foils} - \usepackage{hyperref} - \makeatletter - \providecommand*{\@hyperfixhead}{} - \makeatother - \begin{document} - \hypersetup{pageanchor=false} + This is fixed in FoilTeX 2.1.4b. footnote -------- diff --git a/Master/texmf-dist/doc/latex/hyperref/README.pdf b/Master/texmf-dist/doc/latex/hyperref/README.pdf Binary files differindex 1634651fdc6..d3ee9441eaf 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 3d9b7376a1a..6d94485dd72 100644 --- a/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf +++ b/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf |