diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:52:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:52:37 +0000 |
commit | 8939513eeb3d34bf01a25a39bd8d7de8d255e89b (patch) | |
tree | a393f445eda1e0865201b24342818ae8a57a4199 /Master/texmf-dist/source/latex/egplot/egplot.ins | |
parent | 21b5118482b1cbf1916970f0d532b3ed9daaeee9 (diff) |
trunk/Master/texmf-dist/source/latex/egplot
git-svn-id: svn://tug.org/texlive/trunk@241 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/egplot/egplot.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/egplot/egplot.ins | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/egplot/egplot.ins b/Master/texmf-dist/source/latex/egplot/egplot.ins new file mode 100644 index 00000000000..8fab3562fe1 --- /dev/null +++ b/Master/texmf-dist/source/latex/egplot/egplot.ins @@ -0,0 +1,74 @@ +% egplot.ins - Encapsulated gnuplot for LaTeX(2e) +% Copyright (C) 1998 by Axel.Probst@bam.de +% +% 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{egplot.ins} +\input docstrip.tex +\keepsilent +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\preamble + +Copyright (C) 1998 by Axel.Probst@bam.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 egplot.sty for the egplot package:} +\generateFile{egplot.sty}{f}{\from{egplot.dtx}{style}} +\Msg{Generating driver file for manual egpman.drv:} +\generateFile{egpman.drv}{f}{\from{egplot.dtx}{driver,manual}} +\Msg{Generating driver file for documentation egplot.drv:} +\generateFile{egplot.drv}{f}{\from{egplot.dtx}{driver}} + +\Msg{***************************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the file} +\Msg{* egplot.sty into a directory searched by TeX} +\Msg{*} +\Msg{* Optionally you can copy the file egpman.dvi into a} +\Msg{* directory searched by TeX, so that users can print} +\Msg{* a copy of the documentation.} +\Msg{*} +\Msg{***************************************************************} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\endinput |