texlive[44505] Master/texmf-dist: optidef (24may17)

commits+karl at tug.org commits+karl at tug.org
Tue Jun 6 23:53:38 CEST 2017


Revision: 44505
          http://tug.org/svn/texlive?view=revision&revision=44505
Author:   karl
Date:     2017-06-06 23:53:38 +0200 (Tue, 06 Jun 2017)
Log Message:
-----------
optidef (24may17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/optidef/README.md
    trunk/Master/texmf-dist/doc/latex/optidef/optidef.pdf
    trunk/Master/texmf-dist/doc/latex/optidef/optidef.tex
    trunk/Master/texmf-dist/tex/latex/optidef/optidef.sty

Modified: trunk/Master/texmf-dist/doc/latex/optidef/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/optidef/README.md	2017-06-06 21:53:26 UTC (rev 44504)
+++ trunk/Master/texmf-dist/doc/latex/optidef/README.md	2017-06-06 21:53:38 UTC (rev 44505)
@@ -66,13 +66,13 @@
 
 Github: https://github.com/jeslago/optidef
 
-## Latest stable version: Optidef 2.3
+## Latest stable version: Optidef 2.4
 
 CTAN: https://www.ctan.org/pkg/optidef
 
 ## Licensing
 
-Copyright 2016 Jesus Lago Garcia
+Copyright 2017 Jesus 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.

Modified: trunk/Master/texmf-dist/doc/latex/optidef/optidef.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/optidef/optidef.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/optidef/optidef.tex	2017-06-06 21:53:26 UTC (rev 44504)
+++ trunk/Master/texmf-dist/doc/latex/optidef/optidef.tex	2017-06-06 21:53:38 UTC (rev 44505)
@@ -3,11 +3,11 @@
 \usepackage[short]{optidef}
 \usepackage{listings}
 \usepackage{enumitem}
-\usepackage{hyperref}
+\usepackage[hidelinks]{hyperref}
 
 \lstset{basicstyle=\ttfamily,breaklines=true}
 % Title Page
-\title{\textit{\textbf{Optidef}} \\ A Latex library for optimization problems\\ \textnormal{Version - 2.3}}
+\title{\textit{\textbf{Optidef}} \\ A Latex library for optimization problems\\ \textnormal{Version - 2.4}}
 
 \author{Jesus Lago Garcia}
 
@@ -685,9 +685,9 @@
 
 \section{Code definition}
 \begin{lstlisting}
-% 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.
@@ -694,12 +694,12 @@
 %
 %This work has the LPPL maintenance status 'maintained'. The Current Maintainer of this work is J. Lago Garcia.
 %
-%E-mail: jesus.lago.garcia at venus.uni-freiburg.de
+%E-mail: j.lagogarcia at 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}	
@@ -1099,7 +1099,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}{}}{

Modified: trunk/Master/texmf-dist/tex/latex/optidef/optidef.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/optidef/optidef.sty	2017-06-06 21:53:26 UTC (rev 44504)
+++ trunk/Master/texmf-dist/tex/latex/optidef/optidef.sty	2017-06-06 21:53:38 UTC (rev 44505)
@@ -1,6 +1,6 @@
-% 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.
@@ -7,12 +7,12 @@
 %
 %This work has the LPPL maintenance status 'maintained'. The Current Maintainer of this work is J. Lago Garcia.
 %
-%E-mail: jesus.lago.garcia at venus.uni-freiburg.de
+%E-mail: j.lagogarcia at 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}{}}{



More information about the tex-live-commits mailing list