guix-commits
[Top][All Lists]
Advanced

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

153/296: gnu: Add texlive-njustthesis.


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

ngz pushed a commit to branch master
in repository guix.

commit 50eca57cf7c61c17be786c865584846914121d09
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:20:43 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6445394ae4..adeda943a0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -23219,6 +23219,27 @@ format is required for applications submitted for due 
dates on or after May
 25, 2015.")
     (license license:lppl1.3+)))
 
+(define-public texlive-njustthesis
+  (package
+    (name "texlive-njustthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/njustthesis/"
+                   "source/latex/njustthesis/"
+                   "tex/latex/njustthesis/")
+             (base32
+              "11xbxz3vvq15v5nr32ww6llq08v7r0x52zmq13dp90nmh0xyj7y6")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/njustthesis";)
+    (synopsis
+     "Thesis template for the Nanjing University of Science and Technology")
+    (description
+     "This is a thesis template for the Nanjing University of Science and
+Technology.")
+    (license license:gpl3+)))
+
 (define-public texlive-nucleardata
   (package
     (name "texlive-nucleardata")



reply via email to

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