guix-commits
[Top][All Lists]
Advanced

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

59/296: gnu: Add texlive-elbioimp.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f91ae1a616..a9f643b135 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12212,6 +12212,27 @@ Basque Country.")
 Mukta, Baloo, Modak, and Jaini.")
     (license license:lppl1.3c)))
 
+(define-public texlive-elbioimp
+  (package
+    (name "texlive-elbioimp")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/elbioimp/"
+                   "source/latex/elbioimp/"
+                   "tex/latex/elbioimp/")
+             (base32
+              "1iwsahllfw975cs11llr0ghx80wf5kmw5zrbs4iqviai12ipnkd2")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/elbioimp";)
+    (synopsis
+     "LaTeX document class for the @emph{Journal of Electrical Bioimpedance}")
+    (description
+     "This package provides a document class for writing articles to the
+@emph{Journal of Electrical Bioimpedance}.")
+    (license license:lppl)))
+
 (define-public texlive-electrum
   (package
     (name "texlive-electrum")



reply via email to

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