diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/emp/emp.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/emp/emp.ins | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/emp/emp.ins b/Master/texmf-dist/source/latex/emp/emp.ins new file mode 100644 index 00000000000..14ed75a8a7e --- /dev/null +++ b/Master/texmf-dist/source/latex/emp/emp.ins @@ -0,0 +1,80 @@ +% emp.ins - Encapsulated MetaPost for LaTeX(2e) +% Copyright (C) 1997 by Thorsten.Ohl@Physik.TH-Darmstadt.de +% $Id: emp.ins,v 1.1 1997/06/14 20:50:59 ohl Exp $ +% +% Emp 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, or (at your option) +% any later version. +% +% Emp 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., 675 Mass Ave, Cambridge, MA 02139, USA. +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +\def\batchfile{emp.ins} +\input docstrip.tex +\keepsilent +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\preamble + +Copyright (C) 1997 by Thorsten.Ohl@Physik.TH-Darmstadt.de + +This file is NOT the source for emp, because almost all comments +have been stripped from it. It is NOT the preferred form of emp +for making modifications to it. + +Therefore you can NOT redistribute and/or modify THIS file. You can +however redistribute the complete source (emp.dtx and emp.ins) +and/or modify it under the terms of the GNU General Public License as +published by the Free Software Foundation; either version 2, or (at +your option) any later version. + +As a special exception, you can redistribute parts of this file for +the electronic distribution of scientific papers, provided that you +include a short note pointing to the complete source. + +Emp 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., 675 Mass Ave, Cambridge, MA 02139, USA. + +\endpreamble + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\Msg{Generating style file emp.sty for the emp package:} +\generateFile{emp.sty}{f}{\from{emp.dtx}{style}} +\Msg{Generating driver file for manual empman.drv:} +\generateFile{empman.drv}{f}{\from{emp.dtx}{driver,manual}} +\Msg{Generating driver file for documentation emp.drv:} +\generateFile{emp.drv}{f}{\from{emp.dtx}{driver}} + +\Msg{***************************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the file} +\Msg{* emp.sty into a directory searched by TeX} +\Msg{*} +\Msg{* Optionally you can copy the file empman.dtx into a} +\Msg{* directory searched by TeX, so that users can print} +\Msg{* a copy of the documentation.} +\Msg{*} +\Msg{***************************************************************} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\endinput +Local Variables: +mode:LaTeX +fill-prefix:"% " +page-delimiter:"^% %%%%%%%%%*\n" +End: |