diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:55:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:55:16 +0000 |
commit | cbb5b546b243656f0600320003ea910bb0515e08 (patch) | |
tree | 8d343755cedde41eaaba8509a81bb33bac0058cf /Master/texmf-dist/source/latex/mparhack/mparhack.ins | |
parent | ea5ddec3cc1883423a98b4634ab35b64d14b1dc8 (diff) |
trunk/Master/texmf-dist/source/latex/mparhack
git-svn-id: svn://tug.org/texlive/trunk@395 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/mparhack/mparhack.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/mparhack/mparhack.ins | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/mparhack/mparhack.ins b/Master/texmf-dist/source/latex/mparhack/mparhack.ins new file mode 100644 index 00000000000..754baa3b9de --- /dev/null +++ b/Master/texmf-dist/source/latex/mparhack/mparhack.ins @@ -0,0 +1,64 @@ +%% For fixing the marginpar bug. +%% +%% --------------- start of docstrip commands ------------------ +%% +\def\batchfile{mparhack.ins} +\input docstrip.tex +\def\makeCommand#1{\catcode`#1=0\relax} +\@ifundefined{endbatchfile} + {\PackageError{mparhack.ins} + {% + ^^J\space\space\space + The installation requires docstrip version 2.4d (1996/10/17) + ^^J\space\space\space + or later (Type `H' for more help)% + }{% + An older version of docstrip has been input.\MessageBreak + Since this version won't install the current package\MessageBreak + properly, please get a current version (files docstrip.ins\MessageBreak + and docstrip.dtx) from CTAN.\MessageBreak + }% + \let\endbatchfile\endinput + } + {\relax} +\preamble + +Workaround for the marginpar bug. + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +\endpreamble + +\keepsilent + +\generate{% + \file{mparhack.sty}{\from{mparhack.dtx}{sty}} +} + +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation, please move the following} +\Msg{* file into a directory searched by TeX:} +\Msg{*} +\Msg{* \space\space mparhack.sty} +\Msg{*} +\Msg{* To produce the documentation, run LaTeX on the file:} +\Msg{*} +\Msg{* \space\space mparhack.dtx} +\Msg{*} +\Msg{* Happy TeXing!} +\Msg{***********************************************************} + +\endbatchfile |