guix-commits
[Top][All Lists]
Advanced

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

97/296: gnu: Add texlive-ieeetran.


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

ngz pushed a commit to branch master
in repository guix.

commit 75009203a86b90f0447263866108b774346b2962
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:49:19 2023 +0200

    gnu: Add texlive-ieeetran.
    
    * gnu/packages/tex.scm (texlive-ieeetran): 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 6935a31955..ccf70f83ef 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17257,6 +17257,27 @@ discussions and closures, for the IEEE Power 
Engineering Society Transactions
 journals.")
     (license license:lppl)))
 
+(define-public texlive-ieeetran
+  (package
+    (name "texlive-ieeetran")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bib/ieeetran/"
+                   "bibtex/bst/ieeetran/" "doc/latex/ieeetran/"
+                   "tex/latex/ieeetran/")
+             (base32
+              "0j7vv8hp0ymzmclyrk23zmixcclhlm1g241y8dk3dl18zsj00f1c")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ieeetran";)
+    (synopsis "Document class for IEEE Transactions journals and conferences")
+    (description
+     "The class and its BibTeX style enable authors to produce
+officially-correct output for the @acronym{IEEE, Institute of Electrical and
+Electronics Engineers} transactions, journals and conferences.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-isomath
   (package
     (name "texlive-isomath")



reply via email to

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