diff options
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 |