gnu: Add texlive-ajl.

* gnu/packages/tex.scm (texlive-ajl): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 18:22:49 +02:00
parent 982e605d70
commit 83ec82298f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1496,6 +1496,23 @@ (define-public texlive-aichej
or @code{AIChE} J or @code{AIChEJ).}")
(license license:lppl)))
(define-public texlive-ajl
(package
(name "texlive-ajl")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/ajl/")
(base32
"1xkrvy06lw4ngj94zybs14ysal2pg7g71h864gq9bjw0zwq2yjzs")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ajl")
(synopsis "BibTeX style for AJL")
(description
"This package provides bibliographic style references in style of
Australian Journal of Linguistics.")
(license license:lppl)))
(define-public texlive-akshar
(package
(name "texlive-akshar")