guix-commits
[Top][All Lists]
Advanced

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

201/296: gnu: Add texlive-sphdthesis.


From: guix-commits
Subject: 201/296: gnu: Add texlive-sphdthesis.
Date: Thu, 24 Aug 2023 05:21:04 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 27c1972b61c3fe3e62e58532bb1a032f01d56a96
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:40:09 2023 +0200

    gnu: Add texlive-sphdthesis.
    
    * gnu/packages/tex.scm (texlive-sphdthesis): 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 0137c811cf..a93384dba7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -27939,6 +27939,28 @@ a new and versatile serif face available in seven 
weights of roman and italic,
 with small caps.")
     (license (list license:silofl1.1 license:lppl))))
 
+(define-public texlive-sphdthesis
+  (package
+    (name "texlive-sphdthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/sphdthesis/"
+                   "tex/latex/sphdthesis/")
+             (base32
+              "05ncll9vd2yh15vp6gqzidrp011d1i2hsmlzfrfz954f9449ydx4")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/sphdthesis";)
+    (synopsis "LaTeX template for writing PhD thesis")
+    (description
+     "The package provides a LaTeX document class for writing a PhD thesis.
+By default, the class adheres to the @acronym{NUS, National University of
+Singapore} Guidelines on Format of Research Thesis Submitted For Examination.
+However, modifying the class for conformation to a different guideline should
+not be difficult.")
+    (license license:public-domain)))
+
 (define-public texlive-splitbib
   (package
     (name "texlive-splitbib")



reply via email to

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