guix-commits
[Top][All Lists]
Advanced

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

154/296: gnu: Add texlive-njuthesis.


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

ngz pushed a commit to branch master
in repository guix.

commit 459251d0a52a0f06a307ec1c0f109942dc2ce17d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:20:53 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index adeda943a0..9dd3ba411c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -23240,6 +23240,28 @@ format is required for applications submitted for due 
dates on or after May
 Technology.")
     (license license:gpl3+)))
 
+(define-public texlive-njuthesis
+  (package
+    (name "texlive-njuthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/njuthesis/"
+                   "source/latex/njuthesis/"
+                   "tex/latex/njuthesis/")
+             (base32
+              "0vzm6iwc025vahbng9nirf1iljrdgqd2w0kz30wczaiy70p1lm5q")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/njuthesis";)
+    (synopsis "LaTeX thesis template for Nanjing University")
+    (description
+     "The @code{njuthesis} class is intended for typesetting Nanjing
+University dissertations with LaTeX, providing support for bachelor, master,
+and doctoral theses as well as postdoctoral reports.  Compilation of this
+class requires either XeLaTeX or LuaLaTeX.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-nucleardata
   (package
     (name "texlive-nucleardata")



reply via email to

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