diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-05 22:48:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-05 22:48:20 +0000 |
commit | e9fd6ba2c4e28c18b6fc21809266bc700e29af0a (patch) | |
tree | 9da6ff14601fe6e227eead530000529006147e17 /Master/texmf-dist/source/latex/esk/esk.ins | |
parent | 2d2c3368c886dd0fe361add4dd0e8dc10445202a (diff) |
new latex package esk (5may10)
git-svn-id: svn://tug.org/texlive/trunk@18115 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/esk/esk.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/esk/esk.ins | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/esk/esk.ins b/Master/texmf-dist/source/latex/esk/esk.ins new file mode 100644 index 00000000000..fc7a32184b9 --- /dev/null +++ b/Master/texmf-dist/source/latex/esk/esk.ins @@ -0,0 +1,84 @@ +% esk.ins - Encapsulated Sketch for LaTeX(2e) +% Copyright (C) 2010 Tom Kazimiers (tom AT voodoo-arts.net) +% Based on the installer of emp latex package by Thorsten Ohl +% (Thorsten.Ohl@Physik.TH-Darmstadt.de) +% $Id: esk.ins,v 1.0 2010/05/04 20:50:59 kazimiers Exp $ +% +% Esk 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. +% +% Esk 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{esk.ins} +\input docstrip.tex +\keepsilent +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\preamble + +Copyright (C) 2010 Tom Kazimiers (tom AT voodoo-arts.net) +Based on the Makefile of emp latex package by Thorsten Ohl +(Thorsten.Ohl@Physik.TH-Darmstadt.de) + +This file is NOT the source for esk, because almost all comments +have been stripped from it. It is NOT the preferred form of esk +for making modifications to it. + +Therefore you can NOT redistribute and/or modify THIS file. You can +however redistribute the complete source (esk.dtx and esk.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. + +Esk 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 esk.sty for the esk package:} +\generateFile{esk.sty}{f}{\from{esk.dtx}{style}} +\Msg{Generating driver file for manual eskman.drv:} +\generateFile{eskman.drv}{f}{\from{esk.dtx}{driver,manual}} +\Msg{Generating driver file for documentation esk.drv:} +\generateFile{esk.drv}{f}{\from{esk.dtx}{driver}} + +\Msg{***************************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the file} +\Msg{* esk.sty into a directory searched by TeX} +\Msg{*} +\Msg{* Optionally you can copy the file eskman.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: |