guix-commits
[Top][All Lists]
Advanced

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

107/296: gnu: Add texlive-jnuexam.


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

ngz pushed a commit to branch master
in repository guix.

commit ffb4aa15cc92b0275039cb431870dcf51559d7f9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:52:25 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3124edad96..c3c520d408 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17700,6 +17700,23 @@ should be characterised as an author-date citation 
style; a BibTeX style and
 a LaTeX package are provided.")
     (license license:lppl)))
 
+(define-public texlive-jnuexam
+  (package
+    (name "texlive-jnuexam")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/jnuexam/" "tex/latex/jnuexam/")
+             (base32
+              "1l6r5cnr5wcxf6hn6ih87544845vcbcd4g3ah8wjl8vaina2j49w")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/jnuexam";)
+    (synopsis "Exam class for Jinan University")
+    (description
+     "The package provides an exam class for Jinan University (China).")
+    (license license:lppl1.3+)))
+
 (define-public texlive-josefin
   (package
     (name "texlive-josefin")



reply via email to

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