diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.tex | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.tex b/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.tex new file mode 100644 index 00000000000..5bcaa456204 --- /dev/null +++ b/Master/texmf-dist/doc/latex/footnotehyper/footnotehyper.tex @@ -0,0 +1,29 @@ +%% +%% Package: footnotehyper +%% Version: 0.9a (2016/04/19) +%% License: LPPL 1.3c +%% Copyright (C) 2016 Jean-Francois Burnol <jfbu at free dot fr>. +%% +\def\pkgname {footnotehyper} +\def\pkgdate {2016/04/19} +\def\docdate {2016/04/19} +\def\pkgversion {v0.9a} +\def\pkgdescription {hyperref aware footnote.sty (JFB)} +%% +%% run latex thrice on this file footnotehyper.tex then dvipdfmx on +%% footnotehyper.dvi to produce the documentation footnotehyper.pdf, with +%% source code included. +%% +\chardef\Withdvipdfmx 1 % replace 1 by 0 for using latex+dvips or pdflatex +\chardef\NoSourceCode 0 % replace 0 by 1 for the doc *without* the source code +\NeedsTeXFormat{LaTeX2e} +\ProvidesFile {\pkgname.tex}[Driver for \pkgname\space documentation]% +\PassOptionsToClass {a4paper,fontsize=11pt,oneside}{scrdoc} +\PassOptionsToPackage {english}{babel} +\input \pkgname.dtx +%%% Local Variables: +%%% mode: latex +%%% End: +\endinput +%% +%% End of file `footnotehyper.tex'. |