guix-commits
[Top][All Lists]
Advanced

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

99/296: gnu: Add texlive-ijsra.


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

ngz pushed a commit to branch master
in repository guix.

commit 806f8b78a3dcff3c3515efd80a6c050e9c56433a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:49:44 2023 +0200

    gnu: Add texlive-ijsra.
    
    * gnu/packages/tex.scm (texlive-ijsra): 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 b561c0001e..52c28850d3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17302,6 +17302,26 @@ submit manuscripts for the @emph{Israel Journal of 
Mathematics} or to put the
 preprints in arXiv with minimal changes in the LaTeX source.")
     (license license:lppl)))
 
+(define-public texlive-ijsra
+  (package
+    (name "texlive-ijsra")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ijsra/" "tex/latex/ijsra/")
+             (base32
+              "0k6a92c6fhwafrw3m4fcj0dj29ip0zb28aiz861cx2mac92hyqgs")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ijsra";)
+    (synopsis
+     "LaTeX document class for the International Journal of Student Research
+in Archaeology")
+    (description
+     "This is a document class called ijsra which is used for the
+International Journal of Student Research in Archaeology.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-isomath
   (package
     (name "texlive-isomath")



reply via email to

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