diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/multiobjective/multiobjective.sty | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/multiobjective/multiobjective.sty b/Master/texmf-dist/tex/latex/multiobjective/multiobjective.sty new file mode 100644 index 00000000000..32c3332360e --- /dev/null +++ b/Master/texmf-dist/tex/latex/multiobjective/multiobjective.sty @@ -0,0 +1,56 @@ +%% +%% This is file `multiobjective.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% multiobjective.dtx (with options: `package') +%% 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. +\NeedsTeXFormat{LaTeX2e}[1999/12/01] +\ProvidesPackage{multiobjective}[2008/08/19 v1.0 multiobjective optimization symbols] +\RequirePackage{amssymb} + +%%neg. strict dominance & |\negstrictdom| & $\vec{x}\negstrictdom\vec{y}$ \\ + +\providecommand{\dom}{\prec} +\providecommand{\negdom}{\not\prec} +\providecommand{\weakdom}{\preccurlyeq} +\providecommand{\negweakdom}{\not\preccurlyeq} +\providecommand{\strictdom}{\prec\!\!\!\prec} +\providecommand{\negstrictdom}{\not\prec\!\!\!\prec} +\providecommand{\multepsilondom}{\preccurlyeq_{\epsilon\cdot}} +\providecommand{\addiepsilondom}{\preccurlyeq_{\epsilon +}} +\providecommand{\better}{\triangleleft} + +\def\vec#1{\mathchoice{\mbox{\boldmath$\displaystyle#1$}} {\mbox{\boldmath$\textstyle#1$}} +{\mbox{\boldmath$\scriptstyle#1$}} {\mbox{\boldmath$\scriptscriptstyle#1$}}} + +\providecommand{\set}[1]{ +\mathchoice{\mbox{$\displaystyle\mathcal{#1}$}} +{\mbox{$\textstyle\mathcal{#1}$}} {\mbox{$\scriptstyle\mathcal{#1}$}} +{\mbox{$\scriptscriptstyle\mathcal{#1}$}} +} + +\def\argmax{\mathop{{\rm arg}\,\max}} +\def\argmin{\mathop{{\rm arg}\,\min}} +\endinput +%% +%% End of file `multiobjective.sty'. |