[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
241/245: gnu: Add texlive-youngtab.
From: |
guix-commits |
Subject: |
241/245: gnu: Add texlive-youngtab. |
Date: |
Sun, 30 Jul 2023 13:47:31 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 3517d572d0399f5bf5a603b13bcd8999908f9616
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 17:00:26 2023 +0200
gnu: Add texlive-youngtab.
* gnu/packages/tex.scm (texlive-youngtab): 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 7a19335f51..8d4de445ae 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6969,6 +6969,27 @@ provides three output modes: LaTeX, PostScript and PDF.")
and a LaTeX package for using them.")
(license license:lppl1.3c)))
+(define-public texlive-youngtab
+ (package
+ (name "texlive-youngtab")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/youngtab/"
+ "source/generic/youngtab/"
+ "tex/generic/youngtab/")
+ (base32
+ "054dqrcrj32nsngjhxa7nig9ylz0p6smdaqc02mdpy299fwm23f2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/youngtab")
+ (synopsis "Typeset Young-Tableaux")
+ (description
+ "This package provides a package for typesetting Young-Tableaux,
+mathematical symbols for the representations of groups, providing two macros,
+@code{\\yng(1)} and @code{\\young(1)} to generate the whole Young-Tableau.")
+ (license license:lppl1.0+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 155/245: gnu: Add texlive-nucleardata., (continued)
- 155/245: gnu: Add texlive-nucleardata., guix-commits, 2023/07/30
- 167/245: gnu: Add texlive-physconst., guix-commits, 2023/07/30
- 163/245: gnu: Add texlive-overarrows., guix-commits, 2023/07/30
- 172/245: gnu: Add texlive-polexpr., guix-commits, 2023/07/30
- 169/245: gnu: Add texlive-physunits., guix-commits, 2023/07/30
- 166/245: gnu: Add texlive-pfdicons., guix-commits, 2023/07/30
- 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 <=
- 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, 2023/07/30
- 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