summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-06-06 21:53:38 +0000
committerKarl Berry <karl@freefriends.org>2017-06-06 21:53:38 +0000
commit6807115ffd9431bfc5ba6625cf0b3191a72ed947 (patch)
tree2264998782cb81a7a22e3d368b80426c4ea86214
parentaf4a841a3ac56bc89bf08019c254921b327d2af7 (diff)
optidef (24may17)
git-svn-id: svn://tug.org/texlive/trunk@44505 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/optidef/README.md4
-rw-r--r--Master/texmf-dist/doc/latex/optidef/optidef.pdfbin270232 -> 269670 bytes
-rw-r--r--Master/texmf-dist/doc/latex/optidef/optidef.tex14
-rw-r--r--Master/texmf-dist/tex/latex/optidef/optidef.sty10
4 files changed, 14 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/optidef/README.md b/Master/texmf-dist/doc/latex/optidef/README.md
index 48d25890098..e6dde606dab 100644
--- a/Master/texmf-dist/doc/latex/optidef/README.md
+++ b/Master/texmf-dist/doc/latex/optidef/README.md
@@ -66,13 +66,13 @@ E-mail: j.lagogarcia(at)tudelft.nl
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.
diff --git a/Master/texmf-dist/doc/latex/optidef/optidef.pdf b/Master/texmf-dist/doc/latex/optidef/optidef.pdf
index 2dbb1967ea2..1b3dc5b3b18 100644
--- a/Master/texmf-dist/doc/latex/optidef/optidef.pdf
+++ b/Master/texmf-dist/doc/latex/optidef/optidef.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/optidef/optidef.tex b/Master/texmf-dist/doc/latex/optidef/optidef.tex
index 20faa65c58b..dd146952fe5 100644
--- a/Master/texmf-dist/doc/latex/optidef/optidef.tex
+++ b/Master/texmf-dist/doc/latex/optidef/optidef.tex
@@ -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,21 +685,21 @@ The standard appearance for long optimization variables is as follows:
\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.
%
%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}
@@ -1099,7 +1099,7 @@ The standard appearance for long optimization variables is as follows:
% 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}{}}{
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}{}}{