mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add texlive-ajl.
* gnu/packages/tex.scm (texlive-ajl): New variable.
This commit is contained in:
parent
982e605d70
commit
83ec82298f
1 changed files with 17 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue