guix-commits
[Top][All Lists]
Advanced

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

58/296: gnu: Add texlive-ekaia.


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

ngz pushed a commit to branch master
in repository guix.

commit a9bf6259c08a582bc2eac242934ca89715ce7c2a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:35:15 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3028500c23..f91ae1a616 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12171,6 +12171,28 @@ research periodicals @emph{Electronic Journal of 
Probability} (EJP) and
 @emph{Electronic Communications in Probability} (ECP).")
     (license license:lppl1.2+)))
 
+(define-public texlive-ekaia
+  (package
+    (name "texlive-ekaia")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ekaia/" "source/latex/ekaia/"
+                   "tex/latex/ekaia/")
+             (base32
+              "1n6zinzcg3win9nn86ljf8fcwsxxn6dq1gjnnw1si8ca01zdyx45")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ekaia";)
+    (synopsis
+     "Article format for the Basque Country Science and Technology Journal
+@emph{Ekaia}")
+    (description
+     "The package provides the article format for publishing the Basque
+Country Science and Technology Journal @emph{Ekaia} at the University of the
+Basque Country.")
+    (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]