guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

57/296: gnu: Add texlive-ejpecp.


From: guix-commits
Subject: 57/296: gnu: Add texlive-ejpecp.
Date: Thu, 24 Aug 2023 05:19:58 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8d74c4b8e475d32fe652ea7adbb6462cf4dcb141
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:34:44 2023 +0200

    gnu: Add texlive-ejpecp.
    
    * gnu/packages/tex.scm (texlive-ejpecp): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 426db2bfec..3028500c23 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]