guix-commits
[Top][All Lists]
Advanced

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

96/296: gnu: Add texlive-ieeepes.


From: guix-commits
Subject: 96/296: gnu: Add texlive-ieeepes.
Date: Thu, 24 Aug 2023 05:20:17 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9d5822e625f9d8ba3a744e3663fe431180754308
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:49:08 2023 +0200

    gnu: Add texlive-ieeepes.
    
    * gnu/packages/tex.scm (texlive-ieeepes): 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 ed1e9fbcb8..6935a31955 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17237,6 +17237,26 @@ conference.")
 Computer Society Press for conference proceedings.")
     (license license:lppl)))
 
+(define-public texlive-ieeepes
+  (package
+    (name "texlive-ieeepes")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/ieeepes/" "doc/latex/ieeepes/"
+                   "tex/latex/ieeepes/")
+             (base32
+              "12nvllxxswww9p9l1h3ygak3g4j8ngmypxcbbw2jwwa8kh43yiqi")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ieeepes";)
+    (synopsis "IEEE Power Engineering Society Transactions")
+    (description
+     "This package supports typesetting of transactions, as well as
+discussions and closures, for the IEEE Power Engineering Society Transactions
+journals.")
+    (license license:lppl)))
+
 (define-public texlive-isomath
   (package
     (name "texlive-isomath")



reply via email to

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