[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
137/245: gnu: Add texlive-membranecomputing.
From: |
guix-commits |
Subject: |
137/245: gnu: Add texlive-membranecomputing. |
Date: |
Sun, 30 Jul 2023 13:46:52 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f006e7939a0fb875bccec13191d11d7b5c3aaf12
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:31:17 2023 +0200
gnu: Add texlive-membranecomputing.
* gnu/packages/tex.scm (texlive-membranecomputing): 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 1a5e494f63..01fed01950 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4710,6 +4710,27 @@ mechanics. Since most of these formulas are long and
tedious to write, this
package wraps them up in short commands.")
(license license:gpl3+)))
+(define-public texlive-membranecomputing
+ (package
+ (name "texlive-membranecomputing")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/membranecomputing/"
+ "tex/latex/membranecomputing/")
+ (base32
+ "1r5k8ipf435vvffr7da8nl2j14myfp102i5qf0yy0jczziddbq6z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/membranecomputing")
+ (synopsis "Membrane Computing notation")
+ (description
+ "This is a LaTeX package for the Membrane Computing community. It
+comprises the definition of @samp{P} systems, rules and some concepts related
+to languages and computational complexity usually needed for Membrane
+Computing research.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 107/245: gnu: Add texlive-hepunits., (continued)
- 107/245: gnu: Add texlive-hepunits., guix-commits, 2023/07/30
- 100/245: gnu: Add texlive-gu., guix-commits, 2023/07/30
- 99/245: gnu: Add texlive-grundgesetze., guix-commits, 2023/07/30
- 110/245: gnu: Add texlive-interval., guix-commits, 2023/07/30
- 126/245: gnu: Add texlive-mathcommand., guix-commits, 2023/07/30
- 127/245: gnu: Add texlive-mathcomp., guix-commits, 2023/07/30
- 125/245: gnu: Add texlive-lstbayes., guix-commits, 2023/07/30
- 128/245: gnu: Add texlive-mathfixs., guix-commits, 2023/07/30
- 124/245: gnu: Add texlive-lplfitch., guix-commits, 2023/07/30
- 132/245: gnu: Add texlive-mathsemantics., guix-commits, 2023/07/30
- 137/245: gnu: Add texlive-membranecomputing.,
guix-commits <=
- 136/245: gnu: Add texlive-mecaso., guix-commits, 2023/07/30
- 135/245: gnu: Add texlive-mattens., guix-commits, 2023/07/30
- 139/245: gnu: Add texlive-messagepassing., guix-commits, 2023/07/30
- 133/245: gnu: Add texlive-matlab-prettifier., guix-commits, 2023/07/30
- 143/245: gnu: Add texlive-mhequ., guix-commits, 2023/07/30
- 159/245: gnu: Add texlive-objectz., guix-commits, 2023/07/30
- 145/245: gnu: Add texlive-mismath., guix-commits, 2023/07/30
- 146/245: gnu: Add texlive-multiobjective., guix-commits, 2023/07/30
- 150/245: gnu: Add texlive-natded., guix-commits, 2023/07/30
- 160/245: gnu: Add texlive-oplotsymbl., guix-commits, 2023/07/30