mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: Add texlive-ytableau.
* gnu/packages/tex.scm (texlive-ytableau): New variable.
This commit is contained in:
parent
52e9ee84af
commit
784e3f1e54
1 changed files with 22 additions and 0 deletions
|
@ -7014,6 +7014,28 @@ (define-public texlive-yquant
|
||||||
customization of individual circuit.")
|
customization of individual circuit.")
|
||||||
(license license:lppl1.3c)))
|
(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
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue