me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ejpecp.

* gnu/packages/tex.scm (texlive-ejpecp): New variable.
master
Nicolas Goaziou 2023-08-22 15:34:44 +02:00
parent fe52e1d1ff
commit 8d74c4b8e4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -12151,6 +12151,26 @@ OT1 encoding. Also offered are a couple of Metafont files described in the
font package, but not provided there.")
(license license:lppl)))
(define-public texlive-ejpecp
(package
(name "texlive-ejpecp")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ejpecp/" "source/latex/ejpecp/"
"tex/latex/ejpecp/")
(base32
"083abggngg89nj4ra0a33j3s6wf0jba814lc4zp5sh64pc2x8h0j")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ejpecp")
(synopsis "Class for EJP and ECP")
(description
"The class is designed for typesetting articles for the mathematical
research periodicals @emph{Electronic Journal of Probability} (EJP) and
@emph{Electronic Communications in Probability} (ECP).")
(license license:lppl1.2+)))
(define-public texlive-ektype-tanka
(package
(name "texlive-ektype-tanka")