ngz pushed a commit to branch master
in repository guix.
commit 3517d572d0399f5bf5a603b13bcd8999908f9616
Author: Nicolas Goaziou <[email protected]>
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")