diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-04 21:33:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-04 21:33:59 +0000 |
commit | 055795d75854050642b8dd98e5352723ff2ad01f (patch) | |
tree | 4d934c5f284ba20a718849361b8a868c87978dbe /Master/texmf-dist/doc | |
parent | 2bbc9ec2a15409feca12aa1d3e0fa349cba019c6 (diff) |
footnotehyper (4oct16)
git-svn-id: svn://tug.org/texlive/trunk@42205 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/footnotehyper/README.md | 50 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.pdf | bin | 45906 -> 51992 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.tex | 8 |
3 files changed, 23 insertions, 35 deletions
diff --git a/Master/texmf-dist/doc/latex/footnotehyper/README.md b/Master/texmf-dist/doc/latex/footnotehyper/README.md index 42b708d73b1..cfde8ea26ae 100644 --- a/Master/texmf-dist/doc/latex/footnotehyper/README.md +++ b/Master/texmf-dist/doc/latex/footnotehyper/README.md @@ -1,43 +1,31 @@ <!-- --> - Source: footnotehyper.dtx (v0.9e 2016/04/30) + Source: footnotehyper.dtx (v0.9f 2016/10/03) Author: Jean-Francois Burnol Info: hyperref aware footnote.sty - License: LPPL 1.3c or later + License: LPPL 1.3c Copyright (C) 2016 Jean-Francois Burnol <jfbu at free dot fr>. ABSTRACT ======== -The `footnote` package by Mark Wooding dates back to 1997 and has -not been made `hyperref` compatible. The aim of the present -package is to do that. Its state is what I found sufficiently -well-working on a current LaTeX document of mine. - -For those who don't know: the `footnote` package allows via -`\savenotes` to gather footnotes and later release them via -`\spewnotes` (one can also use a `savenotes` environment.) -Thus footnotes emitted from tabulars or minipages -are not separated from the general document stream of footnotes, -and are printed with the others at bottom of page. This works also -for environments like `framed` (1) from the eponymous package and -avoids the `\footnotemark/\footnotetext` approach, which anyhow is -not immediately `hyperref` compatible. The `footnote` package has -a facility to patch any user-chosen environment to do the -`\savenotes/\spewnotes` automatically. - -This package provides no facility for handling footnotes from floating -environments. - -Some issues from `footnote.sty` made it incompatible with the -`color` and `xcolor` packages; this is corrected by `footnotehyper`. The -compatibility with `babel-frenchb` is improved, too. - -The loading of `hyperref` (either before or after) is mandatory -but left to the user. - -(1): in case of multi-page content, the footnotes are delivered in -the last page. +The `footnote` package by Mark Wooding (which dates back to 1997) +allows to gather footnotes (`\savenotes`) and later insert them +(`\spewnotes`) at the bottom of the page, even if the intervening +material consists of tabulars, minipages or framed contents for +example. There is a command to patch any given environment to do +the `\savenotes/\spewnotes` commands automatically. Also there is +a `footnote` environment which allows to insert verbatim material. + +The `footnotehyper` package loads `footnote.sty` and rewrites a +number of its commands to add `hyperref` awareness and to fix some +issues, particularly the one of incompatibility with +`color/xcolor`. The incompatibility with `babel-frenchb` is +addressed, too. In case of absence of `hyperref`, `footnotehyper` +limits itself to partially fix some of these issues. + +This package provides no facility dedicated to footnotes from +floating environments. INSTALLATION ============ diff --git a/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.pdf b/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.pdf Binary files differindex 223e11810b7..72ab33caaf2 100644 --- a/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.pdf +++ b/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.pdf diff --git a/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.tex b/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.tex index e1906a563e0..f406325276b 100644 --- a/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.tex +++ b/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.tex @@ -1,13 +1,13 @@ %% %% Package: footnotehyper -%% Version: 0.9e (2016/04/30) +%% Version: 0.9f (2016/10/03) %% License: LPPL 1.3c %% Copyright (C) 2016 Jean-Francois Burnol <jfbu at free dot fr>. %% \def\pkgname {footnotehyper} -\def\pkgdate {2016/04/30} -\def\docdate {2016/04/30} -\def\pkgversion {v0.9e} +\def\pkgdate {2016/10/03} +\def\docdate {2016/10/03} +\def\pkgversion {v0.9f} \def\pkgdescription {hyperref aware footnote.sty (JFB)} %% %% run latex twice on this file footnotehyper.tex then dvipdfmx on |