diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/footmisx/footmisx.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/footmisx/footmisx.ins | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/footmisx/footmisx.ins b/Master/texmf-dist/source/latex/footmisx/footmisx.ins new file mode 100644 index 00000000000..c6949d7d207 --- /dev/null +++ b/Master/texmf-dist/source/latex/footmisx/footmisx.ins @@ -0,0 +1,45 @@ +\input docstrip.tex + +\preamble +---------------------------------------------------------------------- +The footmisx package -- variations of footnote typesetting +Copyright (c) 2008 Robin Fairbairns + +This work may be distributed and/or modified under the conditions of the +LaTeX Project Public License, either version 1.3c of this license or (at +your option) any later version. The latest version of this license is in: +http://www.latex-project.org/lppl.txt, and version 1.3c or later is part +of all distributions of LaTeX version 2005/12/01 or later. + +This work has the LPPL maintenance status `author-maintained'. + +This work consists of the files footmisx.dtx, footmisx.ins, and README +and the derived files footmisx.sty and footmisx.pdf. +----------------------------------------------------------------------- + +\endpreamble + +\def\batchfile{footmisx.ins} +\keepsilent +\Msg{*** Generating the footmisx package ***} +\askforoverwritefalse +\generate{% + \file{footmisx.sty}{\from{footmisx.dtx}{package}}% +} + + +\ifToplevel{ +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the file} +\Msg{* footmisx.sty into a directory searched by TeX} +\Msg{*} +\Msg{* Usual TDS location:} +\Msg{* \space\space tex/latex/footmisx} +\Msg{*} +\Msg{* Happy TeXing} +\Msg{*} +\Msg{***********************************************************} +} + +\endbatchfile |