diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-19 21:14:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-19 21:14:51 +0000 |
commit | ccf357defee0d406f6a8b7517b7bb0b4134ac6ba (patch) | |
tree | b5c64630111d6984b3523aae85be846aed69582f /Master/texmf-dist/source/latex/footnotehyper/footnotehyper.ins | |
parent | 17d52247f834d20bf2fdc87165784126b353446c (diff) |
footnotehyper (19apr16)
git-svn-id: svn://tug.org/texlive/trunk@40620 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/footnotehyper/footnotehyper.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/footnotehyper/footnotehyper.ins | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/footnotehyper/footnotehyper.ins b/Master/texmf-dist/source/latex/footnotehyper/footnotehyper.ins new file mode 100644 index 00000000000..2becd4d543a --- /dev/null +++ b/Master/texmf-dist/source/latex/footnotehyper/footnotehyper.ins @@ -0,0 +1,48 @@ +%% +%% 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 etex on this file to extract from footnotehyper.dtx: +%% footnotehyper.sty, footnotehyper.tex, and README.md +%% +%% Refer to README.md for installation instructions, if needed. +%% +\input docstrip.tex +\askforoverwritefalse +\def\pkgpreamble{\defaultpreamble^^J\MetaPrefix^^J% +\string\NeedsTeXFormat{LaTeX2e}^^J% +\string\ProvidesPackage{\pkgname}\perCent^^J% +\space[\pkgdate\space\pkgversion\space\pkgdescription]}% +\generate{\nopreamble\nopostamble +\file{README.md}{\from{\pkgname.dtx}{readme}}% +\usepostamble\defaultpostamble +\file{\pkgname.tex}{\from{\pkgname.dtx}{tex}}% +\usepreamble\pkgpreamble +\file{\pkgname.sty}{\from{\pkgname.dtx}{package}}}% +\catcode32=13\relax% active space +\let =\space% +\Msg{************************************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the following} +\Msg{* file into a directory searched by TeX:} +\Msg{*} +\Msg{* \pkgname.sty} +\Msg{*} +\Msg{* To produce the documentation run latex thrice on file \pkgname.tex} +\Msg{* and then run dvipdfmx on file \pkgname.dvi.} +\Msg{*} +\Msg{* Happy TeXing!} +\Msg{*} +\Msg{************************************************************************} +\endbatchfile +\endinput +%% +%% End of file `footnotehyper.ins'. |