guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

146/245: gnu: Add texlive-multiobjective.


From: guix-commits
Subject: 146/245: gnu: Add texlive-multiobjective.
Date: Sun, 30 Jul 2023 13:46:54 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b9812b22e8b646cb4ea33f4c137d61e4f06a8362
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]