guix-commits
[Top][All Lists]
Advanced

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

104/296: gnu: Add texlive-iscram.


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

ngz pushed a commit to branch master
in repository guix.

commit 2e08a8163f0c550dae5c9eedc07b5ce3d64ddd4c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:50:40 2023 +0200

    gnu: Add texlive-iscram.
    
    * gnu/packages/tex.scm (texlive-iscram): 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 a22224b7df..cf1ec59620 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17401,6 +17401,25 @@ of the package is the quick creation of a basic 
framework without much
 effort.")
     (license license:lppl1.3+)))
 
+(define-public texlive-iscram
+  (package
+    (name "texlive-iscram")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/iscram/" "tex/latex/iscram/")
+             (base32
+              "13p0nr6cwkchykdllf0ii035yjq7hxczb1g7qc7l7jaywfszr5ph")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/iscram";)
+    (synopsis "LaTeX class to publish article to ISCRAM conferences")
+    (description
+     "This is a LaTeX class to publish article to @acronym{ISCRAM,
+International Conference on Information Systems for Crisis Response and
+Management}.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-isomath
   (package
     (name "texlive-isomath")



reply via email to

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