diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/footnotehyper')
-rw-r--r-- | Master/texmf-dist/doc/latex/footnotehyper/README.md | 13 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.pdf | bin | 44772 -> 45906 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.tex | 10 |
3 files changed, 11 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/footnotehyper/README.md b/Master/texmf-dist/doc/latex/footnotehyper/README.md index fe203a1e747..42b708d73b1 100644 --- a/Master/texmf-dist/doc/latex/footnotehyper/README.md +++ b/Master/texmf-dist/doc/latex/footnotehyper/README.md @@ -1,6 +1,6 @@ <!-- --> - Source: footnotehyper.dtx (v0.9d 2016/04/21) + Source: footnotehyper.dtx (v0.9e 2016/04/30) Author: Jean-Francois Burnol Info: hyperref aware footnote.sty License: LPPL 1.3c or later @@ -11,9 +11,8 @@ 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. It is barely tested and its state is what I -found sufficiently well-working on a current LaTeX document of -mine. +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 @@ -53,9 +52,9 @@ footnotehyper.dtx: At least three ways to produce footnotehyper.pdf (method (1) is preferred): -1. latex footnotehyper.tex (thrice), then dvipdfmx -2. pdflatex footnotehyper.dtx (thrice) -3. latex footnotehyper.dtx (thrice), then dvips, then ps2pdf +1. latex footnotehyper.tex (twice), then dvipdfmx +2. pdflatex footnotehyper.dtx (twice) +3. latex footnotehyper.dtx (twice), then dvips, then ps2pdf Method (1) produces the smallest pdf files. Options can be set in footnotehyper.tex: diff --git a/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.pdf b/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.pdf Binary files differindex 3e8d4d57bed..223e11810b7 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 35df849d9d1..e1906a563e0 100644 --- a/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.tex +++ b/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.tex @@ -1,16 +1,16 @@ %% %% Package: footnotehyper -%% Version: 0.9d (2016/04/21) +%% Version: 0.9e (2016/04/30) %% License: LPPL 1.3c %% Copyright (C) 2016 Jean-Francois Burnol <jfbu at free dot fr>. %% \def\pkgname {footnotehyper} -\def\pkgdate {2016/04/21} -\def\docdate {2016/04/21} -\def\pkgversion {v0.9d} +\def\pkgdate {2016/04/30} +\def\docdate {2016/04/30} +\def\pkgversion {v0.9e} \def\pkgdescription {hyperref aware footnote.sty (JFB)} %% -%% run latex thrice on this file footnotehyper.tex then dvipdfmx on +%% run latex twice on this file footnotehyper.tex then dvipdfmx on %% footnotehyper.dvi to produce the documentation footnotehyper.pdf, with %% source code included. %% |