summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/optidef/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/optidef/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/optidef/README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/optidef/README.md b/Master/texmf-dist/doc/latex/optidef/README.md
index 3ade0c2cdbc..d11a8218148 100644
--- a/Master/texmf-dist/doc/latex/optidef/README.md
+++ b/Master/texmf-dist/doc/latex/optidef/README.md
@@ -11,6 +11,8 @@ The most important features are:
- Implemenation of a short format where "minimize" is substituted by "min" and "subject to" by "s.t."
+- Possibility of splitting the optimization problem across multiple pages.
+
- It references optimization problem using three different policies:
* No equation is referenced
* The problem is referenced with a single label
@@ -35,7 +37,7 @@ Import the package by directly adding \usepackage{optidef} to your LaTeX documen
The syntax to define an optimization problem is given by:
- >\begin{mini#}|sizeFormat|[constraintFormat]
+ >\begin{mini#}|sizeFormat|[constraintFormat]<break>
{optimizationVariable}
{objectiveFunction \label{objectiveReference}}
{\label{problemReference}}
@@ -66,13 +68,13 @@ E-mail: J.LagoGarcia(at)tudelft.nl
Github: https://github.com/jeslago/optidef
-## Latest stable version: Optidef 2.7
+## Latest stable version: Optidef 3.0
CTAN: https://www.ctan.org/pkg/optidef
## Licensing
-Copyright 2017 Jesus Lago
+Copyright 2018 Jesus Lago
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.