[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")
- 174/245: gnu: Add texlive-principia., (continued)
- 174/245: gnu: Add texlive-principia., guix-commits, 2023/07/30
- 164/245: gnu: Add texlive-pascaltriangle., guix-commits, 2023/07/30
- 171/245: gnu: Add texlive-pm-isomath., guix-commits, 2023/07/30
- 244/245: gnu: Add texlive-zx-calculus., guix-commits, 2023/07/30
- 241/245: gnu: Add texlive-youngtab., guix-commits, 2023/07/30
- 228/245: gnu: Add texlive-textgreek., guix-commits, 2023/07/30
- 236/245: gnu: Add texlive-unitsdef., guix-commits, 2023/07/30
- 186/245: gnu: Add texlive-rest-api., guix-commits, 2023/07/30
- 211/245: gnu: Add texlive-statistik., guix-commits, 2023/07/30
- 232/245: gnu: Add texlive-tiscreen., guix-commits, 2023/07/30
- 182/245: gnu: Add texlive-rank-2-roots.,
guix-commits <=
- 238/245: gnu: Add texlive-witharrows., guix-commits, 2023/07/30
- 214/245: gnu: Add texlive-structmech., guix-commits, 2023/07/30
- 219/245: gnu: Add texlive-susy., guix-commits, 2023/07/30
- 179/245: gnu: Add texlive-pseudocode., guix-commits, 2023/07/30
- 222/245: gnu: Add texlive-synproof., guix-commits, 2023/07/30
- 229/245: gnu: Add texlive-textopo., guix-commits, 2023/07/30
- 192/245: gnu: Add texlive-sciposter., guix-commits, 2023/07/30
- 212/245: gnu: Add texlive-statmath., guix-commits, 2023/07/30
- 213/245: gnu: Add texlive-steinmetz., guix-commits, 2023/07/30
- 231/245: gnu: Add texlive-thmbox., guix-commits, 2023/07/30