guix-commits
[Top][All Lists]
Advanced

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

200/245: gnu: Add texlive-simples-matrices.


From: guix-commits
Subject: 200/245: gnu: Add texlive-simples-matrices.
Date: Sun, 30 Jul 2023 13:47:06 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 4eadd90192b676bbf615cfffa5300da9b0234aaf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:48:08 2023 +0200

    gnu: Add texlive-simples-matrices.
    
    * gnu/packages/tex.scm (texlive-simples-matrices): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 846950283f..889d0ddb90 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6118,6 +6118,26 @@ rather unwieldy.  This package provides a simpler syntax 
for Wick
 contractions.")
     (license license:lppl1.3+)))
 
+(define-public texlive-simples-matrices
+  (package
+    (name "texlive-simples-matrices")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/simples-matrices/"
+                   "source/latex/simples-matrices/"
+                   "tex/latex/simples-matrices/")
+             (base32
+              "0dvb989qf0ibgax0rjj49y827f9mzls0axdh28a6ar0r6dfvyjb3")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/simples-matrices";)
+    (synopsis "Define matrices by given list of values")
+    (description
+     "This package provides macros to define and write matrices whose
+coefficients are given row by row in a list of values separated by commas.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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