guix-commits
[Top][All Lists]
Advanced

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

95/296: gnu: Add texlive-ieeeconf.


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

ngz pushed a commit to branch master
in repository guix.

commit 97d9c9b71d5227d7e5152315014bd0d447e874bd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:48:50 2023 +0200

    gnu: Add texlive-ieeeconf.
    
    * gnu/packages/tex.scm (texlive-ieeeconf): 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 921fc2a62b..ed1e9fbcb8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17217,6 +17217,26 @@ citation label suffixing.")
 conference.")
     (license license:lppl)))
 
+(define-public texlive-ieeeconf
+  (package
+    (name "texlive-ieeeconf")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ieeeconf/"
+                   "source/latex/ieeeconf/"
+                   "tex/latex/ieeeconf/")
+             (base32
+              "1f7v199mc1dw2fhp30qdkx48dyzk5mqmbqr91c1jm235isgs4fam")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ieeeconf";)
+    (synopsis "Macros for IEEE conference proceedings")
+    (description
+     "The IEEEconf class implements the formatting dictated by the IEEE
+Computer Society Press for conference proceedings.")
+    (license license:lppl)))
+
 (define-public texlive-isomath
   (package
     (name "texlive-isomath")



reply via email to

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