guix-commits
[Top][All Lists]
Advanced

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

182/245: gnu: Add texlive-rank-2-roots.


From: guix-commits
Subject: 182/245: gnu: Add texlive-rank-2-roots.
Date: Sun, 30 Jul 2023 13:47:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit c0e85049d0f39c2642f9d5c9e8df15fd77fb229b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:43:21 2023 +0200

    gnu: Add texlive-rank-2-roots.
    
    * gnu/packages/tex.scm (texlive-rank-2-roots): 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 aacc338b35..3d32e89638 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5726,6 +5726,26 @@ algorithms in a natural manner.")
 a domain-specific language for quantum programming.")
     (license license:lppl1.3c)))
 
+(define-public texlive-rank-2-roots
+  (package
+    (name "texlive-rank-2-roots")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/rank-2-roots/"
+                   "tex/latex/rank-2-roots/")
+             (base32
+              "04mjbq1nyv9jq0xx6zdkr6qz94j46b1xw7wza0r8f8s33q3q6jbb")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/rank-2-roots";)
+    (synopsis "Draw (mathematical) rank 2 root systems")
+    (description
+     "This package concerns mathematical drawings arising in representation
+theory.  The purpose of this package is to ease drawing of rank 2 root
+systems, with Weyl chambers, weight lattices, and parabolic subgroups.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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