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/README | |
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/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/README | 60 |
1 files changed, 43 insertions, 17 deletions
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 -------- |