diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-08 00:19:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-08 00:19:37 +0000 |
commit | 8291b74ec6f858e3536a5919b74386a7df1dcc24 (patch) | |
tree | 3b269f2eaa9e01070636bc02be2cd16fad7d166d /Master/texmf-dist/doc/latex/hyperref/README | |
parent | 2ba8265fe433c8c06277b7aa632f642b2597e99c (diff) |
hyperref update (4dec06)
git-svn-id: svn://tug.org/texlive/trunk@2629 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 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/README b/Master/texmf-dist/doc/latex/hyperref/README index 4d1c3f72da5..eb10af4835a 100644 --- a/Master/texmf-dist/doc/latex/hyperref/README +++ b/Master/texmf-dist/doc/latex/hyperref/README @@ -440,6 +440,21 @@ float * Anchor are set at top of the float object, if its style is controlled by float.sty. +foiltex +------- + Version 2002/10/29 v2.1.4a forgets adding \HyPL@EveryPage to + the code that is executed each page. This sabotages the page + labels (option pdfpagelabels) and a rerun warning can be shown + (depends on the used driver). + Workaround: + \documentclass{foils} + \usepackage{hyperref} + \makeatletter + \ifHy@pageanchor + \g@addto@macro\@hyperfixhead{\HyPL@EveryPage}% + \fi + \makeatother + footnote -------- This package is not supported, you have to disable hyperref's footnote |