guix-commits
[Top][All Lists]
Advanced

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

94/296: gnu: Add texlive-icsv.


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

ngz pushed a commit to branch master
in repository guix.

commit 5e2b2867cbfaca7f00b81fc1e55d06f360120964
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:48:38 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2268e16b0e..921fc2a62b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17198,6 +17198,25 @@ and PRICE fields, extended PAGES fields, the 
PERIODICAL entry, and extended
 citation label suffixing.")
     (license license:knuth)))
 
+(define-public texlive-icsv
+  (package
+    (name "texlive-icsv")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/icsv/" "source/latex/icsv/"
+                   "tex/latex/icsv/")
+             (base32
+              "133rbbq86qkd749bd20wdnjqddpwydm27ndh5yp2waimgij3cm8d")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/icsv";)
+    (synopsis "Class for typesetting articles for the ICSV conference")
+    (description
+     "This is an ad-hoc class for typesetting articles for the ICSV
+conference.")
+    (license license:lppl)))
+
 (define-public texlive-isomath
   (package
     (name "texlive-isomath")



reply via email to

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