diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-07 22:17:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-07 22:17:17 +0000 |
commit | a83f4aa090a6107646bdf4b7f69299830fe1f658 (patch) | |
tree | a7a1f837bd745bac92bcf355dd990e573a3d73a4 /Master/texmf-dist/doc/latex/footnotehyper | |
parent | 73fdeb74bbe27f57da20f2c155f65701c02edfa6 (diff) |
footnotehyper (7nov19)
git-svn-id: svn://tug.org/texlive/trunk@52676 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/footnotehyper')
-rw-r--r-- | Master/texmf-dist/doc/latex/footnotehyper/README.md | 41 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.pdf | bin | 57912 -> 61195 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.tex | 10 |
3 files changed, 30 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/footnotehyper/README.md b/Master/texmf-dist/doc/latex/footnotehyper/README.md index a9ca08ed8c3..8dc69945efd 100644 --- a/Master/texmf-dist/doc/latex/footnotehyper/README.md +++ b/Master/texmf-dist/doc/latex/footnotehyper/README.md @@ -1,10 +1,10 @@ <!-- --> - Source: footnotehyper.dtx (v1.1 2018/01/23) + Source: footnotehyper.dtx (v1.1a 2019/11/07) Author: Jean-Francois Burnol Info: hyperref aware footnote.sty License: LPPL 1.3c - Copyright (C) 2016-2018 Jean-Francois Burnol <jfbu at free dot fr>. + Copyright (C) 2016-2019 Jean-Francois Burnol <jfbu at free dot fr>. ABSTRACT ======== @@ -34,22 +34,31 @@ loaded with its `hyperfootnotes=false` option. The order of loading of INSTALLATION ============ -To extract the package (.sty) and driver (.tex) files from -footnotehyper.dtx: +The recommended way is to first extract the package (.sty) +and driver (.tex) files from footnotehyper.dtx via -- if footnotehyper.ins is present: etex footnotehyper.ins -- without footnotehyper.ins: etex footnotehyper.dtx -- or run latex or pdflatex directly on footnotehyper.dtx + tex footnotehyper.dtx -At least three ways to produce footnotehyper.pdf (method (1) is -preferred): +and then produce the documentation via -1. latex footnotehyper.tex (twice), then dvipdfmx -2. pdflatex footnotehyper.dtx (twice) -3. latex footnotehyper.dtx (twice), then dvips, then ps2pdf + latex footnotehyper.tex (twice) + dvipdfmx footnotehyper.dvi -Method (1) produces the smallest pdf files. -Options can be set in footnotehyper.tex: +It is also possible to produce simultaneously the package +and the documentation via one of these two routes: + + pdflatex footnotehyper.dtx (twice) + +or + + latex footnotehyper.dtx (twice) + dvips + ps2pdf + +The method using the extracted file footnotehyper.tex produces +the smallest pdf file and is the officially preferred one as +it allows to set options in footnotehyper.tex to customize the +footnotehyper.pdf file: - scrdoc class options (paper size, font size, ...) - with or without source code, @@ -84,6 +93,6 @@ The Author of this Work is: - Jean-Francois Burnol `<jfbu at free dot fr>` -This Work consists of the main source file footnotehyper.dtx and the -derived files footnotehyper.sty, footnotehyper.ins, footnotehyper.tex, +This Work consists of the main source file footnotehyper.dtx +and the derived files footnotehyper.sty, footnotehyper.tex, footnotehyper.pdf, footnotehyper.dvi. diff --git a/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.pdf b/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.pdf Binary files differindex 129b44fc1e8..13b98643f05 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 9ca0b3971ea..731bfedcc76 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: 1.1 (2018/01/23) +%% Version: 1.1a (2019/11/07) %% License: LPPL 1.3c -%% Copyright (C) 2016-2018 Jean-Francois Burnol <jfbu at free dot fr>. +%% Copyright (C) 2016-2019 Jean-Francois Burnol <jfbu at free dot fr>. %% \def\pkgname {footnotehyper} -\def\pkgdate {2018/01/23} -\def\docdate {2018/01/23} -\def\pkgversion {v1.1} +\def\pkgdate {2019/11/07} +\def\docdate {2019/11/07} +\def\pkgversion {v1.1a} \def\pkgdescription {hyperref aware footnote.sty (JFB)} %% %% run latex twice on this file footnotehyper.tex then dvipdfmx on |