diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-08 16:26:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-08 16:26:07 +0000 |
commit | b8d994dfcd51e4acca42b2d5ff9d6aa1fb943722 (patch) | |
tree | d39141227f1f70e657b300b436362442e09eb7ce /Master/texmf-dist/source/latex/multiobjective/multiobjective.ins | |
parent | 1e490c47d2998d62acb68dc520a10f7966ca484f (diff) |
new latex package multiobjective (16aug08)
git-svn-id: svn://tug.org/texlive/trunk@10495 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/multiobjective/multiobjective.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/multiobjective/multiobjective.ins | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/multiobjective/multiobjective.ins b/Master/texmf-dist/source/latex/multiobjective/multiobjective.ins new file mode 100644 index 00000000000..e88dba3d6b6 --- /dev/null +++ b/Master/texmf-dist/source/latex/multiobjective/multiobjective.ins @@ -0,0 +1,55 @@ +%% +%% Copyright (C) 2008 by Luis Marti (luis dot marti at uc3m dot es) +%% http://www.giaa.inf.uc3m.es/miembros/lmarti +%% +%% Version of: $Date: 2008-08-18 15:40:05 +0200 (lun, 18 ago 2008) $ +%% +%% This file may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.2 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.2 or later is part of all distributions of +%% LaTeX version 1999/12/01 or later. +%% +%% This class 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. +%% +\input docstrip.tex +\keepsilent +\usedir{tex/latex/multiobjective} + +\preamble +multiobjective.sty: A LaTeX package for multiobjective optimization and multicriteria decision making articles + +Copyright (C) 2008 by Luis Marti (luis dot marti at uc3m dot es) +http://www.giaa.inf.uc3m.es/miembros/lmarti + +Version of: $Date: 2008-08-18 15:40:05 +0200 (lun, 18 ago 2008) $ + +This file may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either +version 1.2 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.2 or later is part of all distributions of LaTeX version 1999/12/01 or later. + +This class 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. +\endpreamble + +\generate{\file{multiobjective.sty}{\from{multiobjective.dtx}{package}}} + +\Msg{************************************************************************} +\Msg{** To finish the installation move `multiobjective.sty' to a place where LaTeX will find it.} +\Msg{** Then to get the documentation:} +\Msg{** `pdflatex multiobjective.dtx'} +\Msg{** Happy TeXing!} +\Msg{************************************************************************} +\endbatchfile
\ No newline at end of file |