diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-06 21:53:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-06 21:53:38 +0000 |
commit | 6807115ffd9431bfc5ba6625cf0b3191a72ed947 (patch) | |
tree | 2264998782cb81a7a22e3d368b80426c4ea86214 /Master/texmf-dist/tex/latex/optidef | |
parent | af4a841a3ac56bc89bf08019c254921b327d2af7 (diff) |
optidef (24may17)
git-svn-id: svn://tug.org/texlive/trunk@44505 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/optidef')
-rw-r--r-- | Master/texmf-dist/tex/latex/optidef/optidef.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/optidef/optidef.sty b/Master/texmf-dist/tex/latex/optidef/optidef.sty index 8447927e59c..9a89e846e0f 100644 --- a/Master/texmf-dist/tex/latex/optidef/optidef.sty +++ b/Master/texmf-dist/tex/latex/optidef/optidef.sty @@ -1,18 +1,18 @@ -% optidef - Version 2.3 +% optidef - Version 2.4 % -%Copyright 2016 J. Lago Garcia +%Copyright 2017 J. Lago Garcia % %This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 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.3 or later is part of all distributions of LaTeX version 2005/12/01 or later. % %This work has the LPPL maintenance status 'maintained'. The Current Maintainer of this work is J. Lago Garcia. % -%E-mail: jesus.lago.garcia@venus.uni-freiburg.de +%E-mail: j.lagogarcia@tudelft.nl % %This work consists of the file optidef.sty. \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{optidef}[2016/10/22 - version=2.3, Package for defining optimization problems] +\ProvidesPackage{optidef}[2017/05/24 - version=2.4, Package for defining optimization problems] \RequirePackage{environ} \RequirePackage{mathtools} @@ -412,7 +412,7 @@ % Adding constraints for a single alignment point and with the constraints below for multiple references \DeclareDocumentCommand{\oneAlignBelowAddConstraintMult}{m G{} G{}}{ \iftoggle{bodyCon}{ - \bodyconstOneAlignBelowMult{#1}{#2} + \bodyconstOneAlignBelowMult{#1}{#2}{#3} \togglefalse{bodyCon} }{ \ifthenelse{\equal{#3}{}}{ |