[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
243/245: gnu: Add texlive-ytableau.
From: |
guix-commits |
Subject: |
243/245: gnu: Add texlive-ytableau. |
Date: |
Sun, 30 Jul 2023 13:47:31 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 784e3f1e547b814a894bc0b52f9e86860c686b25
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 17:00:57 2023 +0200
gnu: Add texlive-ytableau.
* gnu/packages/tex.scm (texlive-ytableau): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index dbe75a0216..1cb85ee221 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7014,6 +7014,28 @@ on and interacts with TikZ, which brings an enourmous
flexibility for
customization of individual circuit.")
(license license:lppl1.3c)))
+(define-public texlive-ytableau
+ (package
+ (name "texlive-ytableau")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ytableau/"
+ "source/latex/ytableau/"
+ "tex/latex/ytableau/")
+ (base32
+ "1px1gbpbm0vrv8xhdf1gfb6q6fh564y3zra0kg1ab3hcixbqsfxa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ytableau")
+ (synopsis "Many-featured Young tableaux and Young diagrams")
+ (description
+ "The package provides several functions for drawing Young tableaux and
+Young diagrams, extending the @code{young} and @code{youngtab} packages but
+providing lots more features. Skew and coloured tableaux are easy, and
+pgfkeys-enabled options are provided both at package load and configurably.")
+ (license license:lppl1.2+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 184/245: gnu: Add texlive-rec-thy., (continued)
- 184/245: gnu: Add texlive-rec-thy., guix-commits, 2023/07/30
- 239/245: gnu: Add texlive-xymtex., guix-commits, 2023/07/30
- 221/245: gnu: Add texlive-sympytexpackage., guix-commits, 2023/07/30
- 195/245: gnu: Add texlive-sesamanuel., guix-commits, 2023/07/30
- 224/245: gnu: Add texlive-tablor., guix-commits, 2023/07/30
- 237/245: gnu: Add texlive-venn., guix-commits, 2023/07/30
- 187/245: gnu: Add texlive-revquantum., guix-commits, 2023/07/30
- 218/245: gnu: Add texlive-subtext., guix-commits, 2023/07/30
- 240/245: gnu: Add texlive-yhmath., guix-commits, 2023/07/30
- 226/245: gnu: Add texlive-tensor., guix-commits, 2023/07/30
- 243/245: gnu: Add texlive-ytableau.,
guix-commits <=
- 210/245: gnu: Add texlive-statistics., guix-commits, 2023/07/30
- 181/245: gnu: Add texlive-qsharp., guix-commits, 2023/07/30
- 225/245: gnu: Add texlive-tensind., guix-commits, 2023/07/30
- 197/245: gnu: Add texlive-shuffle., guix-commits, 2023/07/30
- 230/245: gnu: Add texlive-thermodynamics., guix-commits, 2023/07/30
- 185/245: gnu: Add texlive-resolsysteme., guix-commits, 2023/07/30
- 194/245: gnu: Add texlive-scratchx., guix-commits, 2023/07/30
- 207/245: gnu: Add texlive-stanli., guix-commits, 2023/07/30
- 198/245: gnu: Add texlive-simplebnf., guix-commits, 2023/07/30
- 193/245: gnu: Add texlive-sclang-prettifier., guix-commits, 2023/07/30