summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/footnotehyper
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-03 00:02:02 +0000
committerKarl Berry <karl@freefriends.org>2016-05-03 00:02:02 +0000
commit07d14d88e9e67dacfd1d8955fc7fdb16aea0b324 (patch)
tree5f634ac32b3a36233a8053203664f2c9d2278992 /Master/texmf-dist/doc/latex/footnotehyper
parentb8dd38acec3998292d34c1908e11ceb5a1605582 (diff)
footnotehyper
git-svn-id: svn://tug.org/texlive/trunk@40852 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/footnotehyper')
-rw-r--r--Master/texmf-dist/doc/latex/footnotehyper/README.md13
-rw-r--r--Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.pdfbin44772 -> 45906 bytes
-rw-r--r--Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.tex10
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
index 3e8d4d57bed..223e11810b7 100644
--- a/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.pdf
+++ b/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.pdf
Binary files differ
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.
%%