me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-apalike2.

* gnu/packages/tex.scm (texlive-apalike2): New variable.
Nicolas Goaziou 2023-08-17 18:23:52 +02:00
parent e6e5e6f454
commit dea76e5219
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 17 additions and 0 deletions

View File

@ -2108,6 +2108,23 @@ made to follow the European Journal of Operational Research reference style
guidelines.")
(license license:lppl1.3c)))
(define-public texlive-apalike2
(package
(name "texlive-apalike2")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/apalike2/")
(base32
"0mn84ahwjg8gvw5lifvcrnch11q79d4bgw3nmhrh4v8slwgip5l7")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/apalike2")
(synopsis "Bibliography style that approaches APA requirements")
(description
"This package is an adaptation of @code{apalike}, which is part of the
base BibTeX distribution.")
(license license:knuth)))
(define-public texlive-apnum
(package
(name "texlive-apnum")