gnu: Add texlive-apalike-ejor.

* gnu/packages/tex.scm (texlive-apalike-ejor): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 18:23:41 +02:00
parent abfe35ebac
commit e6e5e6f454
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2087,6 +2087,27 @@ (define-public texlive-antomega
of LaTeX documents to Lambda).")
(license license:lppl)))
(define-public texlive-apalike-ejor
(package
(name "texlive-apalike-ejor")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/apalike-ejor/"
"doc/bibtex/apalike-ejor/")
(base32
"0qq7c81hqi46596zw322w1qd8z341zksi5720f9s75nj1hmjj12g")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/apalike-ejor")
(synopsis
"BibTeX style file for the European Journal of Operational Research")
(description
"This package contains a BibTeX style file, @file{apalike-ejor.bst},
made to follow the European Journal of Operational Research reference style
guidelines.")
(license license:lppl1.3c)))
(define-public texlive-apnum
(package
(name "texlive-apnum")