gnu: Add texlive-aaai-named.

* gnu/packages/tex.scm (texlive-aaai-named): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 18:22:12 +02:00
parent 18b6e309ce
commit 1c07c8d150
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1247,6 +1247,23 @@ (define-public texlive-a2ping
markedEPS, markedPS, PNG, XWD, BMP, TIFF, JPEG, GIF, XPM.")
(license license:gpl3+)))
(define-public texlive-aaai-named
(package
(name "texlive-aaai-named")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/aaai-named/")
(base32
"1xs2iki0v1mh0kbqjxnv9r24bcfmgj6myfw7h368h8g0s1n8d5v6")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/aaai-named")
(synopsis "BibTeX style for AAAI")
(description
"This package provides a BibTeX style derived from the standard master,
presumably for use with the @code{aaai} package.")
(license license:knuth)))
(define-public texlive-aalok
(package
(name "texlive-aalok")