ngz pushed a commit to branch master
in repository guix.
commit b9812b22e8b646cb4ea33f4c137d61e4f06a8362
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jul 30 16:33:31 2023 +0200
gnu: Add texlive-multiobjective.
* gnu/packages/tex.scm (texlive-multiobjective): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 146e62c839..4591c70f7f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4943,6 +4943,27 @@ systems of equations and small matrices,
@code{displaymath} in double columns
for long calculations.")
(license license:lppl1.3+)))
+(define-public texlive-multiobjective
+ (package
+ (name "texlive-multiobjective")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/multiobjective/"
+ "source/latex/multiobjective/"
+ "tex/latex/multiobjective/")
+ (base32
+ "0f5l6pg8877a7777vzlh91yxv2rliijgdhkm71fim5n66q0ym9y4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/multiobjective")
+ (synopsis "Symbols for multiobjective optimisation etc")
+ (description
+ "The package provides a series of operators commonly used in papers
+related to multiobjective optimisation, multiobjective evolutionary
+algorithms, multicriteria decision making and similar fields.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")